mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
56 lines
2.3 KiB
JSON
56 lines
2.3 KiB
JSON
{
|
|
"ct_us_001":{
|
|
"Notes":[
|
|
"The json is used to orchastrate the tests to be run on testbed ct_us_001",
|
|
"This json file is used as an input to the ./lf_check.py file",
|
|
"The variables that are all capitalized below are replaced with configuration",
|
|
"from the json file. so LF_MGR_IP in the test below is replaced by the json lf_mgr_ip",
|
|
"The replacement is loosely coupled so the upper and lower case convention is used",
|
|
"to identify replaced strings in the lf_check.py code."
|
|
]
|
|
},
|
|
"test_parameters":{
|
|
"test_bed": "CT-US-001",
|
|
"test_rig": "CT-US-001",
|
|
"lf_mgr_ip": "192.168.100.116",
|
|
"lf_mgr_port": "8080",
|
|
"dut_set_name": "DUT_NAME ASUSRT-AX88U",
|
|
"dut_name": "ASUSRT-AX88U",
|
|
"dut_bssid_2g": "3c:7c:3f:55:4d:60",
|
|
"dut_bssid_5g": "3c:7c:3f:55:4d:64",
|
|
"dut_sw": "3.0.0.4.386_44266",
|
|
"test_timeout": 300,
|
|
"load_blank_db": false,
|
|
"load_factory_default_db": true,
|
|
"load_custom_db": false,
|
|
"custom_db": "DFLT_ETH1_GEN",
|
|
"email_list_production": "konikofi@candelatech.com,greearb@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,jreynolds@candelatech.com",
|
|
"host_ip_production": "192.168.100.201",
|
|
"email_list_test": "chuck.rekiere@candelatech.com",
|
|
"host_ip_test": "192.168.100.201",
|
|
"email_title_txt": "Lanforge QA Testing CT-US-001",
|
|
"email_txt": "Lanforge QA Testing CT-US-001 "
|
|
},
|
|
"test_network":{
|
|
"http_test_ip": "10.40.0.10",
|
|
"ftp_test_ip": "10.40.0.10",
|
|
"test_ip": "192.168.0.104"
|
|
},
|
|
"test_generic":{
|
|
"radio_used": "wiphy1",
|
|
"ssid_used": "asus11ax-5",
|
|
"ssid_pw_used": "hello123",
|
|
"security_used": "wpa2",
|
|
"num_sta": 1,
|
|
"col_names": "name,tx_byptes,rx_bytes,dropped",
|
|
"upstream_port": "eth2"
|
|
},
|
|
"radio_dict":{
|
|
"RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"},
|
|
"RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"1","SSID":"asus11ax-5","PASSWD":"hello123","SECURITY":"wpa2"}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|