Skip to content

Commit

Permalink
ci: Add arping package to run floating IP tests.
Browse files Browse the repository at this point in the history
Add arping package so the "virtual port with floating IP -- ovn-northd"
tests are run.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 2915c1a)
  • Loading branch information
chaudron authored and dceara committed Apr 11, 2023
1 parent f698d85 commit df6d579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
CC: ${{ matrix.cfg.compiler }}
LIBS: ${{ matrix.cfg.libs }}
Expand Down

0 comments on commit df6d579

Please sign in to comment.