Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rnetser
Copy link
Contributor

@rnetser rnetser commented Nov 28, 2024

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
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

Variable '${projects_length}' is assigned but not used
Copy link
Contributor

github-actions bot commented Nov 28, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
580 0 0 580 100

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

Variable '${response_text}' is assigned but not used
 into fix-cert-delete

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
Copy link

sonarcloud bot commented Nov 28, 2024

@rnetser rnetser changed the title fix cert and project cleanup fix cert when querying modelmesh / kserve Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant