Files
wlan-lanforge-scripts/py-scripts/tools/ct_AX88U_dut.json
Chuck SmileyRekiere 5041f2a41a ct_XXX_dut.json: Note on when to use DUT_SET_NAME, for the --set parameter
ct_us_XXX_tests.json : fixed AP Auto tests to use the USE_DUT_NAME

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:44:27 +05:30

20 lines
921 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",
"DUT_SET_NAME is an input to wifi capacity, dataplane and ap_auto tests, for --set parameter",
"The DUT_NAME must be part of DUT_SET_NAME"
]
},
"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"}
}
}
}