mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-03 20:38:05 +00:00 
			
		
		
		
	Added self for fix UnboundLocalError (#433)
This commit is contained in:
		@@ -513,7 +513,7 @@ class RunTest:
 | 
			
		||||
            raw_lines = [['pkts: 60;142;256;512;1024;MTU;4000'], ['directions: DUT Transmit;DUT Receive'],
 | 
			
		||||
                         ['traffic_types: UDP;TCP'],
 | 
			
		||||
                         ["show_3s: 1"], ["show_ll_graphs: 1"], ["show_log: 1"]]
 | 
			
		||||
            self.client_connect.upstream_port = upstream_port
 | 
			
		||||
            self.client_connect.upstream_port = self.upstream_port
 | 
			
		||||
        elif mode == "VLAN":
 | 
			
		||||
            self.client_connect.upstream_port = upstream_port + "." + str(vlan_id)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user