Update upgrade test to use stable/ocata

Change-Id: I93ff2d05fe25a0712cbf700060856fa4748bbb2d
This commit is contained in:
Jesse Pretorius 2017-02-08 14:26:53 +00:00
parent 42cc0a4212
commit 34d2e4de85
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ setenv =
commands =
{[testenv:tests_clone]commands}
bash -c "if [ ! -d "{toxinidir}/tests/common/previous" ]; then \
git clone https://git.openstack.org/openstack/openstack-ansible-tests -b stable/newton \
git clone -b stable/ocata https://git.openstack.org/openstack/openstack-ansible-tests \
{toxinidir}/tests/common/previous; \
fi"
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"