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: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/388687 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
c7d8b5db2c
commit
bc5f86e3e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user