summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2020-05-04 13:50:07 +0900
committerAndrey Kurilin <andr.kurilin@gmail.com>2020-07-08 20:33:05 +0300
commitb7ae8c75cb8c34e2c6ab81a4f6b60fd937ec7f98 (patch)
tree8c99837ef8572cf4f2805f8ca5e3a3157f3195f2 /tox.ini
parent600384fa3b046f3c01e7f375f384610df99fae90 (diff)
downloadpython-novaclient-b7ae8c75cb8c34e2c6ab81a4f6b60fd937ec7f98.tar.gz
Switch legacy Zuul jobs to native Zuul v3 jobs
Replace the 'novaclient-dsvm-functional' legacy Zuul job with the 'python-novaclient-functional' native Zuul v3 job. See https://governance.openstack.org/tc/goals/selected/victoria/native-zuulv3-jobs.html for more details. Change-Id: I35b5699b8b0814f2d17a37e024286cd440047ec8 Signed-off-by: Takashi Natsume <takanattie@gmail.com> Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 89a99017..5f4f4ac1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -65,7 +65,7 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:functional]
-passenv = OS_NOVACLIENT_TEST_NETWORK
+passenv = OS_*
commands =
stestr --test-path=./novaclient/tests/functional run --concurrency=1 {posargs}
python novaclient/tests/functional/hooks/check_resources.py