diff --git a/tox.ini b/tox.ini index cac410b1..5827b146 100644 --- a/tox.ini +++ b/tox.ini @@ -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"