mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
print statements edited
This commit is contained in:
@@ -50,8 +50,10 @@ class IPv4Test(LFCliBase):
|
||||
self.station_profile.set_command_param("set_port", "report_timer", 1500)
|
||||
self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
|
||||
self.station_profile.create(radio="wiphy0", sta_names_=self.sta_list, debug=self.debug)
|
||||
self._pass("PASS: Station build finished")
|
||||
self.station_profile.admin_up()
|
||||
print(" ",flush=True)
|
||||
time.sleep(15)
|
||||
self._pass("Station build finished",print_=True)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
self.station_profile.cleanup(sta_list)
|
||||
|
||||
@@ -51,8 +51,9 @@ class IPv4Test(LFCliBase):
|
||||
self.station_profile.set_command_param("set_port", "report_timer", 1500)
|
||||
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")
|
||||
print("Test passed.")
|
||||
self.station_profile.admin_up()
|
||||
time.sleep(15)
|
||||
self._pass("Station build finished", print_=True)
|
||||
exit(0)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
|
||||
@@ -51,7 +51,9 @@ class IPv4Test(LFCliBase):
|
||||
self.station_profile.set_command_param("set_port", "report_timer", 1500)
|
||||
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")
|
||||
self.station_profile.admin_up()
|
||||
self._pass("Station build finished",print_=True)
|
||||
time.sleep(15)
|
||||
exit(0)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
|
||||
@@ -51,7 +51,9 @@ class IPv4Test(LFCliBase):
|
||||
self.station_profile.set_command_param("set_port", "report_timer", 1500)
|
||||
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")
|
||||
self.station_profile.admin_up()
|
||||
time.sleep(15)
|
||||
self._pass("Station build finished",print_=True)
|
||||
exit(0)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
|
||||
@@ -52,8 +52,10 @@ 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.station_profile.admin_up()
|
||||
|
||||
self._pass("PASS: Station build finished")
|
||||
self._pass("Station build finished",print_=True)
|
||||
time.sleep(10)
|
||||
print(" ",flush=True)
|
||||
time.sleep(10)
|
||||
exit(0)
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
|
||||
Reference in New Issue
Block a user