Merge "Adding installation of ansible and dependencies to host attempting to execute...
authorTim Rozet <trozet@redhat.com>
Fri, 13 Jan 2017 20:34:22 +0000 (20:34 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 13 Jan 2017 20:34:22 +0000 (20:34 +0000)
ci/run_smoke_tests.sh
tests/smoke_tests/execute_smoke_tests.sh

index 8985ed8..7cbd390 100755 (executable)
@@ -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
index 5ebbf3a..a9a7b74 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-python ~/snaps/snaps/unit_test_suite.py -e ~stack/overcloudrc -n external -l INFO &> ~stack/snoke-tests.out
\ No newline at end of file
+python ~/snaps/snaps/unit_test_suite.py -e ~stack/overcloudrc -n external -k -l INFO &> ~stack/smoke-tests.out
\ No newline at end of file