Fix for test_cross_tenant_traffic failed
This test fails due to wrong floating ips creating
This is the fix for downstream patches: https://gerrit.mcp.mirantis.net/#/q/I8baa3e61789b0553b9f85214b60c9e0b8dafde31
Related-prod: PROD-23364
Change-Id: I11f184a393575e01c2dc00d2bde4289738d9acb8
(cherry picked from commit 220425bd000d7a4f07f695a7c8ad603be5f9cbf6)
diff --git a/tempest/scenario/manager.py b/tempest/scenario/manager.py
index ef49adc..8d25bff 100644
--- a/tempest/scenario/manager.py
+++ b/tempest/scenario/manager.py
@@ -792,9 +792,9 @@
# port on instance at once, and use it here
for pm in port_map:
try:
- port = waiters.wait_for_interface_status(self.interface_client,
- server['id'],
- pm["id"], p_status)
+ port = waiters.wait_for_interface_status(
+ self.os_admin.interfaces_client,
+ server['id'], pm["id"], p_status)
pm["status"] = port['port_state']
except lib_exc.TimeoutException:
# NOTE(pas-ha) as server might have several IPv4 ports