diff options
author | spisarski <s.pisarski@cablelabs.com> | 2016-11-03 11:09:47 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2016-11-03 11:09:47 -0600 |
commit | 16f9f3f9a7e8b6faeffd53556cb59aec71e42a5f (patch) | |
tree | 2d2a7cc4a4488b14f91d5fd6d846027d1c44874d /ci | |
parent | 3da4fac9065a2c3c0f2f945ab857ace4a457e7cd (diff) |
Fixed smoke tests that broke during a refactor of the snaps-provisioning project.
Change-Id: I8a7ee68690156fd12f36baaf72774e2eb711312c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_smoke_tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run_smoke_tests.sh b/ci/run_smoke_tests.sh index b0599527..8985ed86 100755 --- a/ci/run_smoke_tests.sh +++ b/ci/run_smoke_tests.sh @@ -2,4 +2,7 @@ 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 |