Skip to content

Commit

Permalink
fix post install test - change label
Browse files Browse the repository at this point in the history
Signed-off-by: bdattoma <[email protected]>
  • Loading branch information
bdattoma committed Nov 13, 2023
1 parent 575fe7d commit 285b6b5
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 285b6b5

Please sign in to comment.