Skip to content

Commit e7eacda

Browse files
committed
ci: use old netavark 1.17 build
Netavark v2 is not supported with the old podman 5.X branches so we should not test again it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 3635fab commit e7eacda

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/libnetwork/netavark/run_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ var _ = Describe("run netavark", func() {
9999
_ = netns.UnmountNS(netNSContainer.Path())
100100
_ = netNSContainer.Close()
101101
})
102-
// Force iptables driver, firewalld is broken inside the extra
102+
// Force nftables driver, firewalld is broken inside the extra
103103
// namespace because it still connects to firewalld on the host.
104-
t.Setenv("NETAVARK_FW", "iptables")
104+
t.Setenv("NETAVARK_FW", "nftables")
105105
})
106106

107107
JustBeforeEach(func() {

hack/ci/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ run_image_skopeo() {
180180

181181
run_common() {
182182
cd common
183-
NETAVARK_BINARY=/usr/local/libexec/podman/netavark
183+
NETAVARK_BINARY=/usr/libexec/podman/netavark
184184
export NETAVARK_BINARY
185185

186186
make build

0 commit comments

Comments
 (0)