From 1a2c10033274189e543a2b5e908c7c93468ac5f6 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Thu, 23 Nov 2017 21:26:36 +0100 Subject: [PATCH] Revert "test/vhost/initiator: temporarily disable fio test" This reverts commit bc5f86e3e90d6af7b5f8f681f95c46a2770197dd . Change-Id: I0cfd05d9b8b05d8607c9ba67cd9ce34f5edcc0de Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/388836 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- test/vhost/initiator/blockdev.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/vhost/initiator/blockdev.sh b/test/vhost/initiator/blockdev.sh index f990ad2db..be7cb027f 100755 --- a/test/vhost/initiator/blockdev.sh +++ b/test/vhost/initiator/blockdev.sh @@ -99,8 +99,7 @@ for bdev in $bdevs; do bdevs=$(discover_bdevs $rootdir $testdir/bdev.conf /var/tmp/spdk2.sock | jq -r '.[] | select(.claimed == false)') timing_exit bdev_svc - # TODO: temporarily disabled due to crash on fio_plugin shutdown - if false && [ -d /usr/src/fio ]; then + if [ -d /usr/src/fio ]; then timing_enter fio for rw in "${fio_rw[@]}"; do timing_enter fio_rw_verify