X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Fdut_setup.sh;h=8d91bc9c99b28b5ea9305d58fcced7757c10fe46;hb=cee993932735cf79621e66ded755e7ef2a6e03ca;hp=7069e5e608662c47fd390752de50bf91d0a904f5;hpb=8e37725ead0a812ae4474ffba4ef120fd5ca9662;p=csit.git diff --git a/resources/libraries/bash/dut_setup.sh b/resources/libraries/bash/dut_setup.sh index 7069e5e608..8d91bc9c99 100644 --- a/resources/libraries/bash/dut_setup.sh +++ b/resources/libraries/bash/dut_setup.sh @@ -13,7 +13,6 @@ # limitations under the License. function cmd { - echo echo "[Command_start_exec] '$1'" echo -n "[Command_outputs] " eval ${@} @@ -50,3 +49,5 @@ cmd 'tail -n 50 /var/log/syslog' echo "[Command_desc] Adding dpdk-input trace" cmd 'sudo vpp_api_test <<< "exec trace add dpdk-input 100"' +echo "[Command_desc] Adding vhost-user-input trace" +cmd 'sudo vpp_api_test <<< "exec trace add vhost-user-input 100"'