Files
archived-wlan-lanforge-scripts/py-scripts/tools/ct_test_rig.json
Chuck SmileyRekiere f9c9efdd4e lf_check.py : load custom db prior to each test, fixed call to scenario.py
updated rig.json for current db handling

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-06 11:26:45 -06:00

22 lines
708 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",
"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",
"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"
}
}