summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/install.sh')
-rwxr-xr-xutils/test/result_collection_api/install.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/utils/test/result_collection_api/install.sh b/utils/test/result_collection_api/install.sh
deleted file mode 100755
index 43229eabb..000000000
--- a/utils/test/result_collection_api/install.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-usage="
-Script to install opnfv_tesgtapi automatically.
-This script should be run under root.
-
-usage:
- bash $(basename "$0") [-h|--help] [-t <test_name>]
-
-where:
- -h|--help show this help text"
-
-if [[ $(whoami) != "root" ]]; then
- echo "Error: This script must be run as root!"
- exit 1
-fi
-
-cp -fr 3rd_party/static opnfv_testapi/tornado_swagger
-python setup.py install
-rm -fr opnfv_testapi/tornado_swagger/static