fix(infra): Add iperf3 dependencies 29/38929/2
authorpmikus <peter.mikus@protonmail.ch>
Tue, 30 May 2023 09:53:54 +0000 (09:53 +0000)
committerPeter Mikus <peter.mikus@protonmail.ch>
Tue, 30 May 2023 11:32:31 +0000 (11:32 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ib79e3d596cb1b83a5859d573b9a87d7bf228f7ac

fdio.infra.ansible/roles/docker_images/files/base/Dockerfile
fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
fdio.infra.ansible/roles/docker_images/templates/docker-compose-tg.yaml.j2

index d69cf98..18cf8b3 100644 (file)
@@ -30,6 +30,7 @@ RUN apt-get -q update \
         ethtool \
         gdb \
         gfortran \
+        iperf3 \
         libapr1 \
         libblas-dev \
         libffi-dev \
@@ -57,6 +58,7 @@ RUN apt-get -q update \
         python3-virtualenv \
         qemu-system \
         rsyslog \
+        screen \
         socat \
         software-properties-common \
         strongswan \
index c73cc78..be0ffcd 100644 (file)
@@ -31,9 +31,6 @@ services:
       - type: "bind"
         source: "/var/run/docker.sock"
         target: "/var/run/docker.sock"
-      - type: "bind"
-        source: "/usr/bin/iperf3"
-        target: "/usr/bin/iperf3"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"
@@ -68,9 +65,6 @@ services:
       - type: "bind"
         source: "/var/run/docker.sock"
         target: "/var/run/docker.sock"
-      - type: "bind"
-        source: "/usr/bin/iperf3"
-        target: "/usr/bin/iperf3"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"
\ No newline at end of file
index f2be329..6dcbc9f 100644 (file)
@@ -28,9 +28,6 @@ services:
       - type: "bind"
         source: "/opt/"
         target: "/opt/"
-      - type: "bind"
-        source: "/usr/bin/iperf3"
-        target: "/usr/bin/iperf3"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"
@@ -62,9 +59,6 @@ services:
       - type: "bind"
         source: "/opt/"
         target: "/opt/"
-      - type: "bind"
-        source: "/usr/bin/iperf3"
-        target: "/usr/bin/iperf3"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"