Update upgrade test to use stable/ocata
Change-Id: If6249acbba97d38090ca0352ebd0814ab742c554
This commit is contained in:
parent
3d3a2c3e7d
commit
2c08043db7
2
tox.ini
2
tox.ini
@ -118,7 +118,7 @@ setenv =
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:tests_clone]commands}
|
{[testenv:tests_clone]commands}
|
||||||
bash -c "if [ ! -d "{toxinidir}/tests/common/previous" ]; then \
|
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; \
|
{toxinidir}/tests/common/previous; \
|
||||||
fi"
|
fi"
|
||||||
bash -c "{toxinidir}/tests/test-neutron-upgrades.sh"
|
bash -c "{toxinidir}/tests/test-neutron-upgrades.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user