From d6fb70840647e74fd9cbcfaa6a462c4f8a6c8d0e Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 21 Aug 2021 09:24:04 -0600 Subject: [PATCH] ct_us_001, ct_us_004 separated the database between 001 and 004, Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/ct_us_001_tests.json | 4 ++-- py-scripts/tools/ct_us_004_tests.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/py-scripts/tools/ct_us_001_tests.json b/py-scripts/tools/ct_us_001_tests.json index cd9715c1..cbd211ef 100644 --- a/py-scripts/tools/ct_us_001_tests.json +++ b/py-scripts/tools/ct_us_001_tests.json @@ -186,7 +186,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 ./tools/qa_001_test_db" ] } }, @@ -429,7 +429,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 ./tools/qa_001_test_db" ] } diff --git a/py-scripts/tools/ct_us_004_tests.json b/py-scripts/tools/ct_us_004_tests.json index 7845e129..5909e0bf 100644 --- a/py-scripts/tools/ct_us_004_tests.json +++ b/py-scripts/tools/ct_us_004_tests.json @@ -176,7 +176,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 ./tools/qa_004_test_db" ] } }, @@ -419,7 +419,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 ./tools/qa_004_test_db" ] }