Commit bc5f86e3 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: I61f79a9adbac93109836d27b1a3511acded26524
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/388687


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent c7d8b5db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -99,7 +99,8 @@ for bdev in $bdevs; do
        bdevs=$(discover_bdevs $rootdir $testdir/bdev.conf 5261 | 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