test/vhost: disable nightly filesystem integrity tests
Test machines currently do not support virsh causing tests to fail. Temporaraily disable the tests until we get rid of virsh. Change-Id: I93374a11972dadabf7ed7ab44954cc80712f6fec Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/398366 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
89859d3118
commit
91f0458271
12
autotest.sh
12
autotest.sh
@ -149,13 +149,13 @@ if [ $SPDK_TEST_VHOST -eq 1 ]; then
|
||||
run_test ./test/vhost/spdk_vhost.sh --readonly
|
||||
timing_exit readonly
|
||||
|
||||
timing_enter fs_integrity_scsi
|
||||
run_test ./test/vhost/spdk_vhost.sh --fs-integrity-scsi
|
||||
timing_exit fs_integrity_scsi
|
||||
# timing_enter fs_integrity_scsi
|
||||
# run_test ./test/vhost/spdk_vhost.sh --fs-integrity-scsi
|
||||
# timing_exit fs_integrity_scsi
|
||||
|
||||
timing_enter fs_integrity_blk
|
||||
run_test ./test/vhost/spdk_vhost.sh --fs-integrity-blk
|
||||
timing_exit fs_integrity_blk
|
||||
# timing_enter fs_integrity_blk
|
||||
# run_test ./test/vhost/spdk_vhost.sh --fs-integrity-blk
|
||||
# timing_exit fs_integrity_blk
|
||||
|
||||
timing_enter integrity_lvol_scsi_nightly
|
||||
run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-scsi-nightly
|
||||
|
Loading…
x
Reference in New Issue
Block a user