diff --git a/setup.cfg b/setup.cfg index 0e9d1b79..c8bf61f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tox.ini b/tox.ini index e68b2c3a..c3ff76a9 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =