mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	lf_snp_test.py : bug fix pass in one element of list side_b_tx_min_bps_dl and side_a_tx_min_bps_ul
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		| @@ -2521,12 +2521,12 @@ LANforge GUI what is displayed in the Column and how to access the value with cl | ||||
|                                                                     index += 1 | ||||
|                                                                 # Run Traffic upload (STA to AP) | ||||
|                                                                 if(controller_direction == "upload"): | ||||
|                                                                     side_a_tx_min_bps = controller_side_a_tx_min_bps  | ||||
|                                                                     side_a_tx_min_bps = side_a_tx_min_bps_ul  | ||||
|                                                                     side_b_tx_min_bps = 0   | ||||
|                                                                 # Run Traffic download (AP to STA)     | ||||
|                                                                 else: | ||||
|                                                                     side_a_tx_min_bps = 0  | ||||
|                                                                     side_b_tx_min_bps = controller_side_b_tx_min_bps   | ||||
|                                                                     side_b_tx_min_bps = side_b_tx_min_bps_dl   | ||||
|                                                                 # current default is to have a values | ||||
|                                                                 ip_var_test = L3VariableTime( | ||||
|                                                                                                 args=args, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere