mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-16 23:12:23 +00:00
Switch functional job to python3
Change-Id: I7aa4566b8f2c81da6a00e664908506f5628cd0a1
This commit is contained in:
parent
6330cc1980
commit
1a8fdf355d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue