From 40d643a63b40299e4b8d2f6f8170e26b5797c30f Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 13 Aug 2021 05:54:48 -0600 Subject: [PATCH] ct_us_001.json updated the test for new location of lf_qa.py Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/ct_us_001.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-scripts/tools/ct_us_001.json b/py-scripts/tools/ct_us_001.json index 1f01fbec..20707632 100644 --- a/py-scripts/tools/ct_us_001.json +++ b/py-scripts/tools/ct_us_001.json @@ -288,10 +288,10 @@ "enabled":"TRUE", "timeout":"600", "load_db":"skip", - "command":"./sandbox/lf_qa.py", + "command":"./tools/lf_qa.py", "args":"", "args_list":[ - " --path REPORT_PATH --store --png --database ./sandbox/qa_test_db" + " --path REPORT_PATH --store --png --database ./tools/qa_test_db" ] } },