Skip to content

Commit 659d90d

Browse files
committed
Add missing net-tools req agent RPM
The `pbench-uperf` bench-script invokes `netstat`, so we need to provide a requirement on the `net-tools` RPM in order to be sure that command is available. While we are at it, we also add it to the development image used by the Jenkins CI, just in case.
1 parent 13e931d commit 659d90d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

agent/rpm/pbench-agent.spec.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Requires: python3-psutil
3939
Requires: perl, perl-Data-UUID, perl-JSON, %{?prefixjsonxs}perl-JSON-XS
4040
Requires: perl-Time-HiRes
4141

42-
Requires: ansible, bc, bzip2, hostname, iproute, iputils, openssh-clients
43-
Requires: openssh-server, procps-ng, psmisc, redis, rsync, screen, sos, tar
44-
Requires: xz
42+
Requires: ansible, bc, bzip2, hostname, iproute, iputils, net-tools
43+
Requires: openssh-clients, openssh-server, procps-ng, psmisc, redis, rsync
44+
Requires: screen, sos, tar, xz
4545

4646
Obsoletes: pbench <= 0.34
4747
Conflicts: pbench <= 0.34

jenkins/development.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN \
4646
iproute \
4747
iputils \
4848
less \
49+
net-tools \
4950
openssh-clients \
5051
openssh-server \
5152
perl \

0 commit comments

Comments
 (0)