Remove tempest path from setup.cfg & tox.ini

Commit I94a443c92fe2317ba2591ae3a227ec8df82ec294 removed the tempest
tests from this project.
This commit remove some leftover pathes to the tempest tests.

Change-Id: Ifd48004e26beedd92231ee730aa897ceb2945d84
This commit is contained in:
asarfaty 2019-12-03 12:31:41 +02:00 committed by Adit Sarfaty
parent e760a49f67
commit 0c98a88de7
2 changed files with 0 additions and 13 deletions

View File

@ -38,8 +38,6 @@ oslo.policy.policies =
neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules
neutron.policies =
neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules
tempest.test_plugins =
neutron_dynamic_routing = neutron_dynamic_routing.tests.tempest.plugin:NeutronDynamicRoutingTempestPlugin
neutron.service_plugins =
bgp = neutron_dynamic_routing.services.bgp.bgp_plugin:BgpPlugin

11
tox.ini
View File

@ -32,17 +32,6 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:api]
basepython = python3
sitepackages=True
setenv =
OS_TEST_PATH=./neutron_dynamic_routing/tests/tempest/api/
OS_TESTR_CONCURRENCY=1
TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc}
commands =
stestr run {posargs}
stestr slowest
[testenv:dsvm-functional]
basepython = python3
setenv =