mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
test_l3_longevity.py : pep8 linting: autopep8
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
39e1452b51
commit
39469ed1dd
@@ -1207,7 +1207,7 @@ class L3VariableTime(Realm):
|
||||
print(
|
||||
"6g xtop {xtop}".format(xtop=xtop))
|
||||
channel_utilization = float(
|
||||
100) - float(xtop)
|
||||
100) - float(xtop)
|
||||
print("6g channel_utilization {utilization}".format(utilization=channel_utilization))
|
||||
except BaseException:
|
||||
print(
|
||||
@@ -2557,7 +2557,7 @@ Setting wifi_settings per radio
|
||||
Elapsed | 'elapsed'
|
||||
Destination Addr | 'destination addr'
|
||||
Source Addr | 'source addr'
|
||||
|
||||
|
||||
Using the port_mgr_cols flag:
|
||||
'4way time (us)'
|
||||
'activity'
|
||||
@@ -2633,7 +2633,7 @@ Setting wifi_settings per radio
|
||||
'tx-failed %'
|
||||
'tx-rate'
|
||||
'wifi retries'
|
||||
|
||||
|
||||
Can't decide what columns to use? You can just use 'all' to select all available columns from both tables.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user