mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
test_l3_longevity.py : bug fix for reading mac on interface
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -813,8 +813,12 @@ Station Address PHY Mbps Data Mbps Air Use Data Use Retries bw mc
|
||||
print("query-port: %s: incomplete response:"%(url))
|
||||
pprint(response)
|
||||
else:
|
||||
#print("response".format(response))
|
||||
#pprint(response)
|
||||
p = response['interface']
|
||||
mac = response['mac']
|
||||
print("#### p, response['insterface']:{}".format(p))
|
||||
# mac = response['mac']
|
||||
mac = p['mac']
|
||||
|
||||
ap_row = []
|
||||
for row in ap_stats_rows:
|
||||
|
||||
Reference in New Issue
Block a user