Update git submodules

* Update tempest from branch 'master'
  to 7c8b49becef78a257e2515970a552c84982f59cd
  - Merge "Decorate volume.base functions - fix cleanup"
  - Decorate volume.base functions - fix cleanup
    
    There are functions set as classmethod while used in testcase
    The cleanup done on class level and not part of the testcase
    
    The problem is that we may see testcase pass while the
    resource_cleanup fails on classlevel instead of the test fail.
    Maintaine and support proper cleanup ordering when functions
    are classbase while other instances.
    
    Current fix contains class descriptor that learn caller
    in case its a class it will use the class cleanup
    in case its an instance it will use instance cleanup.
    
    Expecting to see failures due to wrong cleanup in tests
    result from the wrong impelementaions.
    
    Added unittests for cleanup_order decorator
    Updated test_groups cleanup , volume can not be deleted
    before group, class level cleanup hides it because group
    clean was instance level.
    
    See scenario methods as reference (manager)
    
    Change-Id: I27328bf6c176840c7762bd97f596481ffa6f5736
This commit is contained in:
Zuul 2023-01-10 16:33:34 +00:00 committed by Gerrit Code Review
parent 910452ae0c
commit c750644351
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1b05230073ed75f50d93938ab1392ae55cd4c25b
Subproject commit 7c8b49becef78a257e2515970a552c84982f59cd