mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	Updated stop method
This commit is contained in:
		
							
								
								
									
										6
									
								
								py-scripts/test_ipv4_connection.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										6
									
								
								py-scripts/test_ipv4_connection.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -93,11 +93,7 @@ class IPv4Test(LFCliBase): | |||||||
|  |  | ||||||
|     def stop(self): |     def stop(self): | ||||||
|         # Bring stations down |         # Bring stations down | ||||||
|         for sta_name in self.sta_list: |         self.station_profile.admin_down() | ||||||
|             data = LFUtils.portDownRequest(1, sta_name) |  | ||||||
|             url = "cli-json/set_port" |  | ||||||
|             # print(sta_name) |  | ||||||
|             self.json_post(url, data) |  | ||||||
|  |  | ||||||
|     def cleanup(self, sta_list): |     def cleanup(self, sta_list): | ||||||
|         self.station_profile.cleanup(sta_list) |         self.station_profile.cleanup(sta_list) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Logan Lipke
					Logan Lipke