mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Renamed run to build
This commit is contained in:
4
py-scripts/test_ipv6_variable_time.py
Normal file → Executable file
4
py-scripts/test_ipv6_variable_time.py
Normal file → Executable file
@@ -159,7 +159,7 @@ class IPV6VariableTime(LFCliBase):
|
|||||||
}
|
}
|
||||||
self.json_post(req_url, data)
|
self.json_post(req_url, data)
|
||||||
|
|
||||||
def run(self):
|
def build(self):
|
||||||
sta_list = []
|
sta_list = []
|
||||||
|
|
||||||
self.station_profile.use_wpa2(True, self.ssid, self.password)
|
self.station_profile.use_wpa2(True, self.ssid, self.password)
|
||||||
@@ -183,7 +183,7 @@ def main():
|
|||||||
security="open", num_stations=10, test_duration="5m",
|
security="open", num_stations=10, test_duration="5m",
|
||||||
side_a_min_rate=256, side_b_min_rate=256)
|
side_a_min_rate=256, side_b_min_rate=256)
|
||||||
ip_var_test.cleanup()
|
ip_var_test.cleanup()
|
||||||
ip_var_test.run()
|
ip_var_test.build()
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
ip_var_test.run_test(print_pass=True, print_fail=True)
|
ip_var_test.run_test(print_pass=True, print_fail=True)
|
||||||
ip_var_test.cleanup()
|
ip_var_test.cleanup()
|
||||||
|
|||||||
Reference in New Issue
Block a user