Skip to content

Commit

Permalink
Tests: Fixed SCTP congestion test after recent omnetpp logging change…
Browse files Browse the repository at this point in the history
…s during finish.
  • Loading branch information
levy committed Nov 28, 2024
1 parent bc0411c commit 9027e00
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions tests/module/sctp_addip_setPrimary.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Retransmissions should then be visible on the second path.

[General]
network = inet.test.moduletest.lib.multihomed
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
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 @@ -10,8 +10,8 @@ based retransmissions.

[General]
network = inet.test.moduletest.lib.multihomed
cmdenv-event-banners=false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_failover.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ retransmissions, but still the expected amount of data.

[General]
network = inet.test.moduletest.lib.failover
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_nat_peer_to_server.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Testing SCTP_NAT: One peer sends data over two separate paths and two NATs to a

[General]
network = inet.test.moduletest.lib.multinat
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_prsctp_rtx0.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Testing PR-SCTP: prMethod=PR_RTX prValue=0

[General]
network = inet.test.moduletest.lib.SctpFeatureTest
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_prsctp_rtx1.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Testing PR-SCTP: prMethod=PR_RTX prValue=1

[General]
network = inet.test.moduletest.lib.SctpFeatureTest
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_prsctp_ttl.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Testing PR-SCTP: prMethod=PR_TTL prValue=0.5 se lifetime

[General]
network = inet.test.moduletest.lib.SctpFeatureTest
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_streamReset.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ reset requests performed.

[General]
network = inet.test.moduletest.lib.SctpFeatureTest
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down
4 changes: 2 additions & 2 deletions tests/module/sctp_streams.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Testing SCTP: Use of several streams using the fair bandwidth scheduler

[General]
network = inet.test.moduletest.lib.SctpFeatureTest
cmdenv-event-banners=false
cmdenv-express-mode = false
cmdenv-express-mode = true
cmdenv-log-finalization = true
ned-path = .;../../../../src;../../lib

#omnetpp 5.0 - 5.1 compatibility:
Expand Down

0 comments on commit 9027e00

Please sign in to comment.