-
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
Chore: Added sleep and timeout for while loop #2029
Chore: Added sleep and timeout for while loop #2029
Conversation
|
@@ -311,7 +311,11 @@ | |||
${rc} ${value}= Run And Return Rc And Output | |||
... oc get ${resource_type}/${resource_name} -n ${namespace} -o 'jsonpath={${attribute_path}}' | |||
Should Be Equal "${rc}" "0" msg=${value} | |||
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is ${value} | |||
IF "${value}" != "${EMPTY}" | |||
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is ${value} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is ${value} | ||
IF "${value}" != "${EMPTY}" | ||
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is ${value} | ||
ELSE |
Check warning
Code scanning / Robocop
Trailing whitespace at the end of line Warning test
IF "${value}" != "${EMPTY}" | ||
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is ${value} | ||
ELSE | ||
Log To Console ${resource_type} ${resource_name} in the namespace ${namespace} attribute ${attribute_path} value is EMPTY |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
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!
…2029) * Added sleep and timeout for while loop * Added If else structure for Gettting Resource Attribute Kw for when value comes empty
…2029) * Added sleep and timeout for while loop * Added If else structure for Gettting Resource Attribute Kw for when value comes empty
…2029) * Added sleep and timeout for while loop * Added If else structure for Gettting Resource Attribute Kw for when value comes empty
No description provided.