From 4ff43caffd5acea6b7db3a4b48eadeb0e4a944af Mon Sep 17 00:00:00 2001 From: spisarski Date: Tue, 13 Dec 2016 14:37:23 -0700 Subject: Adding installation of ansible and dependencies to host attempting to execute /ci/run_smoke_tests.sh. Also fixed the filename that contains the test stdout/stderr output from snoke-tests.out to smoke-tests.out JIRA: APEX-373 Change-Id: I7ef68ae09c100e4e7466a10bb8e22279d9a6b41e Signed-off-by: spisarski --- ci/run_smoke_tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ci') diff --git a/ci/run_smoke_tests.sh b/ci/run_smoke_tests.sh index 8985ed86..7cbd390d 100755 --- a/ci/run_smoke_tests.sh +++ b/ci/run_smoke_tests.sh @@ -4,5 +4,12 @@ source ../lib/utility-functions.sh 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 -- cgit 1.2.3-korg