mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-01-12 23:04:56 +00:00
test.json : differenciate between SSID and BSSID lf_check.py : differenciate between SSID and BSSID Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
18 lines
757 B
JSON
18 lines
757 B
JSON
{
|
|
"ct_AX88U_dut":{
|
|
"Notes":[
|
|
"This json file describes the device undertest as input to ./lf_check.py",
|
|
"The variables that are capitalize are used for configuration",
|
|
"The dut related configuration is contained in this file"
|
|
]
|
|
},
|
|
"test_dut":{
|
|
"DUT_SET_NAME": "DUT_NAME ASUSRT-AX88U",
|
|
"USE_DUT_NAME": "ASUSRT-AX88U",
|
|
"wireless_network_dict":{
|
|
"ssid_idx=0":{"ssid_idx":"0","SSID_USED":"asus11ax-2","SSID_PW_USED":"hello123","BSSID_TO_USE":"3c:7c:3f:55:4d:60","SECURITY_USED":"wpa2"},
|
|
"ssid_idx=1":{"ssid_idx":"1","SSID_USED":"asus11ax-5","SSID_PW_USED":"hello123","BSSID_TO_USE":"3c:7c:3f:55:4d:64","SECURITY_USED":"wpa2"}
|
|
}
|
|
}
|
|
}
|
|
|