Update git submodules

* Update tempest from branch 'master'
  to 67ea5dfbac827a27004448aae7142197eeff57d0
  - Merge "Fix compute_unified decoration"
  - Fix compute_unified decoration
    
    Current test class decorate the class with skip.
    The problem is that when feature is disabled the skip section
    returns a function type.
    The ServersQuotaTest class inherits from a function type instead
    type (class) and it fails with TypeError: function() argument
    
    We dont see the exception because on false we dont try to run
    
    testtool version is 2.5.0
    
    Change-Id: I3ff2e59ca1eaae4f9b1eb1fb7148cd3efcbcd8f2
This commit is contained in:
Zuul 2022-03-21 22:51:59 +00:00 committed by Gerrit Code Review
parent f0f35fc572
commit b7af653c2d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7304e3ac8973a42bcfff91d561ac9d238b187334
Subproject commit 67ea5dfbac827a27004448aae7142197eeff57d0