From b74b9ace8ac67327ca90eb7edc20f1918f831937 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 22 Feb 2019 11:15:51 +0100 Subject: [PATCH] Update git submodules * Update magnum-tempest-plugin from branch 'master' - Fix skipping of tests The plugin defines a 'magnum' option in the '[service_available]' group but does not respect it, so if the plugin is installed but [service_available]/magnum=false, the tests will still run unless blacklisted. This patch corrects the issue by defining the tempest skip_checks class method. This also requires using the correct tempest base class as recommended in the tempest guide[1]. [1] https://docs.openstack.org/tempest/latest/write_tests.html Change-Id: I6b9a8f802129fa800d9f4a3eadd8943962c951c0 --- magnum-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum-tempest-plugin b/magnum-tempest-plugin index 72a29d8e43..5a18c8ebf0 160000 --- a/magnum-tempest-plugin +++ b/magnum-tempest-plugin @@ -1 +1 @@ -Subproject commit 72a29d8e43daaa03b00d50358b4088e7f60fb859 +Subproject commit 5a18c8ebf022ab78f2dcbac2c3d353fa2155f885