From 285b6b5a7433f5b2e3690850a690a6a1609f3ed0 Mon Sep 17 00:00:00 2001 From: bdattoma Date: Mon, 13 Nov 2023 21:17:13 +0100 Subject: [PATCH] fix post install test - change label Signed-off-by: bdattoma --- .../100__installation/110__model_serving_watsonx.robot | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ods_ci/tests/Tests/100__deploy/100__installation/110__model_serving_watsonx.robot b/ods_ci/tests/Tests/100__deploy/100__installation/110__model_serving_watsonx.robot index 45f2b0f3e..17cc99d9f 100644 --- a/ods_ci/tests/Tests/100__deploy/100__installation/110__model_serving_watsonx.robot +++ b/ods_ci/tests/Tests/100__deploy/100__installation/110__model_serving_watsonx.robot @@ -87,12 +87,9 @@ Verify KServe ReplicaSets Info Verify Kserve Deployment [Documentation] Verifies RHODS KServe deployment @{kserve} = Oc Get kind=Pod namespace=${KSERVE_NS} api_version=v1 - ... label_selector=app.kubernetes.io/part-of=kserve - ${containerNames} = Create List manager - Verify Deployment ${kserve} 1 1 ${containerNames} - @{modelcontroller} = Oc Get kind=Pod namespace=${KSERVE_NS} api_version=v1 ... label_selector=app.opendatahub.io/kserve=true - Verify Deployment ${modelcontroller} 3 1 ${containerNames} + ${containerNames} = Create List manager + Verify Deployment ${kserve} 4 1 ${containerNames} ServingRuntime CustomResourceDefinition Should Exist [Documentation] Checks that the ServingRuntime CRD is present