test_l3_longevity.py: turn off some of the print statements

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-07-03 08:51:32 -06:00
parent 71815a15cb
commit 9d5f78e70f

View File

@@ -625,10 +625,10 @@ class L3VariableTime(Realm):
ap_chanim_stats = self.read_ap_chanim_stats()
ap_stats_rows = ap_stats.splitlines()
print("From AP: ap_stats_rows {}".format(ap_stats_rows))
print("From AP stats: ap_stats_rows {}".format(ap_stats_rows))
ap_chanim_stats_rows = ap_chanim_stats.splitlines()
print("From AP: ap_chanim_stats_rows {}".format(ap_chanim_stats_rows))
print("From AP chanim: ap_chanim_stats_rows {}".format(ap_chanim_stats_rows))
channel_utilization = 0
# Query all of our ports
@@ -644,11 +644,11 @@ class L3VariableTime(Realm):
pprint(response)
else:
# print("response".format(response))
pprint(response)
# pprint(response)
p = response['interface']
print("#### From LANforge: p, response['insterface']:{}".format(p))
#print("#### From LANforge: p, response['insterface']:{}".format(p))
mac = p['mac']
print("#### From LANforge: p['mac']: {mac}".format(mac=mac))
#print("#### From LANforge: p['mac']: {mac}".format(mac=mac))
# Parse the ap stats to find the matching mac then use that row for reporting
for row in ap_stats_rows: