balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
968 stars 115 forks source link

Test: Unmanaged: Replace ping command in tests with curl #3403

Closed vipulgupta2048 closed 4 months ago

vipulgupta2048 commented 4 months ago

This change is required to migrate existing tests to run QEMU worker tests on GitHub Actions. GitHub hosted runners can't run the ping command: https://github.com/actions/runner-images/issues/1519 by design. If we still intend to use ping, the solution would be running QEMU worker tests on self-hosted runners which allow ICMP packets

This change is intended to be backwards compatible and shouldn't affect tests running on Jenkins or for the autokit

Change-type: patch Signed-off-by: Vipul Gupta (@vipulgupta2048) vipulgupta2048@gmail.com


Contributor checklist

Reviewer Guidelines

vipulgupta2048 commented 4 months ago

@resin-jenkins retest this please