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:
Chuck SmileyRekiere
2021-04-22 17:09:16 -06:00
parent 340c2b6333
commit a476ade5ee

View File

@@ -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,