From 66bb0bd000314c0229ac9d10ac4457c81eab6cc4 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 30 Mar 2021 08:58:43 +0000 Subject: [PATCH] test_shrink_share should be optional Not all backends support shrinking shares, f.e. LVM doesn't. We should flag the test so that if it's skipped it doesn't fail the guideline. The flag is intentionally missing action value because we haven't decided yet if we will remove it in the next guideline or keep it still flagged. Change-Id: I6b1d30c27fe055849fd0237f1ff46591303bd1d8 --- add-ons/shared_file_system.2020.11.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/add-ons/shared_file_system.2020.11.json b/add-ons/shared_file_system.2020.11.json index ab5bf47f..53133414 100644 --- a/add-ons/shared_file_system.2020.11.json +++ b/add-ons/shared_file_system.2020.11.json @@ -260,6 +260,10 @@ "required_since": "2020.11", "tests": { "manila_tempest_tests.tests.api.test_shares_actions.SharesActionsTest.test_shrink_share": { + "flagged": { + "date": "2021-04-09", + "reason": "D405 Test depends on a backend feature capable of shrinking shares, there might be a few backends that do not support shrinking shares, f.e. LVM" + }, "idempotent_id": "id-8f64b930-9b4e-41d7-bbd6-82d9951931f3" } }