mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
e2e: Enable persistent volume test
The test is already there and all packages should be already available on all test machines (namely: mount.nfs). It tests: - binding - using bound claim in a pod - recycling NFS volume
This commit is contained in:
parent
963aebd3e5
commit
71796b7098
@ -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