diff --git a/run_tests.sh b/run_tests.sh index df7e1be8..3f801c2b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -115,7 +115,7 @@ function run_tests { if [ "$testropts" = "" ] && [ "$testrargs" = "" ]; then # Default to running all tests if specific test is not # provided. - testrargs="discover ./nova/tests/unit" + testrargs="discover ./nclxd/tests" fi ${wrapper} python -m testtools.run $testropts $testrargs