mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #25128 from jsafrane/devel/enable-volume-test
Automatic merge from submit-queue e2e: Enable persistent volume test The test is already there and all packages should be already available on all test machines. It tests: - binding - using bound claim in a pod - recycling NFS volume (we should see shortly if all nfs packages are really installed as Jenkins tests it...)
This commit is contained in:
commit
9f2d75adf3
@ -43,9 +43,7 @@ func persistentVolumeTestCleanup(client *client.Client, config VolumeTestConfig)
|
||||
}
|
||||
}
|
||||
|
||||
// This test needs privileged containers, which are disabled by default. Run
|
||||
// the test with "go run hack/e2e.go ... --ginkgo.focus=[Feature:Volumes]"
|
||||
var _ = framework.KubeDescribe("PersistentVolumes [Feature:Volumes]", func() {
|
||||
var _ = framework.KubeDescribe("PersistentVolumes", func() {
|
||||
f := framework.NewDefaultFramework("pv")
|
||||
var c *client.Client
|
||||
var ns string
|
||||
|
Loading…
Reference in New Issue
Block a user