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
This commit is contained in:
Martin Kopec 2021-03-30 08:58:43 +00:00
parent 7ed37dc9fd
commit 66bb0bd000
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}