We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321ba2b + fbc90fb commit 42bf3a1Copy full SHA for 42bf3a1
tests/RobotFramework/tests/tedge/tedge_http.robot
@@ -47,8 +47,8 @@ Updating entities from a child device
47
48
Accessing c8y from a child device
49
${external_id}= Execute Command
50
- ... tedge http get /c8y/identity/externalIds/c8y_Serial/${PARENT_SN} | jq .externalId
51
- Should Be Equal ${external_id} "${PARENT_SN}"\n
+ ... bash -o pipefail -c "tedge http get /c8y/identity/externalIds/c8y_Serial/${PARENT_SN} | jq -r .externalId"
+ Should Be Equal ${external_id} ${PARENT_SN}\n
52
53
Accessing file-transfer from a child device
54
Execute Command printf "source file content" >/tmp/source-file.txt
0 commit comments