Skip to content

Commit

Permalink
Test: Fixed failed module test due to additional module output from I…
Browse files Browse the repository at this point in the history
…pv4NetworkConfigurator.
  • Loading branch information
levy committed Feb 9, 2024
1 parent e88226a commit c66f67d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/module/ScenarioManager_disconnect_1.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ network Test
%#--------------------------------------------------------------------------------------------------------------
%subst: /\*\* Signal at.*\n+//
%#--------------------------------------------------------------------------------------------------------------
%contains: stdout
%contains-regex: stdout
Running simulation...
** Event #1 t=1 Test.scenarioManager (ScenarioManager, id=2)
\*\* Event #1 t=1 Test.scenarioManager \(ScenarioManager, id=2\)
processing <at> command...
processing <disconnect> command...
Disconnecting Test.hostA.pppg$o[0] --> Test.hostB.pppg$i[0] and its reverse connection
Disconnecting Test.hostA.pppg\$o\[0\] --> Test.hostB.pppg\$i\[0\] and its reverse connection
.*
processing <disconnect> command...
Disconnecting Test.hostA.pppg$o[1] --> Test.hostC.pppg$i[0] and its reverse connection
Disconnecting Test.hostA.pppg\$o\[1\] --> Test.hostC.pppg\$i\[0\] and its reverse connection
%#--------------------------------------------------------------------------------------------------------------
%postrun-command: grep "undisposed object:" test.out > test_undisposed.out || true
%not-contains: test_undisposed.out
Expand Down

0 comments on commit c66f67d

Please sign in to comment.