mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-06 05:37:55 +00:00
test_l3.py : autopep8 linting
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
a82d0b9673
commit
a9e5ad3935
@@ -604,8 +604,8 @@ class L3VariableTime(Realm):
|
|||||||
"PASS: Stations & CX build finished: created/updated: %s stations and %s connections." %
|
"PASS: Stations & CX build finished: created/updated: %s stations and %s connections." %
|
||||||
(self.station_count, self.cx_count))
|
(self.station_count, self.cx_count))
|
||||||
|
|
||||||
|
|
||||||
# Run the main body of the test logic.
|
# Run the main body of the test logic.
|
||||||
|
|
||||||
def start(self, print_pass=False):
|
def start(self, print_pass=False):
|
||||||
print("Bringing up stations")
|
print("Bringing up stations")
|
||||||
self.admin_up(self.side_b)
|
self.admin_up(self.side_b)
|
||||||
@@ -1661,7 +1661,6 @@ Setting wifi_settings per radio
|
|||||||
# test_priority = args.test_priority # this may need to be set per test
|
# test_priority = args.test_priority # this may need to be set per test
|
||||||
test_id = args.test_id
|
test_id = args.test_id
|
||||||
|
|
||||||
|
|
||||||
if args.test_duration:
|
if args.test_duration:
|
||||||
test_duration = args.test_duration
|
test_duration = args.test_duration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user