Skip to content

Commit

Permalink
commented teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghul-M committed Sep 27, 2024
1 parent afd2d44 commit 375a001
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Resource ../../../Resources/OCP.resource
Resource ../../../Resources/CLI/ModelServing/modelmesh.resource
Resource ../../../Resources/Common.robot
Suite Setup Triton On Kserve Suite Setup
Suite Teardown Triton On Kserve Suite Teardown
#Suite Teardown Triton On Kserve Suite Teardown

Check warning

Code scanning / Robocop

Missing blank space after comment character Warning test

Missing blank space after comment character
Test Tags Kserve


Expand Down Expand Up @@ -146,10 +146,6 @@ Test Keras Model Rest Inference Via UI (Triton on Modelmesh)
... project_title=${PRJ_TITLE}
... AND
... Clean All Models Of Current User
... AND
... Open Dashboard Settings settings_page=Serving runtime
... AND
... Delete Serving Runtime Template displayed_name=modelmesh-triton

Check warning

Code scanning / Robocop

Invalid number of empty lines between sections ({{ empty_lines }}/{{ allowed_empty_lines }}) Warning test

Invalid number of empty lines between sections (1/2)
*** Keywords ***
Triton On Kserve Suite Setup
Expand All @@ -171,13 +167,13 @@ Triton On Kserve Suite Teardown
# Even if kw fails, deleting the whole project will also delete the model
# Failure will be shown in the logs of the run nonetheless
IF ${MODEL_CREATED}
Clean All Models Of Current User
#Clean All Models Of Current User

Check warning

Code scanning / Robocop

Missing blank space after comment character Warning test

Missing blank space after comment character
Log Skip
ELSE
Log Model not deployed, skipping deletion step during teardown console=true
END
${projects}= Create List ${PRJ_TITLE}
Delete List Of Projects Via CLI ocp_projects=${projects}
#Delete List Of Projects Via CLI ocp_projects=${projects}

Check warning

Code scanning / Robocop

Missing blank space after comment character Warning test

Missing blank space after comment character
# Will only be present on SM cluster runs, but keyword passes
# if file does not exist
Remove File openshift_ca_istio_knative.crt
Expand Down

0 comments on commit 375a001

Please sign in to comment.