-
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
reworking platform tests tagging following the 1-tag approach #1769
reworking platform tests tagging following the 1-tag approach #1769
Conversation
...01__deploy/0104__operators/0104__rhods_operator/0108__rhods_operator_logs_verification.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
721b8e3
to
708c5f7
Compare
...01__deploy/0104__operators/0104__rhods_operator/0108__rhods_operator_logs_verification.robot
Dismissed
Show dismissed
Hide dismissed
...01__deploy/0104__operators/0104__rhods_operator/0108__rhods_operator_logs_verification.robot
Dismissed
Show dismissed
Hide dismissed
708c5f7
to
e55c19c
Compare
e55c19c
to
cdc8ccd
Compare
@@ -144,6 +141,8 @@ | |||
Operator Setup | |||
[Documentation] Setup for the Operator tests | |||
RHOSi Setup | |||
${IS_SELF_MANAGED}= Is RHODS Self-Managed | |||
Set Suite Variable ${IS_SELF_MANAGED} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
78ad7aa
to
19e09b1
Compare
c40f211
to
fd5193b
Compare
392e51d
to
f6782bd
Compare
63d4dba
to
e3a21f2
Compare
...01__deploy/0104__operators/0104__rhods_operator/0108__rhods_operator_logs_verification.robot
Show resolved
Hide resolved
...01__deploy/0104__operators/0104__rhods_operator/0108__rhods_operator_logs_verification.robot
Outdated
Show resolved
Hide resolved
e3a21f2
to
ee96898
Compare
#To check if command has been suessfully executed and the logs has been captured | ||
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed sucessfully or Logs is not present | ||
${val} Run oc logs --tail=1000000 ${data[0]['metadata']['name']} -n ${OPERATOR_NAMESPACE} -c ${OPERATOR_POD_CONTAINER_NAME} | ||
#To check if command has been successfully executed and the logs have been captured |
Check warning
Code scanning / Robocop
Missing blank space after comment character Warning test
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed sucessfully or Logs is not present | ||
${val} Run oc logs --tail=1000000 ${data[0]['metadata']['name']} -n ${OPERATOR_NAMESPACE} -c ${OPERATOR_POD_CONTAINER_NAME} | ||
#To check if command has been successfully executed and the logs have been captured | ||
IF len($val)==${0} or "error:" in $val FAIL Either OC command has not been executed successfully or Logs are not present |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
ee96898
to
0739612
Compare
|
Related ticket: https://issues.redhat.com/browse/RHOAIENG-11797