Commit 0a43fe28 authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Ben Walker
Browse files

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

parent 3e9f0628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ rm -rf /mnt/device

trap - SIGINT SIGTERM EXIT

remove_backends
iscsicleanup
remove_backends
killprocess $pid
timing_exit filesystem
+1 −1
Original line number Diff line number Diff line
@@ -86,10 +86,10 @@ $fio_py 262144 16 randwrite 10
sync

trap - SIGINT SIGTERM EXIT
remove_backends

rm -f $testdir/iscsi.conf
rm -f ./local-job*
iscsicleanup
remove_backends
killprocess $iscsipid
timing_exit multiconnection