-
Notifications
You must be signed in to change notification settings - Fork 81
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: rework in some of the operator test cases #1761
fix: rework in some of the operator test cases #1761
Conversation
${DSCI_RELEASE_VERSION}= Get Resource Attribute ${OPERATOR_NAMESPACE} | ||
... DSCInitialization ${DSCI_NAME} ${RELEASE_VERSION_ATTRIBUTE_PATH} | ||
|
||
Set Suite Variable ${DSC_RELEASE_NAME} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
... DSCInitialization ${DSCI_NAME} ${RELEASE_VERSION_ATTRIBUTE_PATH} | ||
|
||
Set Suite Variable ${DSC_RELEASE_NAME} | ||
Set Suite Variable ${DSCI_RELEASE_NAME} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
|
||
Set Suite Variable ${DSC_RELEASE_NAME} | ||
Set Suite Variable ${DSCI_RELEASE_NAME} | ||
Set Suite Variable ${DSC_RELEASE_VERSION} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
Set Suite Variable ${DSC_RELEASE_NAME} | ||
Set Suite Variable ${DSCI_RELEASE_NAME} | ||
Set Suite Variable ${DSC_RELEASE_VERSION} | ||
Set Suite Variable ${DSCI_RELEASE_VERSION} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
${expected_release_name}= Set Variable ${ODH_RELEASE_NAME} | ||
END | ||
|
||
Set Suite Variable ${expected_release_name} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
${expected_release_name}= Set Variable ${ODH_RELEASE_NAME} | ||
END | ||
|
||
Set Suite Variable ${expected_release_name} |
Check warning
Code scanning / Robocop
Test, suite and global variables should be uppercase Warning test
Suite Teardown RHOSi Teardown | ||
|
||
|
||
*** Test Cases *** | ||
Verify That DSC And DSCI Release.Name Attribute matches required value | ||
Verify That DSC And DSCI Release.Name Attribute matches ${expected_release_name} |
Check warning
Code scanning / Robocop
Not allowed character '{{ character }}' found in {{ block_name }} name Warning test
Robot Results
|
049d8ac
to
31443e5
Compare
Quality Gate passedIssues Measures |
No description provided.