commit | 1f6fd3f5355a220f9a6d2806b63f3984786a1136 | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Mon Apr 15 08:54:05 2024 +0300 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Mon Apr 15 05:54:53 2024 +0000 |
tree | a6f44e1a356a5d031d7a26a7650f487e21490dba | |
parent | 5fbfbb9870cc9419236617e03184157b36f0b4f5 [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 90f1b47..4a6bffb 100644 --- a/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml +++ b/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml
@@ -98,6 +98,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]}