Add arping package so the "virtual port with floating IP -- ovn-northd" tests are run.
Signed-off-by: Eelco Chaudron <[email protected]> --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90dc8a6f1..bf958db9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,8 @@ jobs: dependencies: | automake libtool gcc bc libjemalloc2 libjemalloc-dev \ libssl-dev llvm-dev libelf-dev libnuma-dev libpcap-dev \ - selinux-policy-dev ncat python3-scapy isc-dhcp-server + selinux-policy-dev ncat python3-scapy isc-dhcp-server \ + iputils-arping m32_dependecies: gcc-multilib ARCH: ${{ matrix.cfg.arch }} CC: ${{ matrix.cfg.compiler }} _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
