mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Resolved merge conflicts
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user