summaryrefslogtreecommitdiffstats
path: root/ci/run_smoke_tests.sh
blob: 8985ed863b6770c088ae6f875185168860968cf1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

source ../lib/utility-functions.sh

export ANSIBLE_HOST_KEY_CHECKING=False

echo 'See ~stack/smoke-tests.out on the undercloud for result log'
ansible-playbook -i "$(get_undercloud_ip)," ../tests/smoke_tests/smoke_tests.yml