X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=e9a14077b40b535ee3df0062b99cf8aa0bcc1d93;hb=d767217e4ed267c585aa94fbbd3001ec0d59de8c;hp=c6262ed5e61f139d1ec1d469c06a8c4701dcb3c0;hpb=9ee9b136ebec5d21f5165acc5e4441c3e91a56dd;p=doctor.git diff --git a/tox.ini b/tox.ini index c6262ed5..e9a14077 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,12 @@ [tox] minversion = 2.3.1 -envlist = py34 +envlist = py35 skipsdist = True [testenv] usedevelop = True install_command = pip install \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \ + -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike \ {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt @@ -15,13 +15,18 @@ passenv = OS_USERNAME OS_PASSWORD OS_USER_DOMAIN_NAME + OS_USER_DOMAIN_ID OS_PROJECT_NAME OS_TENANT_NAME OS_PROJECT_DOMAIN_NAME + OS_PROJECT_DOMAIN_ID + OS_REGION_NAME IMAGE_NAME VM_COUNT PROFILER_TYPE - PYTHON_ENABLE CI_DEBUG -changedir = {toxinidir}/tests + INSTALLER_TYPE + INSTALLER_IP + PROFILER_TYPE +changedir = {toxinidir}/doctor_tests commands = doctor-test