X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fdocker_images%2Ftemplates%2Fdocker-compose-sut.yaml.j2;h=d24ea0236e3fc665e30a20db996fe5db87bd74bb;hb=31285a54d3d37336517c167c84597d451b9c6ecf;hp=c73cc78c74912d533d80fbda43ff43a6c66a6ba6;hpb=ab282c84ca6b7bc6030123aec11979d9101ffbe9;p=csit.git diff --git a/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2 b/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2 index c73cc78c74..d24ea0236e 100644 --- a/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2 +++ b/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2 @@ -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