summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/run_test.sh')
-rwxr-xr-xutils/test/result_collection_api/run_test.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/test/result_collection_api/run_test.sh b/utils/test/result_collection_api/run_test.sh
deleted file mode 100755
index 9b25f8ffc..000000000
--- a/utils/test/result_collection_api/run_test.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-
-# Before run this script, make sure that testtools and discover
-# had been installed in your env
-# or else using pip to install them as follows:
-# pip install testtools, discover
-
-find . -type f -name "*.pyc" -delete
-testrargs="discover ./opnfv_testapi/tests/unit"
-python -m testtools.run $testrargs