Skip to content
Ashish edited this page Jan 4, 2022 · 4 revisions

Problematic configuration:

  1. testHarness is not a valid image url
# addon.yaml
operatorName: rhods-operator
testHarness: invalid

testHarness should contain a valid image url.

  1. testHarness image is not pushed to the quay.io image repository
# addon.yaml
operatorName: rhods-operator
testHarness: docker.io/ashishmax31/rhods-operator-test-harness:latest

The test harness image is expected to be present in the quay.io image registry.

Correct configuration:

# addon.yaml
operatorName: rhods-operator
testHarness: quay.io/modh/odh-operator-test-harness
  • testHarness is a valid image url
  • testHarness image is pushed to quay.io.

Related resources:

Clone this wiki locally