mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	test_l3_powersave_traffic: Remove unused arguments
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -96,7 +96,7 @@ class L3PowersaveTraffic(LFCliBase):
 | 
				
			|||||||
                            cx_rx_map[item] = value_rx
 | 
					                            cx_rx_map[item] = value_rx
 | 
				
			||||||
        return cx_rx_map
 | 
					        return cx_rx_map
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def start(self, print_pass=False, print_fail=False):
 | 
					    def start(self):
 | 
				
			||||||
        # start one test, measure
 | 
					        # start one test, measure
 | 
				
			||||||
        # start second test, measure
 | 
					        # start second test, measure
 | 
				
			||||||
        cur_time = datetime.datetime.now()
 | 
					        cur_time = datetime.datetime.now()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user