-
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 TC Check value for serverless cert on CSV #2010
Add TC Check value for serverless cert on CSV #2010
Conversation
@@ -99,6 +99,23 @@ | |||
Wait For Pods Numbers 0 namespace=${KNATIVESERVING_NS} | |||
... label_selector=${KNATIVE_SERVING_CONTROLLER_LABEL_SELECTOR} timeout=300 | |||
|
|||
Check value for serverless cert on CSV |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' has too many keywords inside ({{ keyword_count }}/{{ max_allowed_count }}) Warning test
Check value for serverless cert on CSV | ||
[Documentation] Check value for serverless cert on CSV | ||
[Tags] Operator RHOAIENG-14530 Smoke | ||
${rc} ${json_derulo}= Run And Return Rc And Output |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
[Documentation] Check value for serverless cert on CSV | ||
[Tags] Operator RHOAIENG-14530 Smoke | ||
${rc} ${json_derulo}= Run And Return Rc And Output | ||
... oc get ClusterServiceVersion -l ${OPERATOR_SUBSCRIPTION_LABEL} -n ${OPERATOR_NAMESPACE} -o jsonpath='{.items[].metadata.annotations.operatorframework\\.io/initialization-resource}' |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
${rc} ${json_derulo}= Run And Return Rc And Output | ||
... oc get ClusterServiceVersion -l ${OPERATOR_SUBSCRIPTION_LABEL} -n ${OPERATOR_NAMESPACE} -o jsonpath='{.items[].metadata.annotations.operatorframework\\.io/initialization-resource}' | ||
Log To Console ${json_derulo} | ||
&{my_dict}= Create Dictionary |
Check warning
Code scanning / Robocop
Local variable '{{ name }}' is overwritten before usage Warning test
${rc} ${json_derulo}= Run And Return Rc And Output | ||
... oc get ClusterServiceVersion -l ${OPERATOR_SUBSCRIPTION_LABEL} -n ${OPERATOR_NAMESPACE} -o jsonpath='{.items[].metadata.annotations.operatorframework\\.io/initialization-resource}' | ||
Log To Console ${json_derulo} | ||
&{my_dict}= Create Dictionary |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
... oc get ClusterServiceVersion -l ${OPERATOR_SUBSCRIPTION_LABEL} -n ${OPERATOR_NAMESPACE} -o jsonpath='{.items[].metadata.annotations.operatorframework\\.io/initialization-resource}' | ||
Log To Console ${json_derulo} | ||
&{my_dict}= Create Dictionary | ||
${my_dict}= Load Json String ${json_derulo} |
Check notice
Code scanning / Robocop
Variable '{{ variable_name }}' may overwrite similar variable inside '{{ block_name }}' {{ block_type }}. Note that variables are case-insensitive, and also spaces and underscores are ignored. Note test
Robot Results
|
Quality Gate passedIssues Measures |
rhods-ci-pr-test/3453/ passed successfully |
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
RHOAIENG-14530 Check value for serverless cert on CSV