project-ize testAPI
[releng.git] / utils / test / result_collection_api / run_test.sh
index 6006fcf..9b25f8f 100755 (executable)
@@ -6,5 +6,5 @@
 # pip install testtools, discover
 
 find . -type f -name "*.pyc" -delete
-testrargs="discover ./tests/unit"
-python -m testtools.run $testrargs
\ No newline at end of file
+testrargs="discover ./opnfv_testapi/tests/unit"
+python -m testtools.run $testrargs