-
Bug
-
Resolution: Done
-
Critical
-
DO316 - OCP4.14-en-4-20240806
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | |
Reporter RHNID: | |
Section Title: |
Issue description
Steps to reproduce:
Point the workstation oc client to a namespace that's not `openshift-cnv` and then install the operator and try to run `lab grade review-cr1`
Workaround:
Either `oc project openshift-cnv` before you run the grade command or edit the file on workstation ~/.venv/labs/bin/python3.9/site-packages/do316/review-cr1.py
update the line 249 to include a namespace option
items.append(
{
"label": "The OpenShift Virtualization Operator is installed",
"task": common.grade_virtualization,
"oc_client": self.oc_client,
"namespace": "openshift-cnv",
"fatal": False,
"grading": True,
{{ }}}
)
Expected result:
Grade passes when the operator is correctly installed in the openshift-cnv namespace