aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_l2fwd_run
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-30 09:22:42 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-10 12:06:05 +0300
commit40f618b46132367e44af558a12de60869755072e (patch)
treee8486c05d9251e113893450402bc712e99f70fea /test/performance/odp_l2fwd_run
parent47a36a2197322c37a86e2571f119b6dc012c963e (diff)
test: suffix binaries with ${EXEEXT} in test scripts
Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/performance/odp_l2fwd_run')
-rwxr-xr-xtest/performance/odp_l2fwd_run4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/performance/odp_l2fwd_run b/test/performance/odp_l2fwd_run
index 120da21..e89bec8 100755
--- a/test/performance/odp_l2fwd_run
+++ b/test/performance/odp_l2fwd_run
@@ -56,12 +56,12 @@ run_l2fwd()
#@todo: limit odp_generator to cores
#https://bugs.linaro.org/show_bug.cgi?id=1398
- (odp_generator -I $IF0 \
+ (odp_generator${EXEEXT} -I $IF0 \
--srcip 192.168.0.1 --dstip 192.168.0.2 -m u 2>&1 > /dev/null) \
2>&1 > /dev/null &
echo "Run odp_l2fwd -i $IF1,$IF2 -m 0 -t 30 -c 2"
- odp_l2fwd -i $IF1,$IF2 -m 0 -t 30 -c 2
+ odp_l2fwd${EXEEXT} -i $IF1,$IF2 -m 0 -t 30 -c 2
cleanup_pktio_env
if [ $? -ne 0 ]; then