diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-03-08 11:18:09 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-03-08 11:18:09 -0700 |
commit | 9547e7ab85ef3f4c74903c60208fd3b09eb0c86f (patch) | |
tree | 98a4f895a67cb9d034937ac47d7db30eacd0a777 /tests/smoke_tests | |
parent | 4055f53d09a016a2da611649e856f86fd3348e93 (diff) |
Updating repository for code containing the smoke tests
ci/run_smoke_tests.sh is currently pulling the test code from
the CableLabs repository. Now that OPNFV owns that code, we
should now be sourcing that from gerrit.opnfv.org.
JIRA: FUNCTEST-754
Change-Id: Ib4cd5f3596a891a94383a452eaa78c951d063bf8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'tests/smoke_tests')
-rw-r--r-- | tests/smoke_tests/prepare_undercloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smoke_tests/prepare_undercloud.yml b/tests/smoke_tests/prepare_undercloud.yml index 69343ffa..7ad769c0 100644 --- a/tests/smoke_tests/prepare_undercloud.yml +++ b/tests/smoke_tests/prepare_undercloud.yml @@ -5,5 +5,5 @@ become_user: root tasks: - - git: repo=https://gerrit.cablelabs.com/snaps-provisioning dest=~/snaps + - git: repo=https://gerrit.opnfv.org/gerrit/snaps dest=~/snaps - command: pip install -e ~/snaps/ |