diff --git a/py-scripts/test_l3.py b/py-scripts/test_l3.py index 18064fcb..c4b2b18c 100755 --- a/py-scripts/test_l3.py +++ b/py-scripts/test_l3.py @@ -21,7 +21,7 @@ EXAMPLE: ./test_l3.py --mgr localhost --endp_type 'lf_udp lf_tcp' --upstream_port 1.1.eth1 \ --radio "radio==1.1.wiphy0 stations==10 ssid==ASUS_70 ssid_pw==[BLANK] security==open" \ --radio "radio==1.1.wiphy2 stations==1 ssid==ASUS_70 ssid_pw==[BLANK] security==open" \ - --test_duration 5s + --test_duration 5s Example command using attenuator ./test_l3.py --test_duration 5m --polling_interval 1s --upstream_port eth2 \ @@ -604,8 +604,8 @@ class L3VariableTime(Realm): "PASS: Stations & CX build finished: created/updated: %s stations and %s connections." % (self.station_count, self.cx_count)) - # Run the main body of the test logic. + def start(self, print_pass=False): print("Bringing up stations") self.admin_up(self.side_b) @@ -1209,8 +1209,8 @@ and received. Generic command layout: ----------------------- -./test_l3.py --mgr --test_duration --endp_type --upstream_port ---radio "radio== stations== ssid== ssid_pw== +./test_l3.py --mgr --test_duration --endp_type --upstream_port +--radio "radio== stations== ssid== ssid_pw== security==" --debug Multiple radios may be entered with individual --radio switches @@ -1661,7 +1661,6 @@ Setting wifi_settings per radio # test_priority = args.test_priority # this may need to be set per test test_id = args.test_id - if args.test_duration: test_duration = args.test_duration