From: armando-migliaccio Date: Wed, 12 Aug 2015 18:49:46 +0000 (-0700) Subject: Unskip firewall test X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7e0a4dc9797101833e183c3d1b95fb947af49eac;p=openstack-build%2Fneutron-build.git Unskip firewall test Dependent patch addresses the issue, so we no longer need to skip the test Related-bug: #1483875 Depends-on: I455bbe00395377509beca5ec1d54cf4f7a57152d Depends-on: I00d99c05328268b33c6f20b1d24e7507afccb92c Change-Id: I41b51f36c1344dce20b1b9437c175469acfafb57 --- diff --git a/neutron/tests/api/test_fwaas_extensions.py b/neutron/tests/api/test_fwaas_extensions.py index a5b564057..3755196fd 100644 --- a/neutron/tests/api/test_fwaas_extensions.py +++ b/neutron/tests/api/test_fwaas_extensions.py @@ -234,7 +234,6 @@ class FWaaSExtensionTestJSON(base.BaseNetworkTest): @test.idempotent_id('1355cf5c-77d4-4bb9-87d7-e50c194d08b5') def test_firewall_insertion_mode_add_remove_router(self): - self.skipTest('Bug #1483875') # Create routers router1 = self.create_router( data_utils.rand_name('router-'),