commit | e85ad7d580449690224619e2e650c7b2054e1802 | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Mon Apr 15 08:54:05 2024 +0300 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Fri Apr 18 10:58:18 2025 +0000 |
tree | 80025b2ccff4271c32cd4a926dd6e97b0f57857b | |
parent | 86b3553b1cb9f2c980f4e6014f61ab8e4400c1f4 [diff] |
[test_server_signal] Add dependency between fip association and router_interface Add explicit dependency between fip association and router interface addition to the subnet with server. Related-Prod: PRODX-41784 Change-Id: I7496fc93457ec978bfdaa7771d9ffb88fcdc1799
diff --git a/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml b/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml index 0b4d90d..8485dc2 100644 --- a/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml +++ b/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml
@@ -101,6 +101,7 @@ server_floating_ip_assoc: type: OS::Neutron::FloatingIPAssociation + depends_on: router_interface properties: floatingip_id: {get_resource: floating_ip} port_id: {get_attr: [server, addresses, {get_resource: network}, 0, port]}