From 7e0a4dc9797101833e183c3d1b95fb947af49eac Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Wed, 12 Aug 2015 11:49:46 -0700 Subject: [PATCH] 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 --- neutron/tests/api/test_fwaas_extensions.py | 1 - 1 file changed, 1 deletion(-) 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-'), -- 2.45.2