diff --git a/py-scripts/tools/ct_us_002_rig.json b/py-scripts/tools/ct_us_002_rig.json index e4cc8926..10e09828 100644 --- a/py-scripts/tools/ct_us_002_rig.json +++ b/py-scripts/tools/ct_us_002_rig.json @@ -12,6 +12,7 @@ "test_parameters":{ "test_bed": "CT-US-002", "test_rig": "CT-US-002", + "database_sqlite": "qa_002_test_db", "database_tag": "testbed CT-US-002", "lf_mgr_ip": "192.168.100.200", "lf_mgr_port": "8080", diff --git a/py-scripts/tools/ct_us_002_tests.json b/py-scripts/tools/ct_us_002_tests.json index f4c63192..999a3c5c 100644 --- a/py-scripts/tools/ct_us_002_tests.json +++ b/py-scripts/tools/ct_us_002_tests.json @@ -19,7 +19,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_002_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } }, @@ -76,7 +76,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_002_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } }, @@ -275,7 +275,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_002_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } } diff --git a/py-scripts/tools/ct_us_004_rig.json b/py-scripts/tools/ct_us_004_rig.json index b9984bea..89b52e45 100644 --- a/py-scripts/tools/ct_us_004_rig.json +++ b/py-scripts/tools/ct_us_004_rig.json @@ -12,7 +12,7 @@ "test_parameters":{ "test_bed": "CT-US-004", "test_rig": "CT-US-004", - "database_sqlite": "./tools/qa_004_test_db", + "database_sqlite": "qa_004_test_db", "database_tag_influx": "testbed CT-US-004", "lf_mgr_ip": "192.168.100.194", "lf_mgr_port": "8080", diff --git a/py-scripts/tools/ct_us_004_tests.json b/py-scripts/tools/ct_us_004_tests.json index e75a3710..81be1490 100644 --- a/py-scripts/tools/ct_us_004_tests.json +++ b/py-scripts/tools/ct_us_004_tests.json @@ -109,7 +109,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } @@ -200,7 +200,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_004_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } }, @@ -290,7 +290,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_004_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] } }, @@ -533,7 +533,7 @@ "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./tools/qa_004_test_db" + " --path REPORT_PATH --store --png --database DATABASE_SQLITE" ] }