Rename py27-mitaka to py27-ocata

This commit updates the N-1 job to work on a ocata constraints instead
of mitaka ones. The job is used to verify, that murano can be used on
previous cycle requirements

Change-Id: I12eb9c429c6b2062e24275c0ae86334db4094bfc
This commit is contained in:
Kirill Zaitsev 2017-05-10 16:13:20 +03:00 committed by zhurong
parent dc0b7c20d2
commit 31db2d2486
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@ commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard
sitepackages = False
commands = flake8
[testenv:py27-mitaka]
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages}
[testenv:py27-ocata]
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-stable-mitaka.tar.gz
http://tarballs.openstack.org/horizon/horizon-stable-ocata.tar.gz
[testenv:venv]
commands = {posargs}