summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Mellado <dmellado@redhat.com>2016-01-29 11:30:25 +0000
committerDaniel Mellado <dmellado@redhat.com>2016-04-14 15:19:14 +0200
commitc56918027afe72095353b94cab39f411c274d650 (patch)
tree07cc1a6003892e27d0ce7b3697494c6cc1a969e1 /setup.cfg
parent2397fd0d5c350f6bc68f21e2816930e6d8de999a (diff)
downloadneutron-c56918027afe72095353b94cab39f411c274d650.tar.gz
Use tempest plugin interface
Make use of the Tempest plugin interface instead of copying Neutron files into Tempest. This will remove the burden to port Neutron tests onto Tempest master recurrently. It uses neutron/tests/tempest/ as new top folder for all Tempest tests. It follows the model of Heat [1]. [1]: https://github.com/openstack/heat/tree/master/heat_integrationtests Partially implements bp external-plugin-interface Change-Id: Ia233aa162746845f6ae08a8157dcd242dcd58eab
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4c422de7a0..88383d146d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -163,6 +163,8 @@ neutron.agent.firewall_drivers =
iptables = neutron.agent.linux.iptables_firewall:IptablesFirewallDriver
iptables_hybrid = neutron.agent.linux.iptables_firewall:OVSHybridIptablesFirewallDriver
openvswitch = neutron.agent.linux.openvswitch_firewall:OVSFirewallDriver
+tempest.test_plugins =
+ neutron_tests = neutron.tests.tempest.plugin:NeutronTempestPlugin
[build_sphinx]
all_files = 1