Remove remains of WRK tests
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / files / csit-initialize-docker-tg.sh
index e9f19fd..7b90d20 100755 (executable)
@@ -44,8 +44,6 @@ case "${1:-start}" in
             dcr_stc_params+="--volume /dev:/dev "
             # Mount /opt/boot/ where VM kernel and initrd are located.
             dcr_stc_params+="--volume /opt:/opt "
-            # Mount /usr/local/bin/wrk where WRK is located.
-            dcr_stc_params+="--volume /usr/local/bin/wrk:/usr/local/bin/wrk "
             # Mount host hugepages for VMs.
             dcr_stc_params+="--volume /dev/hugepages:/dev/hugepages "