summaryrefslogtreecommitdiffstats
path: root/ci/run_smoke_tests.sh
blob: 7cbd390d23906a45378cd12a3a7f05d856c68b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

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