diff --git a/ods_ci/tests/Resources/CLI/Minio.resource b/ods_ci/tests/Resources/CLI/Minio.resource index 4edc3669b..c290a9f8f 100644 --- a/ods_ci/tests/Resources/CLI/Minio.resource +++ b/ods_ci/tests/Resources/CLI/Minio.resource @@ -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} + Should Be Equal As Integers ${rc} ${0} + Wait For Pods To Be Terminated label_selector=app=minio namespace=${namespace} \ No newline at end of file diff --git a/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_tgis_object_storages.robot b/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_tgis_object_storages.robot index bf260f98a..dd53b28e7 100644 --- a/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_tgis_object_storages.robot +++ b/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_tgis_object_storages.robot @@ -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} ... AND + ... Remove Minio namespace=${minio_namespace} + ... AND ... Run And Return Rc oc delete project ${minio_namespace}