-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip][ui] Fix model mesh tests and add kserve test #2060
base: master
Are you sure you want to change the base?
Conversation
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
Page Should Contain Element xpath://span[contains(., "${runtime}")] | ||
${selected}= Run Keyword And Return Status | ||
... Click Element xpath://span[contains(., "${runtime}")] | ||
IF ${selected}==${TRUE} BREAK |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note test
... | ||
Verify User Can Deploy Raw and Serverless Models In The Same Namespace # robocop: off=too-long-test-case,too-many-calls-in-test-case,line-too-long |
Check warning
Code scanning / Robocop
Invalid number of empty lines between test cases ({{ empty_lines }}/{{ allowed_empty_lines }}) Warning test
@@ -110,6 +110,47 @@ | |||
... n_times=10 namespace=${test_namespace} | |||
[Teardown] Clean Up Test Project test_ns=${test_namespace} | |||
... isvc_names=${models_names} wait_prj_deletion=${FALSE} | |||
... |
Check warning
Code scanning / Robocop
Trailing whitespace at the end of line Warning test
${test_namespace}= Set Variable ${TEST_NS}-multisame | ||
${model_one_name}= Set Variable bloom-560m-caikit | ||
${model_two_name}= Set Variable flan-t5-small-caikit | ||
${models_names}= Create List ${model_one_name} ${model_two_name} |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
@@ -54,7 +54,7 @@ | |||
Recreate S3 Data Connection project_title=${PRJ_TITLE} dc_name=model-serving-connection | |||
... aws_access_key=${S3.AWS_ACCESS_KEY_ID} aws_secret_access=${S3.AWS_SECRET_ACCESS_KEY} | |||
... aws_bucket_name=ods-ci-s3 | |||
Create Model Server token=${TRUE} runtime=${ONNX_RUNTIME_NAME} server_name=${ONNX_RUNTIME_NAME} existing_server=${TRUE} | |||
Create Model Server token=${TRUE} runtime=${ONNX_RUNTIME_NAME} server_name=${ONNX_RUNTIME_NAME} existing_server=${FALSE} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -130,7 +130,7 @@ | |||
Recreate S3 Data Connection project_title=${PRJ_TITLE} dc_name=model-serving-connection | |||
... aws_access_key=${S3.AWS_ACCESS_KEY_ID} aws_secret_access=${S3.AWS_SECRET_ACCESS_KEY} | |||
... aws_bucket_name=ods-ci-s3 | |||
Create Model Server token=${TRUE} runtime=${ONNX_RUNTIME_NAME} server_name=${ONNX_RUNTIME_NAME} existing_server=${TRUE} | |||
Create Model Server token=${TRUE} runtime=${ONNX_RUNTIME_NAME} server_name=${ONNX_RUNTIME_NAME} existing_server=${FALSE} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -226,7 +226,7 @@ | |||
[Arguments] ${model_name} | |||
# TODO: Open model serving home page if needed? | |||
# Click on Inference Endpoints link | |||
${endpoint_link}= Set Variable //a[@data-testid="metrics-link-test-model" and text()="${model_name}"]/ancestor::tr//td//button[@data-testid="internal-external-service-button"] | |||
${endpoint_link}= Set Variable //a[contains(@data-testid, 'metrics-link')][text() = '${model_name}']/ancestor::tr//td//button[@data-testid="internal-external-service-button"] |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
... existing_data_connection=${TRUE} data_connection_name=model-serving-connection | ||
... model_path=inception_resnet_v2.pb | ||
${runtime_pod_name}= Replace String Using Regexp string=${RUNTIME_NAME} pattern=\\s replace_with=- | ||
${runtime_pod_name}= Convert To Lower Case ${runtime_pod_name} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Serving Service | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} project_name=${namespace} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
... existing_data_connection=${TRUE} data_connection_name=model-serving-connection | ||
... model_path=inception_resnet_v2.pb | ||
${runtime_pod_name}= Replace String Using Regexp string=${RUNTIME_NAME} pattern=\\s replace_with=- | ||
${runtime_pod_name}= Convert To Lower Case ${runtime_pod_name} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Serving Service | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} project_name=${namespace} |
Check warning
Code scanning / Robocop
Variable '{{ name }}' has inconsistent naming. First used as '{{ first_use }}' Warning test
Verify Model Status ${MODEL_NAME} success | ||
Set Suite Variable ${MODEL_CREATED} ${TRUE} | ||
${url}= Get Model Route Via UI ${MODEL_NAME} | ||
${status_code} ${response_text}= Send Random Inference Request endpoint=${url} name=input | ||
${status_code} ${response_text}= Send Random Inference Request endpoint=${url} name=input:0 |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
... existing_data_connection=${TRUE} data_connection_name=model-serving-connection | ||
... model_path=inception_resnet_v2.pb | ||
${runtime_pod_name}= Replace String Using Regexp string=${RUNTIME_NAME} pattern=\\s replace_with=- | ||
${runtime_pod_name}= Convert To Lower Case ${runtime_pod_name} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Serving Service | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} project_name=${namespace} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
... existing_data_connection=${TRUE} data_connection_name=model-serving-connection | ||
... model_path=inception_resnet_v2.pb | ||
${runtime_pod_name}= Replace String Using Regexp string=${RUNTIME_NAME} pattern=\\s replace_with=- | ||
${runtime_pod_name}= Convert To Lower Case ${runtime_pod_name} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Serving Service | ||
Wait Until Keyword Succeeds 5 min 10 sec Verify Openvino Deployment runtime_name=${RUNTIME_POD_NAME} project_name=${namespace} |
Check warning
Code scanning / Robocop
Variable '{{ name }}' has inconsistent naming. First used as '{{ first_use }}' Warning test
Quality Gate passedIssues Measures |
No description provided.