mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Modified the logic for dual band test tests
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -2688,17 +2688,21 @@ class lf_tests(lf_libs):
|
|||||||
local_lf_report_dir=self.local_report_path,
|
local_lf_report_dir=self.local_report_path,
|
||||||
max_stations_2=64,
|
max_stations_2=64,
|
||||||
max_stations_5=64,
|
max_stations_5=64,
|
||||||
max_stations_dual=124,
|
max_stations_dual=64,
|
||||||
radio2=[self.wave2_2g_radios],
|
radio2=[self.wave2_2g_radios],
|
||||||
radio5=[self.wave2_5g_radios],
|
radio5=[self.wave2_5g_radios],
|
||||||
raw_lines=[['modes', 'AUTO']],
|
raw_lines=[['modes: AUTO'], ['dur20: 60']],
|
||||||
# test_tag=influx_tags,
|
# test_tag=influx_tags,
|
||||||
sets=[['Basic Client Connectivity', '0'],
|
sets=[['Basic Client Connectivity', '0'],
|
||||||
['Multi Band Throughput', '1'],
|
['Multi Band Throughput', '1'],
|
||||||
['Capacity', '0'],
|
['Capacity', '0'],
|
||||||
['Skip 2.4Ghz Tests', '1'],
|
['Skip 2.4Ghz Tests', '0'],
|
||||||
['Channel Switching', '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'],
|
['Stability', '0'],
|
||||||
['Band Steering', '0'],
|
['Band Steering', '0'],
|
||||||
['Multi STA Throughput vs Pkt Size', '0'],
|
['Multi STA Throughput vs Pkt Size', '0'],
|
||||||
|
|||||||
Reference in New Issue
Block a user