mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Better stdout redirection, added communication between scripts and bash script
This commit is contained in:
@@ -52,6 +52,7 @@ class IPv4Test(LFCliBase):
|
||||
self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
|
||||
self.station_profile.create(radio=self.radio, sta_names_=self.sta_list, debug=self.debug)
|
||||
self._pass("PASS: Station build finished")
|
||||
exit(0)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
self.station_profile.cleanup(sta_list)
|
||||
@@ -71,7 +72,7 @@ def main():
|
||||
''',
|
||||
|
||||
description='''\
|
||||
example_wpa_connection.py
|
||||
example_wpa2_connection.py
|
||||
--------------------
|
||||
|
||||
Generic command example:
|
||||
|
||||
Reference in New Issue
Block a user