Merge "Allow TestFloatingIPLogging on 16.1 and higher"

This commit is contained in:
Zuul
2021-09-09 21:41:26 +00:00
committed by Gerrit Code Review

View File

@@ -241,7 +241,7 @@ class FloatingIpWithL3HATest(FloatingIPTest):
stack = tobiko.required_setup_fixture(stacks.L3haServerStackFixture)
@topology.skip_unless_osp_version('16.1')
@topology.skip_unless_osp_version('16.1', higher=True)
class TestFloatingIPLogging(testtools.TestCase):
stack = tobiko.required_setup_fixture(stacks.NetworkStackFixture)