Skip to content

Commit 0068b9e

Browse files
committed
UPSTREAM: <carry>: update 83026 to specify the clustercatalog
1 parent 42a56c8 commit 0068b9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

14581458
g.It("PolarionID:83026-[OTP][Skipped:Disconnected]clusterextension updates sometimes failed with the following error from the CRDUpgradeCheck resource unknown change and refusing to determine that change is safe", g.Label("original-name:[sig-olmv1][Jira:OLM] clusterextension PolarionID:83026-[Skipped:Disconnected]clusterextension updates sometimes failed with the following error from the CRDUpgradeCheck resource unknown change and refusing to determine that change is safe"), func() {
14591459
baseDir := exutil.FixturePath("testdata", "olm")
1460-
clusterextensionTemplate := filepath.Join(baseDir, "clusterextension.yaml")
1460+
clusterextensionTemplate := filepath.Join(baseDir, "clusterextension-withselectorlabel.yaml")
14611461
saAdminTemplate := filepath.Join(baseDir, "sa-admin.yaml")
14621462
g.By("1)install Argocd operator v0.4.0 in a random namespace")
14631463
sa := "argocd-83026"
@@ -1478,6 +1478,8 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh
14781478
Version: "v0.4.0",
14791479
InstallNamespace: oc.Namespace(),
14801480
SaName: sa,
1481+
LabelKey: "olm.operatorframework.io/metadata.name",
1482+
LabelValue: "openshift-community-operators",
14811483
Template: clusterextensionTemplate,
14821484
}
14831485
defer ceArgocd.Delete(oc)

0 commit comments

Comments
 (0)