From 981466400c1b321b4c05a153670014b85d6a55f3 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 8 Feb 2017 14:25:21 +0000 Subject: [PATCH] Update upgrade test to use stable/ocata Change-Id: I11c2bf3f5bf765ca8ac366c7af920a37dc506d2c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2d43a21..10377170 100644 --- a/tox.ini +++ b/tox.ini @@ -110,7 +110,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"