We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73046fc + ea2076d commit 3dd9617Copy full SHA for 3dd9617
1 file changed
tests/shell.robot
@@ -20,6 +20,13 @@ Execute command
20
Operation Should Be SUCCESSFUL ${operation}
21
Should Be Equal ${operation.to_json()["c8y_Command"]["result"]} helloworld\n
22
23
+Execute command that fails
24
+ ${operation}= Cumulocity.Create Operation
25
+ ... description=example
26
+ ... fragments={"c8y_Command":{"text":"echo foo; exit 1"}}
27
+
28
+ Operation Should Be FAILED ${operation}
29
30
*** Keywords ***
31
32
Test Setup
0 commit comments