Deleted MIRA patch because it has removed from specs earlier
[openstack-build/neutron-build.git] / debian / patches / disable-ml2-notification-tests.patch
1 --- a/neutron/tests/unit/ml2/test_agent_scheduler.py
2 +++ b/neutron/tests/unit/ml2/test_agent_scheduler.py
3 @@ -19,18 +19,19 @@ from neutron.tests.unit.openvswitch impo
4  
5  class Ml2AgentSchedulerTestCase(
6      test_agent_scheduler.OvsAgentSchedulerTestCase):
7 -    plugin_str = test_ml2_plugin.PLUGIN_NAME
8 +    pass
9      l3_plugin = ('neutron.services.l3_router.'
10                   'l3_router_plugin.L3RouterPlugin')
11  
12  
13  class Ml2L3AgentNotifierTestCase(
14      test_agent_scheduler.OvsL3AgentNotifierTestCase):
15 -    plugin_str = test_ml2_plugin.PLUGIN_NAME
16 +    pass
17      l3_plugin = ('neutron.services.l3_router.'
18                   'l3_router_plugin.L3RouterPlugin')
19  
20  
21  class Ml2DhcpAgentNotifierTestCase(
22      test_agent_scheduler.OvsDhcpAgentNotifierTestCase):
23 +    pass
24      plugin_str = test_ml2_plugin.PLUGIN_NAME