e2e: Add e2e for rbd migration static pvc

This commit adds e2e for rbd migration static PVCs

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-09-16 19:16:15 +05:30
committed by mergify[bot]
parent 2e8e8f5e64
commit 4804f47b18
3 changed files with 115 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func cleanupTestData() {
os.RemoveAll(basePath)
}
// nolint:gocyclo,cyclop // TODO: make this function less complex.
// nolint:gocyclo,cyclop // TODO: make this function less complex.
func TestCSIConfig(t *testing.T) {
t.Parallel()
var err error