diff --git a/ods_ci/tests/Tests/1300__model_registry/1302_model_registry_smoke.robot b/ods_ci/tests/Tests/1300__model_registry/1302_model_registry_smoke.robot index 9c48cc4ea..de3413713 100644 --- a/ods_ci/tests/Tests/1300__model_registry/1302_model_registry_smoke.robot +++ b/ods_ci/tests/Tests/1300__model_registry/1302_model_registry_smoke.robot @@ -29,7 +29,6 @@ Deploy Model Registry Enable Model Registry If Needed Component Should Be Enabled modelregistry Apply Db Config Samples - # Sleep 90s Registering A Model In The Registry [Documentation] Registers a model in the model registry @@ -83,12 +82,6 @@ Remove Model Registry ... Run And Verify Command ... oc delete -k ${MODELREGISTRY_BASE_FOLDER}/samples/istio/mysql -n ${NAMESPACE_MODEL_REGISTRY} -Install Python Client And Dependencies - [Documentation] Download the model-registry package for a specific platform - ${result}= Run Process command=pip install --pre model-registry # robocop: disable:line-too-long - ... shell=yes - Should Be Equal As Numbers ${result.rc} 0 ${result.stderr} - Get Model Registry Namespace From DSC [Documentation] Fetches the namespace defined for model registry in the DSC ${rc} ${ns}= Run And Return Rc And Output