summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2019-07-18 20:55:38 +0900
committerAkihiro Motoki <amotoki@gmail.com>2019-07-24 22:42:54 +0900
commit6330cc1980958f57cb95684c8d7a1aaa89a7fbf6 (patch)
tree29f02e24a0e112081474077fc6f6a58986474251 /tox.ini
parent6ea4cb57dd3f225bf5ddd81d0d1526c6f64715fe (diff)
downloadpython-neutronclient-6330cc1980958f57cb95684c8d7a1aaa89a7fbf6.tar.gz
Convert legacy functional jobs to zuulv3
This commit merges the legacy functional test jobs (core and adv-svcs) into neutronclient-functional. FWaaS v1 was dropped in Stein and adv-svcs job now checks only VPNaaS, so it looks too much to have a separate job for VPNaaS. Note that tls-proxy is disabled as the base class for functional tests (neutronclient.tests.functional.base.ClientTestBase) does not support HTTPS endpoints. This can be tackled separately. Change-Id: I714efd1bc14cbba85f7b4caf6834ce375ff89547
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 5ef67b9..13a45d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,12 +37,7 @@ commands = {posargs}
[testenv:functional]
setenv =
- OS_TEST_PATH = ./neutronclient/tests/functional/core
- OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
-
-[testenv:functional-adv-svcs]
-setenv =
- OS_TEST_PATH = ./neutronclient/tests/functional/adv-svcs
+ OS_TEST_PATH = ./neutronclient/tests/functional
OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
[testenv:cover]