Skip to content

Commit 5d6d837

Browse files
committed
Code review change - Added comment and modified test name in order to be clear about that is going on
1 parent aa7c7f9 commit 5d6d837

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/system_tests_edge_router1.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,10 @@ def test_12_streaming_multicast_parallel(self):
13091309
self._wait_address_gone(self.INT_A, "multicast/test-address")
13101310
self._wait_address_gone(self.INT_B, "multicast/test-address")
13111311

1312-
def test_13_streaming_balanced_parallel(self):
1312+
# 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):
13131316
"""
13141317
Verify streaming does not block other balanced traffic.
13151318
"""

0 commit comments

Comments
 (0)