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
This commit is contained in:
Zuul 2021-11-15 14:14:12 +00:00 committed by Gerrit Code Review
parent 1323ae341e
commit c4cc75c2d3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 56bafba7122c5875c0e4be2562c7a642696176fa
Subproject commit ad8f599b32e875c438bd49b8d81bfcd9d4eb8ead