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:
k8s-merge-robot 2016-05-06 05:34:12 -07:00
commit 9f2d75adf3

View File

@ -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