From c5eb1703fe9e7529ae12ecf1799b757e1a992afd Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 25 May 2017 07:59:44 +0300 Subject: test: linux-generic: stop dropping other ODP files in pktio_ipc test Prevent pktio_ipc test from removing sockets and SHM files used by other applications. Signed-off-by: Dmitry Eremin-Solenikov Reviewed-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- test/linux-generic/pktio_ipc/pktio_ipc_run.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/linux-generic/pktio_ipc') diff --git a/test/linux-generic/pktio_ipc/pktio_ipc_run.sh b/test/linux-generic/pktio_ipc/pktio_ipc_run.sh index 52e8d42a0..331ecdc98 100755 --- a/test/linux-generic/pktio_ipc/pktio_ipc_run.sh +++ b/test/linux-generic/pktio_ipc/pktio_ipc_run.sh @@ -20,9 +20,6 @@ PATH=.:$PATH run() { local ret=0 - #if test was interrupted with CTRL+c than files - #might remain in shm. Needed cleanely delete them. - rm -rf /tmp/odp-* 2>&1 > /dev/null echo "==== run pktio_ipc1 then pktio_ipc2 ====" pktio_ipc1${EXEEXT} -t 10 & -- cgit v1.2.3