diff --git a/test/sanity/README.md b/test/sanity/README.md index c89cadb0..079d0236 100644 --- a/test/sanity/README.md +++ b/test/sanity/README.md @@ -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" @@ -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. \ No newline at end of file +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.