From 70db5c4d8ae38bb4f632917e63530d02e0d44888 Mon Sep 17 00:00:00 2001 From: Tony Davidson Date: Mon, 28 Oct 2024 13:51:14 +0000 Subject: [PATCH] Removing Python Client Keyword (#1974) * Removing Python Client Keyword Signed-off-by: tonyxrmdavidson * Removing commented line Signed-off-by: tonyxrmdavidson --------- Signed-off-by: tonyxrmdavidson --- .../1300__model_registry/1302_model_registry_smoke.robot | 7 ------- 1 file changed, 7 deletions(-) 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