Skip to content

Commit

Permalink
Tests: Reduced the size of the standard output for some tests where i…
Browse files Browse the repository at this point in the history
…t was extremely large.
  • Loading branch information
levy committed Oct 11, 2023
1 parent 89dd3b7 commit b005085
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/module/ospf_1_area.test
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
1 change: 1 addition & 0 deletions tests/module/ospf_1_area_HostInterface.test
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
3 changes: 2 additions & 1 deletion tests/module/ospf_1_area_lifecycle.test
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ cmdenv-express-mode = false
sim-time-limit = 200s

**.vector-recording = false
**.cmdenv-log-level = "info"
**.status.cmdenv-log-level = "info"
**.cmdenv-log-level = "warn"

#omnetpp 5.0 - 5.1 compatibility:
eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
Expand Down
1 change: 1 addition & 0 deletions tests/module/ospf_backbone_and_2_areas.test
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
1 change: 1 addition & 0 deletions tests/module/ospf_backbone_and_2_areas_HostInterface.test
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
1 change: 1 addition & 0 deletions tests/module/ospf_backbone_and_2_stub.test
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ network = Test1
ned-path = .;../../../../src;../../lib
tkenv-plugin-path = ../../../etc/plugins
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ description = "Simple test"
network = Test1
ned-path = .;../../../../src;../../lib
sim-time-limit = 200s
cmdenv-express-mode = true

**.vector-recording = false
**.cmdenv-log-level = "info"
Expand Down
2 changes: 1 addition & 1 deletion tests/module/sctp_congestion.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ based retransmissions.
[General]
network = inet.test.moduletest.lib.multihomed
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down

0 comments on commit b005085

Please sign in to comment.