Merge pull request #116977 from cvvz/fix-docs

docs: fix storage e2e test README
This commit is contained in:
Kubernetes Prow Robot 2023-06-29 11:09:59 -07:00 committed by GitHub
commit ec9a8ffb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ prefix.
To run just those tests for the example above, put that content into To run just those tests for the example above, put that content into
`/tmp/hostpath-testdriver.yaml`, ensure `e2e.test` is in your PATH or current directory (downloaded from a test tarball like https://dl.k8s.io/release/v1.14.0/kubernetes-test-linux-amd64.tar.gz or built via `make WHAT=test/e2e/e2e.test`), and invoke: `/tmp/hostpath-testdriver.yaml`, ensure `e2e.test` is in your PATH or current directory (downloaded from a test tarball like https://dl.k8s.io/release/v1.14.0/kubernetes-test-linux-amd64.tar.gz or built via `make WHAT=test/e2e/e2e.test`), and invoke:
ginkgo -p -focus='External.Storage.*csi-hostpath' \ ginkgo -p -focus='External.Storage.*hostpath.csi.k8s.io' \
-skip='\[Feature:|\[Disruptive\]' \ -skip='\[Feature:|\[Disruptive\]' \
e2e.test \ e2e.test \
-- \ -- \
@ -46,7 +46,7 @@ This disables tests which depend on optional features. Those tests
must be run by selecting them explicitly in an environment that must be run by selecting them explicitly in an environment that
supports them, for example snapshotting: supports them, for example snapshotting:
ginkgo -p -focus='External.Storage.*csi-hostpath.*\[Feature:VolumeSnapshotDataSource\]' \ ginkgo -p -focus='External.Storage.*hostpath.csi.k8s.io.*\[Feature:VolumeSnapshotDataSource\]' \
-skip='\[Disruptive\]' \ -skip='\[Disruptive\]' \
e2e.test \ e2e.test \
-- \ -- \