commit | 2a9bd9c93fa2f6ce4bd456059157a33cd4b1a909 | [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:55:07 2024 +0000 |
tree | 35e021d39ee6135936683ac2c723e6bd4b1d83c6 | |
parent | 9f139632edebefe462421abadba509388992f399 [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]}