Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / patches / skip-iptest.patch
diff --git a/trusty/debian/patches/skip-iptest.patch b/trusty/debian/patches/skip-iptest.patch
deleted file mode 100644 (file)
index 6645e7e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nuarp neutron-2015.1.0rc1.orig/neutron/tests/unit/agent/linux/test_ipset_manager.py neutron-2015.1.0rc1/neutron/tests/unit/agent/linux/test_ipset_manager.py
---- neutron-2015.1.0rc1.orig/neutron/tests/unit/agent/linux/test_ipset_manager.py      2015-04-09 14:53:03.000000000 -0400
-+++ neutron-2015.1.0rc1/neutron/tests/unit/agent/linux/test_ipset_manager.py   2015-04-11 15:51:19.917333947 -0400
-@@ -129,6 +129,7 @@ class IpsetManagerTestCase(BaseIpsetMana
-         self.verify_mock_calls()
-     def test_set_members_adding_more_than_5(self):
-+        self.skipTest('Skipped in Ubuntu buildds')
-         self.add_first_ip()
-         self.expect_set(FAKE_IPS)
-         self.ipset.set_members(TEST_SET_ID, ETHERTYPE, FAKE_IPS)