From 71796b70984396db19169aa697d688b81042118a Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 4 May 2016 13:53:39 +0200 Subject: [PATCH] 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 --- test/e2e/persistent_volumes.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/e2e/persistent_volumes.go b/test/e2e/persistent_volumes.go index 750b9d799ff..e8be69f27ac 100644 --- a/test/e2e/persistent_volumes.go +++ b/test/e2e/persistent_volumes.go @@ -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