commit | 9c892fc87ebc698f1f37c29cd54daba2c05cb97f | [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:41 2024 +0000 |
tree | 971e386b9c701f541fe3977e34dd66f1fac4e5eb | |
parent | 5a484926adedcb4676617b5bc4e3ca7acac7428d [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 afdfe0f..b1c9350 100644 --- a/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml +++ b/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml
@@ -102,6 +102,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]}