Added pre cleanup in client connect

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-11-29 14:57:28 +05:30
parent 7132259e39
commit 032992ce23

View File

@@ -819,6 +819,8 @@ class lf_tests(lf_libs):
vlan_id=[None], num_sta=None, scan_ssid=True, sta_mode=0,
station_data=["4way time (us)", "channel", "cx time (us)", "dhcp (ms)", "ip", "signal"],
allure_attach=True, identifier=None, allure_name="station data", client_type=None, dut_data={}):
# pre cleanup
self.pre_cleanup()
self.check_band_ap(band=band)
if identifier is None:
identifier = self.dut_data[0]["identifier"]