python-neutronclient/neutronclient/tests/functional
Akihiro Motoki 2af19d55d6 Run functional test correctly
legacy-neutronclient-test-dsvm-functional job actually runs
neutronclient.tests.unit because .stestr.conf does not honor
OS_TEST_PATH. This commit fixes .stestr.conf to honor OS_TEST_PATH
specified in tox.ini.

Also fixes the logic of is_extension_enabled() in ClientTestBase
to check whether FWaaS v1 (fwaas) is enabled correctly.
Previously the logic checks a substring of a specified extension,
so 'fwaas' (FWaaS v1) matches 'fwaas_v2' (FWaaS v2),
which leads to a failure of FWaaS v1 CLI tests.

Change-Id: I958ad496b16cca8d03a7b84ebf5f8f031e4248ea
2019-07-18 20:28:55 +09:00
..
adv-svcs Disable VPNaaS functional tests in the neutronclient gate 2016-11-29 12:04:24 -08:00
core Update hacking version to 1.1 2019-01-31 10:45:24 +09:00
hooks Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 14:25:39 +08:00
__init__.py First pass at tempest-lib based functional testing 2015-03-09 14:25:38 +00:00
base.py Run functional test correctly 2019-07-18 20:28:55 +09:00