Skip to content

Commit

Permalink
e2e: update e2e test for topologysc
Browse files Browse the repository at this point in the history
Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Mar 15, 2024
1 parent 5cf3e3d commit 2781cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/rbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ var _ = Describe("RBD", func() {
"{\"domainLabel\":\"zone\",\"value\":\"" + zoneValue + "\"}]}]"
err = createRBDStorageClass(f.ClientSet, f, defaultSCName,
map[string]string{"volumeBindingMode": "WaitForFirstConsumer"},
map[string]string{"topologyConstrainedPools": topologyConstraint}, deletePolicy)
map[string]string{"topologyConstrainedPools": topologyConstraint, "pool": ""}, deletePolicy)
if err != nil {
framework.Failf("failed to create storageclass: %v", err)
}
Expand Down

0 comments on commit 2781cda

Please sign in to comment.