Merge "TestNetworkNoFipStackFixture should not be cleaned up"

This commit is contained in:
Zuul 2023-06-16 10:17:04 +00:00 committed by Gerrit Code Review
commit f9dee0022c

View File

@ -40,10 +40,6 @@ def test_server_creation(stack=TestServerCreationStack):
class TestNetworkNoFipStackFixture(_neutron.NetworkNoFipStackFixture):
"""Neutron network where VMs will be created with no FIP"""
def setup_fixture(self):
super().setup_fixture()
# this stack will be deleted at the end of the test
tobiko.add_cleanup(TestNetworkNoFipStackFixture.cleanup_fixture, self)
class TestServerNoFipCreationStack(_cirros.CirrosNoFipServerStackFixture):