Merge "Update upgrade test to use stable/ocata"

This commit is contained in:
Jenkins 2017-02-09 17:37:26 +00:00 committed by Gerrit Code Review
commit 9db287a1ba

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"