mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
lf_tx_power.py : shutdown radio to configure channel
ct_9166_dut.json : added BSSID ct_9166_tx_power_tests.json : reduced the scripts run
This commit is contained in:
committed by
shivam
parent
35fa118803
commit
ddd105bcde
@@ -14,7 +14,7 @@
|
||||
"DUT_SN": "12345678",
|
||||
"wireless_network_dict":{
|
||||
"ssid_idx=0":{"ssid_idx":"0","SSID_USED":"24G-wpa2","SSID_PW_USED":"hello123","BSSID_TO_USE":"68:7d:b4:60:04:b0","SECURITY_USED":"wpa2","WLAN_ID_USED":"3"},
|
||||
"ssid_idx=1":{"ssid_idx":"1","SSID_USED":"5G-wpa2","SSID_PW_USED":"hello123","BSSID_TO_USE":"68:7d:b4:60:04:b0","SECURITY_USED":"wpa2","WLAN_ID_USED":"2"},
|
||||
"ssid_idx=1":{"ssid_idx":"1","SSID_USED":"5G-wpa2","SSID_PW_USED":"hello123","BSSID_TO_USE":"10:F9:20:FD:E7:A8","SECURITY_USED":"wpa2","WLAN_ID_USED":"2"},
|
||||
"ssid_idx=2":{"ssid_idx":"2","SSID_USED":"6G-wpa3","SSID_PW_USED":"hello123","BSSID_TO_USE":"68:7d:b4:60:04:b0","SECURITY_USED":"wpa3","WLAN_ID_USED":"1"},
|
||||
"ssid_idx=3":{"ssid_idx":"3","SSID_USED":"open-wlan-6","SSID_PW_USED":"[BLANK]","BSSID_TO_USE":"68:7d:b4:60:04:b0","SECURITY_USED":"open","WLAN_ID_USED":"6"}
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"USE_BATCH_NSS for nss batch: 1 2",
|
||||
"USE_BATCH_BANDWIDTH for bandwidth batch: 20 40 80 160",
|
||||
"USE_BATCH_TX_POWER for tx_power batch: 1 2 3 4 5 6 7 8"],
|
||||
"enabled":"TRUE",
|
||||
"enabled":"FALSE",
|
||||
"load_db":"skip",
|
||||
"batch_channel":"36",
|
||||
"batch_nss":"1",
|
||||
@@ -138,7 +138,7 @@
|
||||
"USE_BATCH_NSS for nss batch: 1 2",
|
||||
"USE_BATCH_BANDWIDTH for bandwidth batch: 20 40 80 160",
|
||||
"USE_BATCH_TX_POWER for tx_power batch: 1 2 3 4 5 6 7 8"],
|
||||
"enabled":"TRUE",
|
||||
"enabled":"FALSE",
|
||||
"load_db":"skip",
|
||||
"batch_channel":"36",
|
||||
"batch_nss":"2",
|
||||
@@ -167,7 +167,7 @@
|
||||
},
|
||||
"tx_power_batch_override_dual_band_5g":{
|
||||
"NOTE":["tx power dual-band 5g use existing station"],
|
||||
"enabled":"FALSE",
|
||||
"enabled":"TRUE",
|
||||
"load_db":"skip",
|
||||
"timeout":"180",
|
||||
"command":"lf_tx_power.py",
|
||||
@@ -180,11 +180,11 @@
|
||||
" use_ssid_idx=1 --wlan SSID_USED --wlan_id 2 --wlan_ssid SSID_USED",
|
||||
" --tag_policy RM204-TB1-9166 --policy_profile default-policy-profile",
|
||||
" --create_station",
|
||||
" use_ssid_idx=1 --radio wiphy1 --station sta0001 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
|
||||
" use_ssid_idx=1 --radio wiphy1 --station sta0001 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED --ap_bssid BSSID_TO_USE",
|
||||
" --pathloss 59 --antenna_gain 0",
|
||||
" --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
|
||||
" --ieee80211w optional",
|
||||
" --channel '100' --nss '2' --bandwidth '80' --txpower '4'",
|
||||
" --channel '100 116 149' --nss '2' --bandwidth '80' --txpower '4'",
|
||||
" --outfile tx_power --no_cleanup_station --no_cleanup",
|
||||
" --testbed_id RM204-TB1-9166 --testbed_location RM204-TB1-9166",
|
||||
" --local_lf_report_dir REPORT_PATH"
|
||||
|
||||
Reference in New Issue
Block a user