X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=debian%2Fpatches%2Fdisable-ml2-notification-tests.patch;fp=debian%2Fpatches%2Fdisable-ml2-notification-tests.patch;h=0000000000000000000000000000000000000000;hp=8441d092f939995de6bbca360cc8c5886996d026;hb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b;hpb=8127ea1ce21fe5cfdc9a394af5e8f03620884c18 diff --git a/debian/patches/disable-ml2-notification-tests.patch b/debian/patches/disable-ml2-notification-tests.patch deleted file mode 100644 index 8441d092f..000000000 --- a/debian/patches/disable-ml2-notification-tests.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/neutron/tests/unit/ml2/test_agent_scheduler.py -+++ b/neutron/tests/unit/ml2/test_agent_scheduler.py -@@ -19,18 +19,19 @@ from neutron.tests.unit.openvswitch impo - - class Ml2AgentSchedulerTestCase( - test_agent_scheduler.OvsAgentSchedulerTestCase): -- plugin_str = test_ml2_plugin.PLUGIN_NAME -+ pass - l3_plugin = ('neutron.services.l3_router.' - 'l3_router_plugin.L3RouterPlugin') - - - class Ml2L3AgentNotifierTestCase( - test_agent_scheduler.OvsL3AgentNotifierTestCase): -- plugin_str = test_ml2_plugin.PLUGIN_NAME -+ pass - l3_plugin = ('neutron.services.l3_router.' - 'l3_router_plugin.L3RouterPlugin') - - - class Ml2DhcpAgentNotifierTestCase( - test_agent_scheduler.OvsDhcpAgentNotifierTestCase): -+ pass - plugin_str = test_ml2_plugin.PLUGIN_NAME