Migrates Apex to Python
[apex.git] / ci / run_smoke_tests.sh
1 #!/usr/bin/env bash
2
3 export ANSIBLE_HOST_KEY_CHECKING=False
4
5 ./dev_dep_check.sh
6
7 yum install python-devel -y
8 yum install openssl-devel -y
9 easy_install pip
10 pip install ansible
11
12 echo 'See ~stack/smoke-tests.out on the undercloud for result log'
13 ansible-playbook -i "$(get_undercloud_ip)," ../tests/smoke_tests/smoke_tests.yml