Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/shell.robot
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Execute command
Operation Should Be SUCCESSFUL ${operation}
Should Be Equal ${operation.to_json()["c8y_Command"]["result"]} helloworld\n

Execute command that fails
${operation}= Cumulocity.Create Operation
... description=example
... fragments={"c8y_Command":{"text":"echo foo; exit 1"}}

Operation Should Be FAILED ${operation}

*** Keywords ***

Test Setup
Expand Down
Loading