From b7af653c2d7ebfde149e407f43c8eaae7aa5b193 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 21 Mar 2022 22:51:59 +0000 Subject: [PATCH] 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 --- tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest b/tempest index 7304e3ac89..67ea5dfbac 160000 --- a/tempest +++ b/tempest @@ -1 +1 @@ -Subproject commit 7304e3ac8973a42bcfff91d561ac9d238b187334 +Subproject commit 67ea5dfbac827a27004448aae7142197eeff57d0