mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
test_l3_longevity.py : added debugging for channel_utilization
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -692,6 +692,8 @@ class L3VariableTime(Realm):
|
|||||||
print("Error reading xtop")
|
print("Error reading xtop")
|
||||||
# ap information is passed with ap_row so all information needs to be contained in ap_row
|
# ap information is passed with ap_row so all information needs to be contained in ap_row
|
||||||
ap_row.append(str(channel_utilization))
|
ap_row.append(str(channel_utilization))
|
||||||
|
print("channel_utilization {channel_utilization}".format(channel_utilization=channel_utilization))
|
||||||
|
print("ap_row {ap_row}".format(ap_row=ap_row))
|
||||||
|
|
||||||
ap_stats_col_titles = ['Station Address','PHY Mbps','Data Mbps','Air Use','Data Use','Retries','bw','mcs','Nss','ofdma','mu-mimo','channel_utilization']
|
ap_stats_col_titles = ['Station Address','PHY Mbps','Data Mbps','Air Use','Data Use','Retries','bw','mcs','Nss','ofdma','mu-mimo','channel_utilization']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user