diff --git a/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0114__component_images.robot b/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0114__component_images.robot index 40ce1ad92..54e575fff 100644 --- a/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0114__component_images.robot +++ b/ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0114__component_images.robot @@ -97,7 +97,6 @@ Check Image On Csv And Deployment Should Not Be Empty ${csv_image} Log To Console IMAGE ON CSV IS ${csv_image} - # Check for regex to see whether it is pointing mistream or downstream ${rc} ${out}= Run And Return Rc And Output ... oc get Deployment ${deployment_name} -n ${APPLICATIONS_NAMESPACE} -o jsonpath='{.spec.template.spec.containers[?(@.images=="${csv_image}")]}' Should Be Equal "${rc}" "0" msg=${csv_image} not found on ${deployment_name} deployment