mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	sta_connect2: wait_until_ports_appear needs list of ports
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -278,7 +278,7 @@ class StaConnect2(Realm):
 | 
				
			|||||||
            self.json_post("/cli-json/nc_show_ports", data)
 | 
					            self.json_post("/cli-json/nc_show_ports", data)
 | 
				
			||||||
            if self.influx_db:
 | 
					            if self.influx_db:
 | 
				
			||||||
                grapher.getdata()
 | 
					                grapher.getdata()
 | 
				
			||||||
        LFUtils.wait_until_ports_appear(debug=self.debug)
 | 
					        LFUtils.wait_until_ports_appear(port_list=self.station_names, debug=self.debug)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for sta_name in self.station_names:
 | 
					        for sta_name in self.station_names:
 | 
				
			||||||
            sta_url = self.get_station_url(sta_name)
 | 
					            sta_url = self.get_station_url(sta_name)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user