mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
test_l3_unicast_traffic_gen: Add comment explaining why we remove any existing br0 at the beginning of the test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -152,7 +152,7 @@ class L3VariableTimeLongevity(Realm):
|
||||
|
||||
def pre_cleanup(self):
|
||||
self.cx_profile.cleanup_prefix()
|
||||
self.rm_port('br0', check_exists=True, debug_=False)
|
||||
self.rm_port('br0', check_exists=True, debug_=False) # Ensure that br0 which is created by this script does not exist
|
||||
station_list = sum(self.station_lists, [])
|
||||
for sta in station_list:
|
||||
self.rm_port(sta, check_exists=True, debug_=False)
|
||||
|
||||
Reference in New Issue
Block a user