summaryrefslogtreecommitdiffstats
path: root/docker/run_tests.sh
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-12-22 17:22:49 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2015-12-22 17:22:49 +0100
commitf1a15b02f20c91a617e7475d8ca506db6db10005 (patch)
tree4c9b650de3404ae144501001352eb226d1b53a7f /docker/run_tests.sh
parent13c0c2d15d2af4dd1a8b4f82e481a8d1574c274d (diff)
Move check_os call to prepare_env.sh
Change-Id: Ifcc9ef24975f83f6c0ee021c76cc056f383f3f5e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-xdocker/run_tests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 00d534871..7ae678697 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -175,14 +175,6 @@ fi
info "Sourcing Credentials ${FUNCTEST_CONF_DIR}/openstack.creds to run the tests.."
source ${FUNCTEST_CONF_DIR}/openstack.creds
-# Check OpenStack
-info "Checking that the basic OpenStack services are functional..."
-${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/check_os.sh
-RETVAL=$?
-if [ $RETVAL -ne 0 ]; then
- exit 1
-fi
-
# Run tests
if [ "${TEST}" != "" ]; then
for i in "${arr_test_exec[@]}"; do