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:
Chuck SmileyRekiere
2021-04-19 08:25:45 -06:00
parent 0c6c511332
commit ebebb59663

View File

@@ -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 %':