~james-page/neutron/havana-rc2

« back to all changes in this revision

Viewing changes to debian/patches/disable-ml2-notification-tests.patch

  • Committer: Chuck Short
  • Date: 2013-09-13 13:31:10 UTC
  • Revision ID: zulcss@ubuntu.com-20130913133110-fkrbpsfv4arvvz1v
debian/patches/disable-ml2-notification-tests.patch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Disable failing ml2 plugin tests.
2
 
Author: James Page <james.page@ubuntu.com>
3
 
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1204456
4
 
Forwared: not-needed
5
 
 
 
1
diff --git a/neutron/tests/unit/ml2/test_agent_scheduler.py b/neutron/tests/unit/ml2/test_agent_scheduler.py
 
2
index fbf94a1..bd6282e 100644
6
3
--- a/neutron/tests/unit/ml2/test_agent_scheduler.py
7
4
+++ b/neutron/tests/unit/ml2/test_agent_scheduler.py
8
 
@@ -19,14 +19,14 @@ from neutron.tests.unit.openvswitch impo
 
5
@@ -19,18 +19,19 @@ from neutron.tests.unit.openvswitch import test_agent_scheduler
9
6
 
10
7
 class Ml2AgentSchedulerTestCase(
11
8
     test_agent_scheduler.OvsAgentSchedulerTestCase):
12
9
-    plugin_str = test_ml2_plugin.PLUGIN_NAME
13
10
+    pass
 
11
     l3_plugin = ('neutron.services.l3_router.'
 
12
                  'l3_router_plugin.L3RouterPlugin')
14
13
 
15
14
 
16
15
 class Ml2L3AgentNotifierTestCase(
17
16
     test_agent_scheduler.OvsL3AgentNotifierTestCase):
18
17
-    plugin_str = test_ml2_plugin.PLUGIN_NAME
19
18
+    pass
 
19
     l3_plugin = ('neutron.services.l3_router.'
 
20
                  'l3_router_plugin.L3RouterPlugin')
20
21
 
21
22
 
22
23
 class Ml2DhcpAgentNotifierTestCase(
23
24
     test_agent_scheduler.OvsDhcpAgentNotifierTestCase):
24
 
-    plugin_str = test_ml2_plugin.PLUGIN_NAME
25
25
+    pass
 
26
     plugin_str = test_ml2_plugin.PLUGIN_NAME