summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2016-10-03 15:46:57 -0600
committerspisarski <s.pisarski@cablelabs.com>2016-10-03 15:52:44 -0600
commit2de2c917df15596af0e0dda40edfa16c03eb591d (patch)
treea784f71f7a6249a5b85edfdb3ead5a9a012eabe6 /tests
parent95a344a46144d88cdac35bc02a463b6e3d7eab8c (diff)
Moved smoke test repository and changed input arguments.
Change-Id: I3cba4df26b9c533cc408c0482cbeaae292960ee5 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/smoke_tests/execute_smoke_tests.sh2
-rw-r--r--tests/smoke_tests/prepare_undercloud.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/smoke_tests/execute_smoke_tests.sh b/tests/smoke_tests/execute_smoke_tests.sh
index 245ccc53..6f9e17f3 100755
--- a/tests/smoke_tests/execute_smoke_tests.sh
+++ b/tests/smoke_tests/execute_smoke_tests.sh
@@ -3,4 +3,4 @@
cd ~/provisioning/python
export PYTHONPATH=$PYTHONPATH:$(pwd)
-python unit_test_suite.py ~stack/overcloudrc \ No newline at end of file
+python unit_test_suite.py -e ~stack/overcloudrc -n external -l INFO \ No newline at end of file
diff --git a/tests/smoke_tests/prepare_undercloud.yml b/tests/smoke_tests/prepare_undercloud.yml
index 8f0cb709..d4e318a9 100644
--- a/tests/smoke_tests/prepare_undercloud.yml
+++ b/tests/smoke_tests/prepare_undercloud.yml
@@ -13,4 +13,4 @@
- pip: name=PyYAML
- pip: name=ansible==2.1.0
- - git: repo=https://nougat.cablelabs.com/SNAPS/provisioning.git dest=~/provisioning
+ - git: repo=https://gerrit.cablelabs.com/snaps-provisioning dest=~/provisioning