diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/PR_revision.log | 2 | ||||
-rwxr-xr-x | ci/run_smoke_tests.sh | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log index de62cb6b..73542c8c 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -12,3 +12,5 @@ 33,Removes QOS service plugin from Neutron 35,Use nic1 as control plane inteface name instead of default br-ex 38,Fixes nova default floating pool to be 'external' +39,removing extra whitespace from congress parameter +40,Move mongo to step 1 diff --git a/ci/run_smoke_tests.sh b/ci/run_smoke_tests.sh new file mode 100755 index 00000000..b0599527 --- /dev/null +++ b/ci/run_smoke_tests.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +source ../lib/utility-functions.sh + +ansible-playbook -i "$(get_undercloud_ip)," ../tests/smoke_tests/smoke_tests.yml |