Update upgrade test to use stable/ocata
Change-Id: Ib0b9ec0c3bc15ca980d01f8b170de796e8c402fa
This commit is contained in:
parent
dc875bc144
commit
0c4bf882f2
2
tox.ini
2
tox.ini
@ -119,7 +119,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/common/test-ansible-functional.sh"
|
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user