From 16f9f3f9a7e8b6faeffd53556cb59aec71e42a5f Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 3 Nov 2016 11:09:47 -0600 Subject: Fixed smoke tests that broke during a refactor of the snaps-provisioning project. Change-Id: I8a7ee68690156fd12f36baaf72774e2eb711312c Signed-off-by: spisarski --- ci/run_smoke_tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/run_smoke_tests.sh') 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 -- cgit 1.2.3-korg