From 970488a8b02e6ca47336ac4d2603cd7a90eda449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Mon, 26 Jun 2017 21:28:14 +0000 Subject: [PATCH] Add fullstack-python35 testenv in tox.ini Change-Id: Iebb36f050ae6831ff03d74079d98b2fa2f67b6ec --- neutron/tests/contrib/gate_hook.sh | 2 +- tox.ini | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/neutron/tests/contrib/gate_hook.sh b/neutron/tests/contrib/gate_hook.sh index 234cf87a47f..872cb5ccb5f 100644 --- a/neutron/tests/contrib/gate_hook.sh +++ b/neutron/tests/contrib/gate_hook.sh @@ -50,7 +50,7 @@ function load_rc_for_rally { case $VENV in -"dsvm-functional"|"dsvm-fullstack"|"dsvm-functional-python35") +"dsvm-functional"|"dsvm-fullstack"|"dsvm-functional-python35"|"dsvm-fullstack-python35") # The following need to be set before sourcing # configure_for_func_testing. GATE_STACK_USER=stack diff --git a/tox.ini b/tox.ini index 89d25e3d25d..01341c83d27 100644 --- a/tox.ini +++ b/tox.ini @@ -81,6 +81,15 @@ commands = {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin {[testenv]commands} +[testenv:dsvm-fullstack-python35] +basepython = python3.5 +setenv = {[testenv:dsvm-fullstack]setenv} +deps = + {[testenv:dsvm-fullstack]deps} +commands = + {[testenv:dsvm-fullstack]commands} + + [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html