Skip to content

Commit

Permalink
Merge pull request #29084 from dtfranz/4-18-olm-test
Browse files Browse the repository at this point in the history
OCPBUGS-41682: OLM Extended Test 4.18
  • Loading branch information
openshift-merge-bot[bot] authored Sep 12, 2024
2 parents 5cf44f8 + 4eeae10 commit b455bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/olm/olm.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ var _ = g.Describe("[sig-operator] an end user can use OLM", func() {
}, 5*time.Minute, time.Second).Should(o.Equal([]string{""}))

for _, v := range files {
configFile, err := oc.AsAdmin().Run("process").Args("--ignore-unknown-parameters=true", "-f", v, "-p", "NAME=test-operator", fmt.Sprintf("NAMESPACE=%s", oc.Namespace()), "SOURCENAME=redhat-operators", "SOURCENAMESPACE=openshift-marketplace", "PACKAGE=openshift-cert-manager-operator", "CHANNEL=stable-v1").OutputToFile("config.json")
configFile, err := oc.AsAdmin().Run("process").Args("--ignore-unknown-parameters=true", "-f", v, "-p", "NAME=test-operator", fmt.Sprintf("NAMESPACE=%s", oc.Namespace()), "SOURCENAME=redhat-operators", "SOURCENAMESPACE=openshift-marketplace", "PACKAGE=kiali-ossm", "CHANNEL=stable").OutputToFile("config.json")
o.Expect(err).NotTo(o.HaveOccurred())
err = oc.AsAdmin().WithoutNamespace().Run("create").Args("-f", configFile).Execute()
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down

0 comments on commit b455bbf

Please sign in to comment.