Commit 54072bf5 authored by Jon Cope's avatar Jon Cope

Add [Flaky] to persistent volumes tests

parent ab794c61
...@@ -376,7 +376,7 @@ var _ = framework.KubeDescribe("kubelet", func() { ...@@ -376,7 +376,7 @@ var _ = framework.KubeDescribe("kubelet", func() {
}) })
// Delete nfs server pod after another pods accesses the mounted nfs volume. // Delete nfs server pod after another pods accesses the mounted nfs volume.
framework.KubeDescribe("host cleanup with volume mounts [HostCleanup]", func() { framework.KubeDescribe("host cleanup with volume mounts [HostCleanup][Flaky]", func() {
type hostCleanupTest struct { type hostCleanupTest struct {
itDescr string itDescr string
podCmd string podCmd string
......
...@@ -47,7 +47,7 @@ const ( ...@@ -47,7 +47,7 @@ const (
kRestart kubeletOpt = "restart" kRestart kubeletOpt = "restart"
) )
var _ = framework.KubeDescribe("PersistentVolumes [Volume][Disruptive]", func() { var _ = framework.KubeDescribe("PersistentVolumes [Volume][Disruptive][Flaky]", func() {
f := framework.NewDefaultFramework("disruptive-pv") f := framework.NewDefaultFramework("disruptive-pv")
var ( var (
......
...@@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() { ...@@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("PersistentVolumes [Volume][Serial]", func() {
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// Testing configurations of a single a PV/PVC pair, multiple evenly paired PVs/PVCs, // Testing configurations of a single a PV/PVC pair, multiple evenly paired PVs/PVCs,
// and multiple unevenly paired PV/PVCs // and multiple unevenly paired PV/PVCs
framework.KubeDescribe("PersistentVolumes:NFS", func() { framework.KubeDescribe("PersistentVolumes:NFS[Flaky]", func() {
var ( var (
NFSconfig VolumeTestConfig NFSconfig VolumeTestConfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment