Update tests/robot/apps/automation/ansible/tower/hosts.robot
Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
parent
816ae9dd35
commit
7d39538d85
|
@ -32,7 +32,9 @@ Hosts ${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 snmpcommunity expected_result --
|
||||
... 1 os/linux/snmp/list-diskio OK: Hosts total: 10, failed: 0 - All hosts are ok | 'hosts.total.count'=10;;;0; 'hosts.failed.count'=0;;;0;10
|
||||
|
|
Loading…
Reference in New Issue