Skip to content

Commit 42bf3a1

Browse files
authored
Merge pull request #3534 from reubenmiller/tests-tedge-http-get-improvement
tests: enable retries on tedge http get test
2 parents 321ba2b + fbc90fb commit 42bf3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RobotFramework/tests/tedge/tedge_http.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Updating entities from a child device
4747

4848
Accessing c8y from a child device
4949
${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
50+
... bash -o pipefail -c "tedge http get /c8y/identity/externalIds/c8y_Serial/${PARENT_SN} | jq -r .externalId"
51+
Should Be Equal ${external_id} ${PARENT_SN}\n
5252

5353
Accessing file-transfer from a child device
5454
Execute Command printf "source file content" >/tmp/source-file.txt

0 commit comments

Comments
 (0)