test/nvmf: disable bdevio test for now

This test does resets which the nvme driver doesn't
really support yet for fabrics controllers.  Some
recent patches accidentally broke resets for PCIe
controllers, and fixing that causes this test to
hang on fabrics controllers.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ia5676130087a49555645b077f289bb40f6f27a43

Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453916
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Jim Harris 2019-05-09 11:31:37 -07:00
parent fbbbd6ab50
commit d27ed1073f

View File

@ -33,7 +33,9 @@ fi
run_test suite test/nvmf/target/nmic.sh
run_test suite test/nvmf/target/rpc.sh
run_test suite test/nvmf/target/fio.sh
run_test suite test/nvmf/target/bdevio.sh
# Disable this test for now unitl resets for NVMe fabrics
# controllers is better supported.
#run_test suite test/nvmf/target/bdevio.sh
timing_enter host