e2e: correct the cephfs fuse verification podnames

The podnames were wrongly mention in the e2e tests and this correct
the same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-04-11 13:50:27 +05:30
committed by mergify[bot]
parent 959df4dbac
commit 9b8bcbd874
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ const (
// kmsConfig is an interface that should be used when passing a configuration
// for a KMS to validation functions. This allows the validation functions to
// work independently from the actual KMS.
// work independently of the actual KMS.
type kmsConfig interface {
canGetPassphrase() bool
getPassphrase(f *framework.Framework, key string) (string, string)