summaryrefslogtreecommitdiffstats
path: root/ci/run_smoke_tests.sh
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-07 20:09:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-07 20:09:46 +0000
commit4c14519e56d9b5a77743f6f2fbc92068d996a649 (patch)
tree6f2a74c36b65becd7e334facb667ceadf7b54bc4 /ci/run_smoke_tests.sh
parentb196fa91f1b2b418a2fae558573b77e9895dccfb (diff)
parent288d6a64f9ba8cbbfc9b3bc3783d4830a01b1af8 (diff)
Merge "More cleanup for ci directory"
Diffstat (limited to 'ci/run_smoke_tests.sh')
-rwxr-xr-xci/run_smoke_tests.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/run_smoke_tests.sh b/ci/run_smoke_tests.sh
deleted file mode 100755
index 517822ef..00000000
--- a/ci/run_smoke_tests.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-export ANSIBLE_HOST_KEY_CHECKING=False
-
-./dev_dep_check.sh
-
-yum install python-devel -y
-yum install openssl-devel -y
-easy_install pip
-pip install ansible
-
-echo 'See ~stack/smoke-tests.out on the undercloud for result log'
-ansible-playbook -i "$(get_undercloud_ip)," ../tests/smoke_tests/smoke_tests.yml