ct_001_AX88U_dut.json : updated for having upper case in test configuration

match the configuration of the DUT

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-10-05 07:28:57 -06:00
parent 1ea61f07ee
commit e22c7c0eb8

View File

@@ -10,17 +10,17 @@
] ]
}, },
"test_dut":{ "test_dut":{
"dut_set_name": "DUT_NAME ASUSRT-AX88U", "DUT_SET_NAME": "DUT_NAME ASUSRT-AX88U",
"dut_name": "ASUSRT-AX88U", "DUT_NAME": "ASUSRT-AX88U",
"dut_bssid_2g": "3c:7c:3f:55:4d:60", "DUT_BSSID_2G": "3c:7c:3f:55:4d:60",
"dut_bssid_5g": "3c:7c:3f:55:4d:64", "DUT_BSSID_5G": "3c:7c:3f:55:4d:64",
"dut_sw": "3.0.0.4.386_44266", "DUT_SW": "3.0.0.4.386_44266",
"ssid_5g_used": "asus11ax-5", "SSID_5G_USED": "asus11ax-5",
"ssid_5g_pw_used": "hello123", "SSID_5G_PW_USED": "hello123",
"security_5g_used": "wpa2", "SECURITY_5G_USED": "wpa2",
"ssid_2g_used": "asus11ax-2", "SSID_2G_USED": "asus11ax-2",
"ssid_2g_pw_used": "hello123", "SSID_2G_PW_USED": "hello123",
"security_2g_used": "wpa2" "SECURITY_2G_USED": "wpa2"
} }
} }