Skip to content

Commit c1b9e0b

Browse files
Merge pull request #148 from ingvagabund/update-testname-mapping
WRKLDS-1431: Update testname mapping for renamed tests due to removed apps.openshift.io dependency
2 parents 80c18bc + 64f7cad commit c1b9e0b

File tree

4 files changed

+33
-25
lines changed

4 files changed

+33
-25
lines changed

pkg/components/build/component.go

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ var BuildComponent = Component{
3737
TestRenames: map[string]string{
3838
"[sig-devex][Feature:Templates] templateinstance readiness test should report failed soon after an annotated objects has failed [apigroup:template.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-devex][Feature:Templates] templateinstance readiness test should report failed soon after an annotated objects has failed [apigroup:template.openshift.io][apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]",
3939
"[sig-devex][Feature:Templates] templateinstance readiness test should report ready soon after all annotated objects are ready [apigroup:template.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-devex][Feature:Templates] templateinstance readiness test should report ready soon after all annotated objects are ready [apigroup:template.openshift.io][apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]",
40+
"[sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io]": "[sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]",
41+
"[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for docker strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for docker strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]",
42+
"[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for source strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for source strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]",
4043
},
4144
},
4245
}

pkg/components/kubescheduler/component.go

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var KubeSchedulerComponent = Component{
4040
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator",
4141
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler",
4242
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator",
43+
"[sig-scheduling][Early] The openshift-apiserver pods [apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]": "[sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]",
4344
},
4445
},
4546
}

pkg/components/oauthapiserver/component.go

+23-22
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,29 @@ var OauthApiserverComponent = Component{
3030
},
3131
},
3232
TestRenames: map[string]string{
33-
"[sig-auth][Feature:Authentication] TestFrontProxy should succeed [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:Authentication] TestFrontProxy should succeed [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]",
34-
"[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:config.openshift.io][apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
35-
"[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
36-
"[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:config.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]",
37-
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver",
38-
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver",
39-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
40-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
41-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
42-
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
43-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
44-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
45-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
46-
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
47-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
48-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
49-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
50-
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
51-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
52-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
53-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
54-
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
33+
"[sig-auth][Feature:Authentication] TestFrontProxy should succeed [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:Authentication] TestFrontProxy should succeed [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]",
34+
"[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:config.openshift.io][apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
35+
"[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
36+
"[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:config.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]",
37+
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver",
38+
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver",
39+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
40+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
41+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
42+
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
43+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
44+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
45+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
46+
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
47+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
48+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
49+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
50+
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
51+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
52+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
53+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
54+
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
55+
"[Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/serial]": "[Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/serial]",
5556
},
5657
},
5758
}

0 commit comments

Comments
 (0)