test_l3_longevity.py : initial sta_name set to no_station so will not match

station names indirectly

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-24 19:31:28 -06:00
parent c35d75166a
commit 2f3ce5ae14

View File

@@ -296,7 +296,7 @@ class L3VariableTime(Realm):
total_ul_rate_ll = 0
total_ul_pkts_ll = 0
count = 0
sta_name = ''
sta_name = 'no_station'
#print("endp-stats-for-port, port-eid: {}".format(eid_name))
eid = self.name_to_eid(eid_name)