]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Unskip firewall test
authorarmando-migliaccio <armamig@gmail.com>
Wed, 12 Aug 2015 18:49:46 +0000 (11:49 -0700)
committerArmando Migliaccio <armamig@gmail.com>
Sun, 16 Aug 2015 19:27:59 +0000 (19:27 +0000)
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

index a5b5640572ad00c2977003b967fca82aeb10d9b8..3755196fd981067991c20f7a1f720075ff477770 100644 (file)
@@ -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-'),