diff --git a/ods_ci/tests/Resources/Files/llm/download_model_in_pvc.yaml b/ods_ci/tests/Resources/Files/llm/download_model_in_pvc.yaml index c102acae7..f3c47aa4e 100644 --- a/ods_ci/tests/Resources/Files/llm/download_model_in_pvc.yaml +++ b/ods_ci/tests/Resources/Files/llm/download_model_in_pvc.yaml @@ -26,7 +26,7 @@ spec: - name: fix-volume-permissions image: quay.io/quay/busybox@sha256:92f3298bf80a1ba949140d77987f5de081f010337880cd771f7e7fc928f8c74d command: ["sh"] - args: ["-c", "mkdir -p /mnt/models/${model_path} && chmod -R 777 /mnt/models"] + args: ["-c", "mkdir -p /mnt/models/${model_path} && chmod -R 777 /mnt/models/${model_path}"] volumeMounts: - mountPath: "/mnt/models/" name: model-volume diff --git a/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_UI.robot b/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_UI.robot index a36afac53..db404b85c 100644 --- a/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_UI.robot +++ b/ods_ci/tests/Tests/1000__model_serving/1007__model_serving_llm/1007__model_serving_llm_UI.robot @@ -185,6 +185,7 @@ Verify Non Admin Can Serve And Query A Model Using The UI # robocop: off=too- ... path=flan-t5-small/${flan_model_name} Wait For Model KServe Deployment To Be Ready label_selector=serving.kserve.io/inferenceservice=${flan_model_name} ... namespace=${test_namespace} runtime=${CAIKIT_TGIS_RUNTIME_NAME} + ... timeout=360s # ${host}= Get KServe Inference Host Via CLI isvc_name=${flan_model_name} namespace=${test_namespace} # ${body}= Set Variable '{"text": "${EXP_RESPONSES}[queries][0][query_text]"}' # ${header}= Set Variable 'mm-model-id: ${flan_model_name}'