mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	test_l3_unicast_traffic_gen: Add comment clearly stating what pre_cleanup does
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -150,7 +150,7 @@ class L3VariableTimeLongevity(Realm):
 | 
				
			|||||||
                url = "cli-json/set_port"
 | 
					                url = "cli-json/set_port"
 | 
				
			||||||
                self.json_post(url, data)
 | 
					                self.json_post(url, data)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def pre_cleanup(self):
 | 
					    def pre_cleanup(self):  # Remove all existing ports which are created by this script
 | 
				
			||||||
        self.cx_profile.cleanup_prefix()
 | 
					        self.cx_profile.cleanup_prefix()
 | 
				
			||||||
        self.rm_port('br0', check_exists=True, debug_=False)  # Ensure that br0 which is created by this script does not exist
 | 
					        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, [])
 | 
					        station_list = sum(self.station_lists, [])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user