aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources/libraries/bash/dut_setup.sh
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-01-20 13:45:36 +0100
committerDamjan Marion <damarion@cisco.com>2016-01-20 16:33:01 +0100
commit08ff7e00bf0e7cf93a732e98a026a76a4349fd41 (patch)
treee442365a036132c30d8d8ff1d8431686eea9c495 /test/resources/libraries/bash/dut_setup.sh
parent13056f93d95182790224c592b4ab78cf5082ebf7 (diff)
Rename vpe binary name to avoid collision with latex
Change-Id: I34a46b9ebbc0e36486fbef528b34ea1c3be2e8be Signed-off-by: Damjan Marion <damarion@cisco.com>
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 c6cbd031..1da8cc91 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