4 Vhosts setup test
[csit.git] / resources / libraries / bash / dut_setup.sh
index 7069e5e..8d91bc9 100644 (file)
@@ -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"'