mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
test_l3_longevity.py : add channel utilization to the statistics
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -202,7 +202,7 @@ class L3VariableTime(Realm):
|
||||
|
||||
# TODO: cmd-line arg to enable/disable these stats.
|
||||
self.ap_stats_col_titles = ["Station Address", "PHY Mbps", "Data Mbps", "Air Use", "Data Use",
|
||||
"Retries", "bw", "mcs", "Nss", "ofdma", "mu-mimo"]
|
||||
"Retries", "bw", "mcs", "Nss", "ofdma", "mu-mimo", "channel utilization"]
|
||||
|
||||
dur = self.duration_time_to_seconds(self.test_duration)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user