From 776d880aea4a63a5b3b3da1a9d394953d64d3229 Mon Sep 17 00:00:00 2001 From: asanzgom Date: Mon, 28 Oct 2024 14:42:55 +0100 Subject: [PATCH] Removed leftover comment --- .../0104__rhods_operator/0114__component_images.robot | 1 - 1 file changed, 1 deletion(-) 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