summaryrefslogtreecommitdiffstats
path: root/ci/run_smoke_tests.sh
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2016-06-22 08:49:24 -0600
committerspisarski <s.pisarski@cablelabs.com>2016-07-06 13:21:18 -0600
commitc1b82d85dcf815764cb4247bedfee4ca491e2d57 (patch)
tree3a377abc7a62811bf89ad6671bc25b71db4e7bf8 /ci/run_smoke_tests.sh
parent6e26a8b75cb70ba0af3aae82733ea70127dd616b (diff)
Scripts for running smoke tests on the undercloud VM.
Tested against Apex Brahmaputra as I have had many issues getting a Colorado environment up and running. Moved Ansible playbooks and scripts from ci/smoke_tests/ to tests/smoke_tests/ Rebase to master... Change-Id: I09273de659c76d32ccfb74a548dabf7f84c65d6d Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'ci/run_smoke_tests.sh')
-rwxr-xr-xci/run_smoke_tests.sh5
1 files changed, 5 insertions, 0 deletions
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