Skip to content

Commit

Permalink
implement Minio removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Feb 28, 2024
1 parent 1288d3b commit 285f66f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ods_ci/tests/Resources/CLI/Minio.resource
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ Get Minio Credentials

Remove Minio
[Documentation] Delete the MinIO objects from the cluster
Log message=To Be Implemented
# for the time being the test using Minio is deleting the NS.
[Arguments] ${namespace}
${rc} ${out}= Run And Return Rc And Output oc delete all -l app=minio -n ${namespace}

Check notice

Code scanning / Robocop

Variable '{{ name }}' is assigned but not used Note test

Variable '${out}' is assigned but not used
Should Be Equal As Integers ${rc} ${0}
Wait For Pods To Be Terminated label_selector=app=minio namespace=${namespace}

Check warning

Code scanning / Robocop

Missing trailing blank line at the end of file Warning test

Missing trailing blank line at the end of file
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Verify User Can Serve And Query A Model From Minio
[Teardown] Run Keywords
... Clean Up Test Project test_ns=${test_namespace} isvc_names=${models_names} wait_prj_deletion=${FALSE}

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (121/120)
... AND
... Remove Minio namespace=${minio_namespace}
... AND
... Run And Return Rc oc delete project ${minio_namespace}


Expand Down

0 comments on commit 285f66f

Please sign in to comment.