-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix cert when querying modelmesh / kserve #2081
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
FOR ${model} IN @{models} | ||
${model}= Get Text ${model} | ||
Delete Model Via UI ${model} | ||
Sleep 1s | ||
END | ||
Switch Model Serving Project project_name=All projects | ||
@{projects}= Get WebElements xpath://table/tbody/tr/td[@data-label="Project"] | ||
${projects}= Get WebElements xpath://table/tbody/tr/td[@data-label="Project"] | ||
${projects_length}= Get length ${projects} |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
Robot Results
|
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
@@ -174,8 +175,9 @@ | |||
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
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
Quality Gate passedIssues Measures |
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED