From c1b82d85dcf815764cb4247bedfee4ca491e2d57 Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 22 Jun 2016 08:49:24 -0600 Subject: 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 --- tests/smoke_tests/smoke_tests.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/smoke_tests/smoke_tests.yml (limited to 'tests/smoke_tests/smoke_tests.yml') diff --git a/tests/smoke_tests/smoke_tests.yml b/tests/smoke_tests/smoke_tests.yml new file mode 100644 index 00000000..b67c194f --- /dev/null +++ b/tests/smoke_tests/smoke_tests.yml @@ -0,0 +1,3 @@ +--- +- include: prepare_undercloud.yml +- include: execute_tests.yml \ No newline at end of file -- cgit 1.2.3-korg