X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=debian%2Fpatches%2Fskip-ipv6-tests.patch;fp=debian%2Fpatches%2Fskip-ipv6-tests.patch;h=a3ad189f6ad9be88129caab19166984075acb848;hp=92cbc680d31cc2597ba30cb43562acba42d70f98;hb=4cca60531b51db68e6023ea6daa60cc33d277826;hpb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b diff --git a/debian/patches/skip-ipv6-tests.patch b/debian/patches/skip-ipv6-tests.patch index 92cbc680d..a3ad189f6 100644 --- a/debian/patches/skip-ipv6-tests.patch +++ b/debian/patches/skip-ipv6-tests.patch @@ -1,9 +1,8 @@ Description: Skip ipv6 tests because they fail on the ppa buildds. Author: Chuck Short Forwarded: Not Needed -diff -Naurp neutron-2014.1.b2.orig/neutron/tests/unit/test_wsgi.py neutron-2014.1.b2/neutron/tests/unit/test_wsgi.py ---- neutron-2014.1.b2.orig/neutron/tests/unit/test_wsgi.py 2014-01-23 10:13:25.000000000 -0500 -+++ neutron-2014.1.b2/neutron/tests/unit/test_wsgi.py 2014-02-03 08:58:27.817255230 -0500 +--- a/neutron/tests/unit/test_wsgi.py ++++ b/neutron/tests/unit/test_wsgi.py @@ -64,6 +64,7 @@ class TestWSGIServer(base.BaseTestCase): launcher.wait.assert_called_once_with() @@ -12,7 +11,7 @@ diff -Naurp neutron-2014.1.b2.orig/neutron/tests/unit/test_wsgi.py neutron-2014. server = wsgi.Server("test_random_port") server.start(None, 0, host="::1") self.assertEqual("::1", server.host) -@@ -1109,6 +1110,7 @@ class TestWSGIServerWithSSL(base.BaseTes +@@ -1096,6 +1097,7 @@ class TestWSGIServerWithSSL(base.BaseTes server.stop() def test_app_using_ipv6_and_ssl(self):