summaryrefslogtreecommitdiffstats
path: root/test/resources/libraries/bash/dut_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/libraries/bash/dut_setup.sh')
-rw-r--r--test/resources/libraries/bash/dut_setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/resources/libraries/bash/dut_setup.sh b/test/resources/libraries/bash/dut_setup.sh
index c6cbd031f1a..1da8cc919b7 100644
--- a/test/resources/libraries/bash/dut_setup.sh
+++ b/test/resources/libraries/bash/dut_setup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-echo vpe process
-ps aux | grep vpe
+echo vpp process
+ps aux | grep vpp
echo Free memory
free -m