mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	print statements edited
This commit is contained in:
		@@ -51,7 +51,9 @@ class IPv4Test(LFCliBase):
 | 
			
		||||
        self.station_profile.set_command_param("set_port", "report_timer", 1500)
 | 
			
		||||
        self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
 | 
			
		||||
        self.station_profile.create(radio=self.radio, sta_names_=self.sta_list, debug=self.debug)
 | 
			
		||||
        self._pass("PASS: Station build finished")
 | 
			
		||||
        self.station_profile.admin_up()
 | 
			
		||||
        time.sleep(15)
 | 
			
		||||
        self._pass("Station build finished",print_=True)
 | 
			
		||||
        exit(0)
 | 
			
		||||
 | 
			
		||||
    def cleanup(self, sta_list):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user