Update upgrade test to use stable/ocata

Change-Id: If6249acbba97d38090ca0352ebd0814ab742c554
This commit is contained in:
Jesse Pretorius 2017-02-08 14:26:23 +00:00
parent 3d3a2c3e7d
commit 2c08043db7
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/test-neutron-upgrades.sh"