diff --git a/tempest/api/compute/admin/test_floating_ips_bulk.py b/tempest/api/compute/admin/test_floating_ips_bulk.py index 72d09ed73a..2d7e1a7df2 100644 --- a/tempest/api/compute/admin/test_floating_ips_bulk.py +++ b/tempest/api/compute/admin/test_floating_ips_bulk.py @@ -25,6 +25,8 @@ from tempest.lib import exceptions CONF = config.CONF +# TODO(stephenfin): Remove this test class once the nova queens branch goes +# into extended maintenance mode. class FloatingIPsBulkAdminTestJSON(base.BaseV2ComputeAdminTest): """Tests Floating IPs Bulk APIs that require admin privileges. @@ -32,6 +34,7 @@ class FloatingIPsBulkAdminTestJSON(base.BaseV2ComputeAdminTest): content/ext-os-floating-ips-bulk.html """ max_microversion = '2.35' + depends_on_nova_network = True @classmethod def setup_clients(cls):