From c4cc75c2d3cb840770c79c81d02bf06115121577 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 15 Nov 2021 14:14:12 +0000 Subject: [PATCH] Update git submodules * Update tempest from branch 'master' to ad8f599b32e875c438bd49b8d81bfcd9d4eb8ead - Merge "Remove race from wait_for_interface_detach waiter" - Remove race from wait_for_interface_detach waiter Nova list the interfaces attached to a server based on list of ports bound to the server. However during detach interface nova unbounds the port first and then deallocates the resources used by that port in placement. The current detach waiter only waits until the interface disappears from the interface list. This can cause that waiter returns before the resource allocation is removed from placement cause a race in the test asserting such allocation. So this patch changes the waiter to wait for the successful detach os-instance-action event for the server as that is only recorded after the port is fully deallocated. blueprint: qos-minimum-guaranteed-packet-rate Change-Id: I8740f8e0cc18ffea31a9a068bccee50bf4e6fe28 --- tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest b/tempest index 56bafba712..ad8f599b32 160000 --- a/tempest +++ b/tempest @@ -1 +1 @@ -Subproject commit 56bafba7122c5875c0e4be2562c7a642696176fa +Subproject commit ad8f599b32e875c438bd49b8d81bfcd9d4eb8ead