From 27a8f393bc3f38ebf7e06696c555b6516e9f9f59 Mon Sep 17 00:00:00 2001 From: cesar Date: Mon, 3 Feb 2025 13:07:00 +0100 Subject: [PATCH] fix: solving disruptive tests issues due to operator reconciliation refactor changes --- ...2002__dsc_negative_dependant_operators_not_installed.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ods_ci/tests/Tests/2001__disruptive_tests/2002__dsc_negative_dependant_operators_not_installed.robot b/ods_ci/tests/Tests/2001__disruptive_tests/2002__dsc_negative_dependant_operators_not_installed.robot index 4b20cdeaa..f445f0f0d 100644 --- a/ods_ci/tests/Tests/2001__disruptive_tests/2002__dsc_negative_dependant_operators_not_installed.robot +++ b/ods_ci/tests/Tests/2001__disruptive_tests/2002__dsc_negative_dependant_operators_not_installed.robot @@ -206,7 +206,7 @@ DataScienceCluster Should Fail Because Service Mesh Operator Is Not Installed ${return_code} ${output}= Run And Return Rc And Output ... oc get DataScienceCluster ${DSC_NAME} -n ${OPERATOR_NS} -o json | jq -r '.status.conditions | map(.message) | join(",")' #robocop:disable Should Be Equal As Integers ${return_code} 0 msg=Error retrieved DSC conditions - Should Contain ${output} operator servicemeshoperator not found. Please install the operator before enabling kserve component #robocop:disable + Should Contain ${output} ServiceMesh operator must be installed for this component's configuration #robocop:disable ${rc} ${logs}= Run And Return Rc And Output ... oc logs -l ${OPERATOR_LABEL_SELECTOR} -c ${OPERATOR_POD_CONTAINER_NAME} -n ${OPERATOR_NS} --ignore-errors @@ -219,4 +219,4 @@ DataScienceCluster Should Fail Because Serverless Operator Is Not Installed ${return_code} ${output}= Run And Return Rc And Output ... oc get DataScienceCluster ${DSC_NAME} -n ${OPERATOR_NS} -o json | jq -r '.status.conditions | map(.message) | join(",")' #robocop:disable Should Be Equal As Integers ${return_code} 0 msg=Error retrieved DSC conditions - Should Contain ${output} operator serverless-operator not found. Please install the operator before enabling kserve component #robocop:disable + Should Contain ${output} Serverless operator must be installed for this component's configuration #robocop:disable