Modified the logic for dual band test tests

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2025-03-12 15:36:39 +05:30
parent c6ab689c6d
commit f698ee5cd3

View File

@@ -2688,17 +2688,21 @@ class lf_tests(lf_libs):
local_lf_report_dir=self.local_report_path,
max_stations_2=64,
max_stations_5=64,
max_stations_dual=124,
max_stations_dual=64,
radio2=[self.wave2_2g_radios],
radio5=[self.wave2_5g_radios],
raw_lines=[['modes', 'AUTO']],
raw_lines=[['modes: AUTO'], ['dur20: 60']],
# test_tag=influx_tags,
sets=[['Basic Client Connectivity', '0'],
['Multi Band Throughput', '1'],
['Capacity', '0'],
['Skip 2.4Ghz Tests', '1'],
['Skip 2.4Ghz Tests', '0'],
['Channel Switching', '0'],
['Skip 5Ghz Tests', '1'],
['Skip 5Ghz Tests', '0'],
['Skip 6Ghz Tests', '1'],
['Skip 5Ghz-B Tests', '1'],
['Skip Tri-Band Tests', '1'],
['Skip Tri-Band (2.4, 5-low, 5-high) Tests', '1']
['Stability', '0'],
['Band Steering', '0'],
['Multi STA Throughput vs Pkt Size', '0'],