Update upgrade test to use stable/ocata

Change-Id: If279c1caa4514664a69d39198717f37dd6a951f2
This commit is contained in:
Jesse Pretorius 2017-02-08 14:25:51 +00:00
parent a6ee6100c5
commit 1e0868853e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,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"