Skip to content

Commit

Permalink
Merge pull request #252 from dell/Update_sanity_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gallacher authored Nov 27, 2023
2 parents 749c714 + 3520222 commit b188c8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/sanity/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Kubernetes Sanity Script Test

This test runs the Kubernetes sanity test at https://github.com/kubernetes-csi/csi-test.
The driver was qualified with test version v3.1.1 earlier with CSI v1.2 spec.
The driver was most recently qualified with v4.1.0 with CSI v1.3 spec.

To run the test, follow these steps:

1. "go get github.com/kubernetes-csi/csi-test"
Expand Down Expand Up @@ -41,4 +38,4 @@ The error message is: " rpc error: code = OutOfRange desc = bad capacity: size i

10. A test to expand volume fails because the returned expanded byte size is approximate size in cylinder bytes. Whereas the test expects the volume size to be same as requested size.

11. A volume lifecycle test, the cleanup section of this test fails because the csi-powermax driver is getting DeleteVolume call before ControllerUnpublishVolume call, which is not a supported scenario for a published volume.
11. A volume lifecycle test, the cleanup section of this test fails because the csi-powermax driver is getting DeleteVolume call before ControllerUnpublishVolume call, which is not a supported scenario for a published volume.

0 comments on commit b188c8f

Please sign in to comment.