Update tests/robot/apps/automation/ansible/tower/jobs.robot

Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
sfarouq-ext 2024-07-23 15:49:14 +02:00 committed by GitHub
parent 69050c0876
commit ec938863a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ jobs ${tc}
Should Be Equal As Strings
... ${expected_result}
... ${output}
... Wrong output result for command:{\n}{\n}${command}{\n}{\n}Command output:{\n}{\n}${output}
... Wrong output result for command:\n${command}\n\nObtained:\n${output}\n\nExpected:\n${expected_result}\n
... values=False
... collapse_spaces=True
Examples: tc extraoptions expected_result --
... 1 --filter-name='' OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2