Switch functional job to python3

Change-Id: I7aa4566b8f2c81da6a00e664908506f5628cd0a1
This commit is contained in:
Akihiro Motoki 2019-07-24 23:00:09 +09:00
parent 6330cc1980
commit 1a8fdf355d
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
# support HTTPS endpoints now, so tls-proxy needs to be disabled.
tls-proxy: false
devstack_localrc:
USE_PYTHON3: true
LIBS_FROM_GIT: python-neutronclient
devstack_plugins:
neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas

View File

@ -36,6 +36,7 @@ basepython = python3
commands = {posargs}
[testenv:functional]
basepython = python3
setenv =
OS_TEST_PATH = ./neutronclient/tests/functional
OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin