Skip to content

Commit b1ff394

Browse files
bandradeci-robot
authored andcommitted
UPSTREAM: <carry>: remove originalName
1 parent 68c3131 commit b1ff394

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

openshift/tests-extension/.openshift-tests-extension/openshift_payload_olmv1.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@
4848
},
4949
{
5050
"name": "[sig-olmv1][Jira:OLM] cluster-olm-operator PolarionID:75877-[OTP]Make sure that rukpak is removed from payload",
51-
"originalName": "[sig-olmv1][Jira:OLM] cluster-olm-operator PolarionID:75877-Make sure that rukpak is removed from payload",
5251
"labels": {
5352
"Extended": {},
54-
"NonHyperShiftHOST": {},
55-
"original-name:[sig-olmv1][Jira:OLM] cluster-olm-operator PolarionID:75877-Make sure that rukpak is removed from payload": {}
53+
"NonHyperShiftHOST": {}
5654
},
5755
"resources": {
5856
"isolation": {}
@@ -101,12 +99,10 @@
10199
},
102100
{
103101
"name": "[sig-olmv1][Jira:OLM] clustercatalog PolarionID:77413-[OTP][Level0][Skipped:Disconnected]Check if ClusterCatalog is in Serving properly",
104-
"originalName": "[sig-olmv1][Jira:OLM] clustercatalog PolarionID:77413-[Skipped:Disconnected]Check if ClusterCatalog is in Serving properly",
105102
"labels": {
106103
"ClusterCatalog": {},
107104
"Extended": {},
108-
"NonHyperShiftHOST": {},
109-
"original-name:[sig-olmv1][Jira:OLM] clustercatalog PolarionID:77413-[Skipped:Disconnected]Check if ClusterCatalog is in Serving properly": {}
105+
"NonHyperShiftHOST": {}
110106
},
111107
"resources": {
112108
"isolation": {}
@@ -411,11 +407,9 @@
411407
},
412408
{
413409
"name": "[sig-olmv1][Jira:OLM] clusterextension PolarionID:70723-[OTP][Skipped:Disconnected]olmv1 downgrade version",
414-
"originalName": "[sig-olmv1][Jira:OLM] clusterextension PolarionID:70723-[Skipped:Disconnected]olmv1 downgrade version",
415410
"labels": {
416411
"Extended": {},
417-
"NonHyperShiftHOST": {},
418-
"original-name:[sig-olmv1][Jira:OLM] clusterextension PolarionID:70723-[Skipped:Disconnected]olmv1 downgrade version": {}
412+
"NonHyperShiftHOST": {}
419413
},
420414
"resources": {
421415
"isolation": {}

openshift/tests-extension/test/qe/specs/olmv1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] cluster-olm-operator", g.Label("NonHyp
152152
g.By("3) test SUCCESS")
153153
})
154154

155-
g.It("PolarionID:75877-[OTP]Make sure that rukpak is removed from payload", g.Label("original-name:[sig-olmv1][Jira:OLM] cluster-olm-operator PolarionID:75877-Make sure that rukpak is removed from payload"), func() {
155+
g.It("PolarionID:75877-[OTP]Make sure that rukpak is removed from payload", func() {
156156
g.By("1) Ensure bundledeployments.core.rukpak.io CRD is not installed")
157157
_, err := oc.AsAdmin().WithoutNamespace().Run("get").Args("crd", "bundledeployments.core.rukpak.io").Output()
158158
o.Expect(err).To(o.HaveOccurred())

openshift/tests-extension/test/qe/specs/olmv1_cc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clustercatalog", g.Label("NonHyperShif
127127
clustercatalog.CheckClusterCatalogCondition(oc, "Progressing", "message", "manifest unknown", 5, 90, 0)
128128
})
129129

130-
g.It("PolarionID:77413-[OTP][Level0][Skipped:Disconnected]Check if ClusterCatalog is in Serving properly", g.Label("original-name:[sig-olmv1][Jira:OLM] clustercatalog PolarionID:77413-[Skipped:Disconnected]Check if ClusterCatalog is in Serving properly"), func() {
130+
g.It("PolarionID:77413-[OTP][Level0][Skipped:Disconnected]Check if ClusterCatalog is in Serving properly", func() {
131131
g.By("Verify built-in ClusterCatalogs report Serving=True")
132132
checks := []olmv1util.CheckDescription{
133133
olmv1util.NewCheck("expect", exutil.AsAdmin, exutil.WithoutNamespace, exutil.Contain, "True", exutil.Ok,

openshift/tests-extension/test/qe/specs/olmv1_ce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh
299299

300300
})
301301

302-
g.It("PolarionID:70723-[OTP][Skipped:Disconnected]olmv1 downgrade version", g.Label("original-name:[sig-olmv1][Jira:OLM] clusterextension PolarionID:70723-[Skipped:Disconnected]olmv1 downgrade version"), func() {
302+
g.It("PolarionID:70723-[OTP][Skipped:Disconnected]olmv1 downgrade version", func() {
303303
olmv1util.ValidateAccessEnvironment(oc)
304304
var (
305305
ns = "ns-70723"

0 commit comments

Comments
 (0)