Files
wlan-lanforge-scripts/py-scripts/tools/ct_004_AX88U_dut.json
Chuck SmileyRekiere 8e05632b8a cicd json clean up for unused parameters and naming
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-06 12:28:17 -06:00

22 lines
790 B
JSON

{
"ct_AX88U_dut":{
"Notes":[
"This json file describes the device undertest used 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",
"DUT_NAME": "ASUSRT-AX88U",
"DUT_SW": "3.0.0.4.386_44266",
"wireless_network_dict":{
"ssid_idx=0":{"ssid_idx":"0","SSID_USED":"asus11ax-2","SSID_PW_USED":"hello123","BSSID":"d4:5d:64:a0:7f:78","SECURITY_USED":"wpa2"},
"ssid_idx=1":{"ssid_idx":"1","SSID_USED":"asus11ax-5","SSID_PW_USED":"hello123","BSSID":"d4:5d:64:a0:7f:7c","SECURITY_USED":"wpa2"}
}
}
}