mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
ct_9136_dut.json : updated dut name
ct_9136_tx_power_tests.json : example for channel widths on command line Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
10b39c0992
commit
479adbb30c
@@ -7,7 +7,7 @@
|
||||
]
|
||||
},
|
||||
"test_dut":{
|
||||
"DUT_SET_NAME": "DUT_NAME ASUSRT-AX88U",
|
||||
"DUT_SET_NAME": "AP687D.B45C.2B24",
|
||||
"USE_DUT_NAME": "AP687D.B45C.2B24",
|
||||
"DUT_SW": "12345678",
|
||||
"DUT_HW": "9136I-B",
|
||||
|
||||
@@ -105,13 +105,13 @@
|
||||
},
|
||||
|
||||
"tx_power_batch":{
|
||||
"enabled":"TRUE",
|
||||
"enabled":"FALSE",
|
||||
"load_db":"skip",
|
||||
"timeout":"180",
|
||||
"iterations":"1",
|
||||
"batch_channel":"1",
|
||||
"batch_nss":"2",
|
||||
"batch_bandwidth":"20",
|
||||
"batch_bandwidth":"40",
|
||||
"command":"lf_tx_power.py",
|
||||
"args":"",
|
||||
"args_list":[
|
||||
@@ -140,11 +140,10 @@
|
||||
"iterations":"1",
|
||||
"batch_channel":"1",
|
||||
"batch_nss":"2",
|
||||
"batch_bandwidth":"20",
|
||||
"command":"lf_tx_power.py",
|
||||
"args":"",
|
||||
"args_list":[
|
||||
" --scheme ssh --dest 192.168.100.239 --port 22 --user admin --passwd Cisco123 --prompt WLC1 --series 9800",
|
||||
" --scheme ssh --dest localhost --port 8887 --user admin --passwd Cisco123 --prompt WLC1 --series 9800",
|
||||
" --band 6g --module cc_module_9800_3504 --timeout 3 ",
|
||||
" --ap USE_DUT_NAME --ap_slot 4 --ap_band_slot_6g 3 ",
|
||||
" use_ssid_idx=2 --wlan SSID_USED --wlan_id WLAN_ID_USED --wlan_ssid SSID_USED",
|
||||
@@ -153,7 +152,7 @@
|
||||
" --pathloss 59 --antenna_gain 6",
|
||||
" --lfmgr LF_MGR_IP --upstream_port UPSTREAM_ALIAS --lfresource 1",
|
||||
" --vht160 --ieee80211w required --wifi_mode abgnAX",
|
||||
" --channel USE_BATCH_CHANNEL --nss USE_BATCH_NSS --bandwidth USE_BATCH_BANDWIDTH --txpower '3'",
|
||||
" --channel USE_BATCH_CHANNEL --nss USE_BATCH_NSS --bandwidth '20' --txpower '2'",
|
||||
" --outfile tx_power_2B24 --no_cleanup --no_cleanup_station --testbed_id Cisco-WLC1-AP5",
|
||||
" --local_lf_report_dir REPORT_PATH",
|
||||
" --test_tag 'tx_power C9136I-B AP687D.B45C.2B24'",
|
||||
|
||||
Reference in New Issue
Block a user