mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	e2e VolumeSubpathEnvExpansion should not be tagged as slow
The test [sig-node] Variable Expansion should succeed in writing subpaths in container takes 1m5s so it should no be tagged as slow"
This commit is contained in:
		
							
								
								
									
										2
									
								
								test/conformance/testdata/conformance.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								test/conformance/testdata/conformance.yaml
									
									
									
									
										vendored
									
									
								
							@@ -2670,7 +2670,7 @@
 | 
			
		||||
  file: test/e2e/common/node/expansion.go
 | 
			
		||||
- testname: VolumeSubpathEnvExpansion, subpath test writes
 | 
			
		||||
  codename: '[sig-node] Variable Expansion should succeed in writing subpaths in container
 | 
			
		||||
    [Slow] [Conformance]'
 | 
			
		||||
    [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"
 | 
			
		||||
 
 | 
			
		||||
@@ -298,7 +298,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", f.WithSlow(), func(ctx context.Context) {
 | 
			
		||||
	framework.ConformanceIt("should succeed in writing subpaths in container", func(ctx context.Context) {
 | 
			
		||||
 | 
			
		||||
		envVars := []v1.EnvVar{
 | 
			
		||||
			{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user