test_l3_longevity.py : debugging for -B csv reporting

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-24 15:46:02 -06:00
parent caa3b17354
commit 25cd56a2e7

View File

@@ -334,6 +334,7 @@ class L3VariableTime(Realm):
count += 1
print("name: {name} Matched: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
else:
name = endp["name"]
print("name: {name} Did not match: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
if count > 1: