rbd: add unit test for ParseEncryptionOpts

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
(cherry picked from commit b5e68c810e)
This commit is contained in:
riya-singhal31
2023-05-25 18:01:30 +05:30
committed by mergify[bot]
parent 71265e32a3
commit d7cf3a8084
3 changed files with 108 additions and 4 deletions

View File

@ -2882,7 +2882,6 @@ var _ = Describe("RBD", func() {
}
})
By("validate RBD static FileSystem PVC", func() {
err := validateRBDStaticPV(f, appPath, false, false)
if err != nil {