test/nvmf: remove redundant process_core calls

This is handled by autotest.sh already.

Change-Id: I2210df16fc10f36507c469318b278d6f5568e48f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-07-08 17:09:19 -07:00 committed by Benjamin Walker
parent b6af6bc6c1
commit c9090beffe
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ timing_enter discovery
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf -t nvmf -t rdma &
nvmfpid=$!
trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
trap "killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
sleep 10

View File

@ -18,7 +18,7 @@ timing_enter fs_test
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf &
nvmfpid=$!
trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
trap "killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
sleep 5

View File

@ -18,7 +18,7 @@ timing_enter fio
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf -t nvmf -t rdma &
nvmfpid=$!
trap "process_core; killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
trap "killprocess $nvmfpid; exit 1" SIGINT SIGTERM EXIT
sleep 10