mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_snp_test.py : monitor rx bytes , will add rx rate
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -904,7 +904,7 @@ class L3VariableTime(Realm):
|
||||
for item, value in endp_name.items():
|
||||
if item in our_endps:
|
||||
for value_name, value_rx in value.items():
|
||||
if value_name == 'rx rate':
|
||||
if value_name == 'rx bytes':
|
||||
endp_rx_map[item] = value_rx
|
||||
for value_name, value_rx_drop in value.items():
|
||||
if value_name == 'rx drop %':
|
||||
|
||||
Reference in New Issue
Block a user