X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fdocker_images%2Ftemplates%2Fdocker-compose-sut.yaml.j2;h=be0ffcd9f416d28ba573b6253e79fffaf525f046;hp=c73cc78c74912d533d80fbda43ff43a6c66a6ba6;hb=ffb7ab505a7c3005b9542c43ceb95583992b3abf;hpb=af1eda41d70a37eeb5a78b0ce48c6a78828ba2f2 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..be0ffcd9f4 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 @@ -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