From b80b0fc323d4ec2bca2a9c10acac51176d36ce6f Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 8 Nov 2017 17:55:54 +0000 Subject: Check requirements against OpenStack requirements Added a new tox environment to check the project requirements against the OpenStack requirements. The openstack/requirements branch used will depends on Yardstick release development. At this point, Yardstick F release must be compliant with OpenStack Pike release. Change-Id: I77a4cfa4f99674176c3f5711dc1b6787bb400ecf Signed-off-by: Rodolfo Alonso Hernandez --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 54ca1fefb..6c568f3fe 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,9 @@ envlist = py27,py3 [testenv] usedevelop=True passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY -deps = -rrequirements.txt +deps = + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt commands = /bin/bash ./run_tests.sh whitelist_externals = /bin/bash @@ -28,3 +30,7 @@ setenv = ignore = E123,E125,H803 max-line-length = 99 exclude = .venv,.git,.tox,dist,docs,*egg,build + +[testenv:os-requirements] +commands = + python {toxinidir}/tools/os-requirements-check.py {envdir} -- cgit 1.2.3-korg