From ae8baefeffe9507588cc9f73726bc0f448a5bd14 Mon Sep 17 00:00:00 2001 From: wojtekt Date: Fri, 5 Mar 2021 19:19:27 +0100 Subject: [PATCH] Cleanup the remaining multi-owned sig-node tests --- test/conformance/testdata/conformance.yaml | 10 +++++----- test/e2e/common/node/expansion.go | 10 +++++----- test/e2e/node/kubelet.go | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index f88ad75570d..758fb33859f 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -2038,28 +2038,28 @@ file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath expansion codename: '[sig-node] Variable Expansion should allow substituting values in a volume - subpath [sig-storage] [Conformance]' + subpath [Conformance]' description: Make sure a container's subpath can be set using an expansion of environment variables. release: v1.19 file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath with absolute path codename: '[sig-node] Variable Expansion should fail substituting values in a volume - subpath with absolute path [sig-storage][Slow] [Conformance]' + subpath with absolute path [Slow] [Conformance]' description: Make sure a container's subpath can not be set using an expansion of environment variables when absolute path is supplied. release: v1.19 file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath with backticks codename: '[sig-node] Variable Expansion should fail substituting values in a volume - subpath with backticks [sig-storage][Slow] [Conformance]' + subpath with backticks [Slow] [Conformance]' description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied. release: v1.19 file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath test writes codename: '[sig-node] Variable Expansion should succeed in writing subpaths in container - [sig-storage][Slow] [Conformance]' + [Slow] [Conformance]' description: "Verify that a subpath expansion can be used to write files into subpaths. 1.\tvalid subpathexpr starts a container running 2.\ttest for valid subpath writes 3.\tsuccessful expansion of the subpathexpr isn't required for volume cleanup" @@ -2067,7 +2067,7 @@ file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath ready from failed state codename: '[sig-node] Variable Expansion should verify that a failing subpath expansion - can be modified during the lifecycle of a container [sig-storage][Slow] [Conformance]' + can be modified during the lifecycle of a container [Slow] [Conformance]' description: Verify that a failing subpath expansion can be modified during the lifecycle of a container. release: v1.19 diff --git a/test/e2e/common/node/expansion.go b/test/e2e/common/node/expansion.go index d3edd31ab7c..c0c2af2d9ba 100644 --- a/test/e2e/common/node/expansion.go +++ b/test/e2e/common/node/expansion.go @@ -106,7 +106,7 @@ var _ = SIGDescribe("Variable Expansion", func() { Testname: VolumeSubpathEnvExpansion, subpath expansion Description: Make sure a container's subpath can be set using an expansion of environment variables. */ - framework.ConformanceIt("should allow substituting values in a volume subpath [sig-storage]", func() { + framework.ConformanceIt("should allow substituting values in a volume subpath", func() { envVars := []v1.EnvVar{ { Name: "POD_NAME", @@ -146,7 +146,7 @@ var _ = SIGDescribe("Variable Expansion", func() { Testname: VolumeSubpathEnvExpansion, subpath with backticks Description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied. */ - framework.ConformanceIt("should fail substituting values in a volume subpath with backticks [sig-storage][Slow]", func() { + framework.ConformanceIt("should fail substituting values in a volume subpath with backticks [Slow]", func() { envVars := []v1.EnvVar{ { @@ -180,7 +180,7 @@ var _ = SIGDescribe("Variable Expansion", func() { Testname: VolumeSubpathEnvExpansion, subpath with absolute path Description: Make sure a container's subpath can not be set using an expansion of environment variables when absolute path is supplied. */ - framework.ConformanceIt("should fail substituting values in a volume subpath with absolute path [sig-storage][Slow]", func() { + framework.ConformanceIt("should fail substituting values in a volume subpath with absolute path [Slow]", func() { absolutePath := "/tmp" if framework.NodeOSDistroIs("windows") { // Windows does not typically have a C:\tmp folder. @@ -219,7 +219,7 @@ var _ = SIGDescribe("Variable Expansion", func() { Testname: VolumeSubpathEnvExpansion, subpath ready from failed state Description: Verify that a failing subpath expansion can be modified during the lifecycle of a container. */ - framework.ConformanceIt("should verify that a failing subpath expansion can be modified during the lifecycle of a container [sig-storage][Slow]", func() { + framework.ConformanceIt("should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow]", func() { envVars := []v1.EnvVar{ { @@ -288,7 +288,7 @@ var _ = SIGDescribe("Variable Expansion", func() { 3. successful expansion of the subpathexpr isn't required for volume cleanup */ - framework.ConformanceIt("should succeed in writing subpaths in container [sig-storage][Slow]", func() { + framework.ConformanceIt("should succeed in writing subpaths in container [Slow]", func() { envVars := []v1.EnvVar{ { diff --git a/test/e2e/node/kubelet.go b/test/e2e/node/kubelet.go index ed71ac50c0c..999bbfe6412 100644 --- a/test/e2e/node/kubelet.go +++ b/test/e2e/node/kubelet.go @@ -384,7 +384,7 @@ var _ = SIGDescribe("kubelet", func() { }) // Test host cleanup when disrupting the volume environment. - ginkgo.Describe("host cleanup with volume mounts [sig-storage][HostCleanup][Flaky]", func() { + ginkgo.Describe("host cleanup with volume mounts [HostCleanup][Flaky]", func() { type hostCleanupTest struct { itDescr string