Skip to content

Commit a158514

Browse files
jianzhangbjzci-robot
authored andcommitted
UPSTREAM: <carry>: update 83026 to specify the clustercatalog
1 parent 0192c46 commit a158514

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
@@ -1517,7 +1517,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh
15171517

15181518
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() {
15191519
baseDir := exutil.FixturePath("testdata", "olm")
1520-
clusterextensionTemplate := filepath.Join(baseDir, "clusterextension.yaml")
1520+
clusterextensionTemplate := filepath.Join(baseDir, "clusterextension-withselectorlabel.yaml")
15211521
saAdminTemplate := filepath.Join(baseDir, "sa-admin.yaml")
15221522
g.By("1)install Argocd operator v0.4.0 in a random namespace")
15231523
sa := "argocd-83026"
@@ -1538,6 +1538,8 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clusterextension", g.Label("NonHyperSh
15381538
Version: "v0.4.0",
15391539
InstallNamespace: oc.Namespace(),
15401540
SaName: sa,
1541+
LabelKey: "olm.operatorframework.io/metadata.name",
1542+
LabelValue: "openshift-community-operators",
15411543
Template: clusterextensionTemplate,
15421544
}
15431545
defer ceArgocd.Delete(oc)

0 commit comments

Comments
 (0)