From 2f3ce5ae14aa95e1e2daa99d4a1e9cd8eb8ad545 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 24 Aug 2021 19:31:28 -0600 Subject: [PATCH] test_l3_longevity.py : initial sta_name set to no_station so will not match station names indirectly Signed-off-by: Chuck SmileyRekiere --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index f57524c4..db411e07 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -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)