mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #22380 from jayunit100/conformance-rw
Auto commit by PR queue bot
This commit is contained in:
commit
4091d51750
@ -61,7 +61,8 @@ var _ = Describe("hostPath", func() {
|
|||||||
namespace.Name)
|
namespace.Name)
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should support r/w [Conformance]", func() {
|
// This test requires mounting a folder into a container with write privileges.
|
||||||
|
It("should support r/w", func() {
|
||||||
volumePath := "/test-volume"
|
volumePath := "/test-volume"
|
||||||
filePath := path.Join(volumePath, "test-file")
|
filePath := path.Join(volumePath, "test-file")
|
||||||
retryDuration := 180
|
retryDuration := 180
|
||||||
|
Loading…
Reference in New Issue
Block a user