From 4391bbd783c9ca51eef7883b61292ff1b1beba7c Mon Sep 17 00:00:00 2001 From: Moshe Date: Mon, 26 Mar 2018 13:54:47 +0300 Subject: Add unit tests to improve coverage Issue-ID: VNFSDK-183 Change-Id: I26d2412d3fcfd25431722a3da7cb40b23e2a98b4 Signed-off-by: Moshe --- tools/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/run_tests.sh') diff --git a/tools/run_tests.sh b/tools/run_tests.sh index 4f7aea3..e225589 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -35,9 +35,9 @@ run_tests() { echo "Running unittest ... " if [ $FILE_OPTION == "f" ]; then - python -m unittest discover -v -s tests/unit > $logfile 2>&1 + python -m unittest discover -v -s vnftest/tests/unit > $logfile 2>&1 else - python -m unittest discover -v -s tests/unit + python -m unittest discover -v -s vnftest/tests/unit fi if [ $? -ne 0 ]; then -- cgit 1.2.3-korg