Merge "Create extra external network with address scope for `ndp proxy` tests"
diff --git a/neutron_tempest_plugin/api/test_port_forwardings.py b/neutron_tempest_plugin/api/test_port_forwardings.py
index 79cce39..ca30d9a 100644
--- a/neutron_tempest_plugin/api/test_port_forwardings.py
+++ b/neutron_tempest_plugin/api/test_port_forwardings.py
@@ -164,6 +164,8 @@
         return created_pf
 
     @decorators.idempotent_id('8202cded-7e82-4420-9585-c091105404f6')
+    @utils.requires_ext(extension="floating-ip-port-forwarding-detail",
+                        service="network")
     def test_associate_2_port_forwardings_to_floating_ip(self):
         fip = self.create_floatingip()
         forwardings_data = [(1111, 2222), (3333, 4444)]
@@ -182,6 +184,8 @@
         self._verify_created_pfs(fip['id'], created_pfs)
 
     @decorators.idempotent_id('a7e6cc48-8a9b-49be-82fb-cef6f5c29381')
+    @utils.requires_ext(extension="floating-ip-port-forwarding-detail",
+                        service="network")
     def test_associate_port_forwarding_to_2_fixed_ips(self):
         fip = self.create_floatingip()
         port = self.create_port(self.network)