Skip to content

Commit bd2447d

Browse files
author
Ahmed Karic
committed
test/docker: Upgrade docker image to include ethtool
Add `ethtool` to the Docker test environment to support interface auto-negotiation tests.
1 parent 5a1cf7f commit bd2447d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2034,SC2154
33

44
# Current container image
5-
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.2
5+
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.3
66

77
ixdir=$(readlink -f "$testdir/..")
88
logdir=$(readlink -f "$testdir/.log")

test/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN apk add --no-cache \
2626
openssl \
2727
curl \
2828
e2tools \
29-
make
29+
make \
30+
ethtool
3031

3132
ARG MTOOL_VERSION="3.0"
3233
RUN wget https://github.com/troglobit/mtools/releases/download/v3.0/mtools-$MTOOL_VERSION.tar.gz -O /tmp/mtools-$MTOOL_VERSION.tar.gz

0 commit comments

Comments
 (0)