rbd: add unit test for ParseEncryptionOpts

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

View File

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