From 136e7d13c883bc21e2074a90d232199d57697351 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 20 Nov 2017 12:58:26 -0700 Subject: [PATCH] test/vhost/initiator: temporarily disable fio test Until the fio_plugin unload crash is fixed, disable the fio portion of the tests so that we can re-enable the rest of the bdev/virtio testing. Change-Id: I8d18fff729262fa88cbc66fce914cf1ff92db83e Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/388307 Reviewed-by: Dariusz Stojaczyk Reviewed-by: Ben Walker Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris --- test/vhost/initiator/blockdev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/vhost/initiator/blockdev.sh b/test/vhost/initiator/blockdev.sh index be7cb027f..f990ad2db 100755 --- a/test/vhost/initiator/blockdev.sh +++ b/test/vhost/initiator/blockdev.sh @@ -99,7 +99,8 @@ 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 - if [ -d /usr/src/fio ]; then + # TODO: temporarily disabled due to crash on fio_plugin shutdown + if false && [ -d /usr/src/fio ]; then timing_enter fio for rw in "${fio_rw[@]}"; do timing_enter fio_rw_verify