We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7c7f9 commit 5d6d837Copy full SHA for 5d6d837
tests/system_tests_edge_router1.py
@@ -1309,7 +1309,10 @@ def test_12_streaming_multicast_parallel(self):
1309
self._wait_address_gone(self.INT_A, "multicast/test-address")
1310
self._wait_address_gone(self.INT_B, "multicast/test-address")
1311
1312
- def test_13_streaming_balanced_parallel(self):
+ # Make sure this test is the last test to be run in this test suite. This
1313
+ # does not call the _wait_address_gone() functions so it can exit quickly.
1314
+ # It does not wait for its test addresses to be removed from the address table.
1315
+ def test_99_streaming_balanced_parallel(self):
1316
"""
1317
Verify streaming does not block other balanced traffic.
1318
0 commit comments