fix(tests): Hoststack compatibility
[csit.git] / fdio.infra.ansible / roles / docker_images / templates / docker-compose-sut.yaml.j2
index be0ffcd..d24ea02 100644 (file)
@@ -28,6 +28,15 @@ services:
       - type: "bind"
         source: "/opt/boot/"
         target: "/opt/boot/"
+      - type: "bind"
+        source: "/usr/bin/iperf3"
+        target: "/usr/bin/iperf3"
+      - type: "bind"
+        source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
+        target: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
+      - type: "bind"
+        source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0.0.0"
+        target: "/usr/lib/x86_64-linux-gnu/libiperf.so.0.0.0"
       - type: "bind"
         source: "/var/run/docker.sock"
         target: "/var/run/docker.sock"
@@ -62,6 +71,15 @@ services:
       - type: "bind"
         source: "/opt/boot/"
         target: "/opt/boot/"
+      - type: "bind"
+        source: "/usr/bin/iperf3"
+        target: "/usr/bin/iperf3"
+      - type: "bind"
+        source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
+        target: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
+      - type: "bind"
+        source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0.0.0"
+        target: "/usr/lib/x86_64-linux-gnu/libiperf.so.0.0.0"
       - type: "bind"
         source: "/var/run/docker.sock"
         target: "/var/run/docker.sock"