Added proper Turn-Table-Chamber in tr398v2

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2024-10-03 12:30:27 +05:30
parent baf5278c57
commit 41debbabac

View File

@@ -1850,8 +1850,7 @@ class lf_tests(lf_libs):
skip_bandv2 = [['Skip 2.4Ghz Tests', f'{skip_twog}'], ['Skip 5Ghz Tests', f'{skip_fiveg}'],
['2.4Ghz Channel', f'{channel_2g}'], ['5Ghz Channel', f'{channel_5g}'],
["use_virtual_ax_sta", "1"],
["Use Issue-3 Behaviour", "0"], ["Skip 6Ghz Tests", "1"], ["Calibrate against LANforge AP", "0"],
["Turn-Table-Chamber", "DUT-Chamber"]]
["Use Issue-3 Behaviour", "0"], ["Skip 6Ghz Tests", "1"], ["Calibrate against LANforge AP", "0"]]
enable_tests = [['rxsens: 0'], ['max_cx: 0'], ['max_tput: 0'], ['peak_perf: 0'], ['max_tput_bi: 0'],
['dual_band_tput: 0'], ['multi_band_tput: 0'], ['atf: 0'], ['atf3: 0'], ['qos3: 0'],
['lat3: 0'], ['mcast3: 0'], ['rvr: 0'], ['spatial: 0'], ['multi_sta: 0'], ['reset: 0'],
@@ -1888,6 +1887,8 @@ class lf_tests(lf_libs):
# f.close()
""" Test duration 60 sec """
raw_line.append(["dur120: 60"])
"""Add turn table"""
raw_line.append(["turn_table: DUT-Chamber"])
"""Adding extra raw lines """
if extra_raw_lines[0]:
raw_line.extend(extra_raw_lines)