summaryrefslogtreecommitdiffstats
path: root/ci/run_smoke_tests.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-06 18:15:08 -0400
committerTim Rozet <trozet@redhat.com>2017-09-07 12:03:30 -0400
commit288d6a64f9ba8cbbfc9b3bc3783d4830a01b1af8 (patch)
treef5a2d777da6c7df918979b0811cb8396c0423bdb /ci/run_smoke_tests.sh
parent0cedf1dc636d2532eb818dd88c19106199500ac7 (diff)
More cleanup for ci directory
Changes Include: - Moves dev_dep_check.sh to contrib dir as it is not used by our CI - Removes test.sh as it is not used by CI. tox can be invoked directly for developers. - Removes run_smoke_tests.sh which is not used anymore Change-Id: I59e39be0ce8b23234c70bf066aebf894b6d73388 Signed-off-by: Tim Rozet <trozet@redhat.com>
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