project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
26 stars 13 forks source link

Verify docker.download.com is reachable before attempting to install the Docker Package Repo in 1-install-dependencies.sh #270

Closed raul-marquez-csa closed 1 month ago

raul-marquez-csa commented 1 month ago

The network randomly fails after the service restarts that happen before installing the Docker Package Repo, this ultimately makes the TH installation fail.

A ping to docker.download.com will be attempted and retried in increments of 1 second before a 5 minute timeout.

hiltonlima commented 1 month ago

All good :) Fell free to squash and merge it.

@raul-marquez-csa