test/iscsi: Change the order of delete_bdev that hides uncorrect hotplug implementation

Change-Id: I1d24e842e3ebfff84bda10dfd9c05d3b7d94a967
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/416276
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Shuhei Matsumoto 2018-06-21 16:31:51 +09:00 committed by Ben Walker
parent 3e9f06281e
commit 0a43fe282a
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ rm -rf /mnt/device
trap - SIGINT SIGTERM EXIT trap - SIGINT SIGTERM EXIT
remove_backends
iscsicleanup iscsicleanup
remove_backends
killprocess $pid killprocess $pid
timing_exit filesystem timing_exit filesystem

View File

@ -86,10 +86,10 @@ $fio_py 262144 16 randwrite 10
sync sync
trap - SIGINT SIGTERM EXIT trap - SIGINT SIGTERM EXIT
remove_backends
rm -f $testdir/iscsi.conf rm -f $testdir/iscsi.conf
rm -f ./local-job* rm -f ./local-job*
iscsicleanup iscsicleanup
remove_backends
killprocess $iscsipid killprocess $iscsipid
timing_exit multiconnection timing_exit multiconnection