Skip to content

Commit

Permalink
fix CI test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonghui Tang committed Aug 21, 2020
1 parent ccb2e69 commit 46a1fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/check-docker
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ main()
local -r OT_CHANNEL=12
local -r OT_NETWORK_NAME=OpenThreadDocker

curl --header "Content-Type: application/json" --request POST --data "{\"networkKey\":\"${OT_MASTER_KEY}\",\"prefix\":\"fd11:22::\",\"defaultRoute\":true,\"extPanId\":\"${OT_XPANID}\",\"panId\":\"${OT_PANID}\",\"passphrase\":\"${OT_AGENT_PASSPHRASE}\",\"channel\":${OT_CHANNEL},\"networkName\":\"${OT_NETWORK_NAME}\"}" "${OTBR_REST_URL}"/form_network | grep "${OT_PANID}"
curl --header "Content-Type: application/json" --request POST --data "{\"networkKey\":\"${OT_MASTER_KEY}\",\"prefix\":\"fd11:22::\",\"defaultRoute\":true,\"extPanId\":\"${OT_XPANID}\",\"panId\":\"${OT_PANID}\",\"passphrase\":\"${OT_AGENT_PASSPHRASE}\",\"channel\":${OT_CHANNEL},\"networkName\":\"${OT_NETWORK_NAME}\"}" "${OTBR_REST_URL}"/v1/networks | grep "${OT_PANID}"
}

main "$@"

0 comments on commit 46a1fe8

Please sign in to comment.