summaryrefslogtreecommitdiffstats
path: root/tests/smoke_tests/execute_smoke_tests.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-07-15 22:56:48 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-15 22:56:48 +0000
commit6ee3eda280fca9c701056a8d4c5d9cf79fc1cfb7 (patch)
treef93c2b60efd23b5c1f11896cbbf9363fc78638a0 /tests/smoke_tests/execute_smoke_tests.sh
parent88d5b2462933cce79cb059c81e007ec83ee2cd9e (diff)
parentc1b82d85dcf815764cb4247bedfee4ca491e2d57 (diff)
Merge "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."
Diffstat (limited to 'tests/smoke_tests/execute_smoke_tests.sh')
-rwxr-xr-xtests/smoke_tests/execute_smoke_tests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/smoke_tests/execute_smoke_tests.sh b/tests/smoke_tests/execute_smoke_tests.sh
new file mode 100755
index 00000000..245ccc53
--- /dev/null
+++ b/tests/smoke_tests/execute_smoke_tests.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+cd ~/provisioning/python
+export PYTHONPATH=$PYTHONPATH:$(pwd)
+
+python unit_test_suite.py ~stack/overcloudrc \ No newline at end of file