-
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
Add pre/post upgrade test for Model Registry #1970
Add pre/post upgrade test for Model Registry #1970
Conversation
Signed-off-by: lugi0 <lgiorgi@redhat.com>
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource
Dismissed
Show dismissed
Hide dismissed
Robot Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in principal. Would be good to see it run through the pr-check job.
Signed-off-by: lugi0 <lgiorgi@redhat.com>
Signed-off-by: lugi0 <lgiorgi@redhat.com>
@@ -0,0 +1,402 @@ | |||
# robocop: off=too-many-calls-in-keyword, mixed-tabs-and-spaces, line-too-long, file-too-long |
Check warning
Code scanning / Robocop
Inconsistent use of tabs and spaces in file Warning test
... xpath:${MR_VERSION_TABLE_XPATH}/tbody/tr/td[@data-label="Author" and .="${MR_REGISTERED_MODEL_AUTHOR}"] | ||
SeleniumLibrary.Close All Browsers | ||
# TODO: Update after component goes GA and is enabled by default | ||
Set Suite Variable ${DISABLE_COMPONENT} ${True} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
Remove Deployment Files ${CERTS_DIRECTORY} | ||
Remove Deployment Files ${MODELREGISTRY_BASE_FOLDER}/Python_Dependencies | ||
Disable Model Registry If Needed | ||
RHOSi Teardown |
Check warning
Code scanning / Robocop
File has too many lines ({{ lines_count }}/{{max_allowed_count }}) Warning test
Signed-off-by: lugi0 <lgiorgi@redhat.com>
Signed-off-by: lugi0 <lgiorgi@redhat.com>
|
Tested in rhods-ci-pr-test/3412 and passing (without upgrade in between, but doesn't really matter - upgrade has been tested manually) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.