diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-18 19:40:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-18 19:40:50 +0000 |
commit | ada6cc221157b6c1e1fe4866889cfc7e869ef2aa (patch) | |
tree | 59a1a23ec90d0369ee1645fef9210c63a893be03 /tests | |
parent | d08d76d73da738f8e719771bc7453b3030f742bf (diff) | |
parent | 2de2c917df15596af0e0dda40edfa16c03eb591d (diff) |
Merge "Moved smoke test repository and changed input arguments."
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/smoke_tests/execute_smoke_tests.sh | 2 | ||||
-rw-r--r-- | tests/smoke_tests/prepare_undercloud.yml | 2 |
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 |