diff --git a/lf_libs/lf_tests.py b/lf_libs/lf_tests.py index d883cbbb..28ace8ea 100644 --- a/lf_libs/lf_tests.py +++ b/lf_libs/lf_tests.py @@ -296,9 +296,6 @@ class lf_tests(lf_libs): def enterprise_client_connectivity_test(self): pass - def wifi_capacity_test(self): - pass - def rate_vs_range_test(self): pass @@ -449,7 +446,6 @@ class lf_tests(lf_libs): pytest.fail("5 Ghz channel didn't changed after radar detected") def add_stations(self, band="2G", num_stations=9, ssid_name="", dut_data={}, identifier=None): - dut_name = [] # for index in range(0, len(self.dut_data)): # dut_name.append(self.dut_data[index]["identifier"]) @@ -666,6 +662,7 @@ class lf_tests(lf_libs): logging.info("Upstream data: " + str(upstream_port)) sets = [["DUT_NAME", dut]] '''SINGLE WIFI CAPACITY using lf_wifi_capacity.py''' + self.temp_raw_lines = self.default_scenario_raw_lines.copy() for band_ in num_stations: if band_ not in ["2G", "5G", "6G"]: logging.error("Band is missing")