Files
wlan-lanforge-scripts/py-scripts/tools/ct_test_rig.json
Chuck SmileyRekiere 35c590e589 lf_check.py : Created UPSTREAM_ALIAS ,for chamberview tests that only need
the alias, the shelf and resource is entered seperately.
Updated the ct_us_XXX_rig ro UPSTREAM_ALIAS
Updated the associated CV tests
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2022-07-12 15:44:27 +05:30

24 lines
787 B
JSON

{
"test_rig":{
"Notes":[
"This json file describes LANforge system and test run configuration"
]
},
"test_rig_parameters":{
"TEST_BED": "CT-TEST-001",
"TEST_RIG": "CT-TEST-001",
"TEST_SERVER": "http://127.0.0.1/",
"DATABASE_SQLITE": "./tools/qa_sqlite3.db",
"LF_MGR_IP": "192.168.100.116",
"LF_MGR_PORT": "8080",
"LF_MGR_USER": "lanforge",
"LF_MGR_PASS": "lanforge",
"UPSTREAM_PORT": "1.1.eth2",
"UPSTREAM_ALIAS": "eth2",
"TEST_TIMEOUT": 600,
"EMAIL_LIST_PRODUCTION": "support@candelatech.com",
"EMAIL_LIST_TEST": "support@candelatech.com",
"EMAIL_TITLE_TXT": "Lanforge QA Testing",
"EMAIL_TXT": "Lanforge QA Testing"
}
}