Merge pull request #120959 from pohly/e2e-test-whitespace-cleanup

e2e: remove redundant spaces in test names
This commit is contained in:
Kubernetes Prow Robot
2023-10-05 00:41:59 +02:00
committed by GitHub
23 changed files with 101 additions and 93 deletions

View File

@@ -44,7 +44,7 @@ func prefixedName(namePrefix string, name string) string {
return fmt.Sprintf("%s-%s", namePrefix, name)
}
var _ = SIGDescribe("[NodeConformance] Containers Lifecycle ", func() {
var _ = SIGDescribe("[NodeConformance] Containers Lifecycle", func() {
f := framework.NewDefaultFramework("containers-lifecycle-test")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
@@ -747,7 +747,7 @@ var _ = SIGDescribe("[NodeConformance] Containers Lifecycle ", func() {
})
})
var _ = SIGDescribe("[Serial] Containers Lifecycle ", func() {
var _ = SIGDescribe("[Serial] Containers Lifecycle", func() {
f := framework.NewDefaultFramework("containers-lifecycle-test-serial")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
@@ -887,7 +887,7 @@ var _ = SIGDescribe("[Serial] Containers Lifecycle ", func() {
})
})
var _ = SIGDescribe("[NodeAlphaFeature:SidecarContainers] Containers Lifecycle ", func() {
var _ = SIGDescribe("[NodeAlphaFeature:SidecarContainers] Containers Lifecycle", func() {
f := framework.NewDefaultFramework("containers-lifecycle-test")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged

View File

@@ -44,7 +44,7 @@ import (
testutils "k8s.io/kubernetes/test/utils"
)
var _ = SIGDescribe("[Feature:StandaloneMode] ", func() {
var _ = SIGDescribe("[Feature:StandaloneMode]", func() {
f := framework.NewDefaultFramework("static-pod")
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline
ginkgo.Context("when creating a static pod", func() {