mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 01:39:02 +00:00
Merge pull request #99853 from wojtek-t/cleanup_describe_17
Cleanup the remaining multi-owned sig-node tests
This commit is contained in:
@@ -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{
|
||||
{
|
||||
|
Reference in New Issue
Block a user