The BZ1542122 is fixed and now the test shouldn't be skipped
The fix is only integrated in OSP16.1 so the test should be executed there Change-Id: I5fa0e64288d47cca211b6a652bb7a972ec936290
This commit is contained in:
parent
f1b73d5ac2
commit
173599db2a
@ -60,7 +60,7 @@ find_l3_agent_hosting_router = _client.find_l3_agent_hosting_router
|
||||
list_dhcp_agent_hosting_network = _client.list_dhcp_agent_hosting_network
|
||||
|
||||
NoSuchPort = _client.NoSuchPort
|
||||
NoSuchFIP = _client.NoSuchPort
|
||||
NoSuchFIP = _client.NoSuchFIP
|
||||
NoSuchRouter = _client.NoSuchRouter
|
||||
NoSuchSubnet = _client.NoSuchSubnet
|
||||
|
||||
|
@ -243,7 +243,7 @@ class FloatingIpWithL3HATest(FloatingIPTest):
|
||||
stack = tobiko.required_setup_fixture(stacks.L3haServerStackFixture)
|
||||
|
||||
|
||||
@topology.skip_unless_osp_version('16.1', higher=True)
|
||||
@topology.skip_unless_osp_version('16.1')
|
||||
class TestFloatingIPLogging(testtools.TestCase):
|
||||
|
||||
stack = tobiko.required_setup_fixture(stacks.NetworkStackFixture)
|
||||
@ -297,7 +297,6 @@ class TestFloatingIPLogging(testtools.TestCase):
|
||||
self.assertIn(self.port['id'], new_logs[0][1])
|
||||
self.assertIn(self.fip['floating_ip_address'], new_logs[0][1])
|
||||
|
||||
@tobiko.skip('Skipped because of bz1542122')
|
||||
def test_fip_delete_detach_log(self):
|
||||
'''Test log that FIP is dettached from VM if FIP is deleted'''
|
||||
neutron.update_floating_ip(
|
||||
|
Loading…
x
Reference in New Issue
Block a user