fix(tests): Hoststack compatibility
[csit.git] / fdio.infra.ansible / roles / docker_images / templates / docker-compose-sut.yaml.j2
index c73cc78..d24ea02 100644 (file)
@@ -28,12 +28,18 @@ services:
       - type: "bind"
         source: "/opt/boot/"
         target: "/opt/boot/"
-      - 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/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"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"
@@ -65,12 +71,18 @@ services:
       - type: "bind"
         source: "/opt/boot/"
         target: "/opt/boot/"
-      - 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/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"
       - type: "bind"
         source: "/usr/lib/firmware/"
         target: "/usr/lib/firmware/"
\ No newline at end of file