From 65ff2125be7ac34d84964d3e3b72be87b3572289 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Tue, 21 Nov 2017 10:33:20 +0100 Subject: [PATCH] test/vhost: move vhost split disk tests to nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move vhost tests with split disk configuration to nightly test to save some per-patch testing time. Change-Id: I837a66cd9b02935c3bbef1f9ae019cbf53d5869b Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/388372 Tested-by: SPDK Automated Test System Reviewed-by: Dariusz Stojaczyk Reviewed-by: Paweł Niedźwiecki Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- autotest.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/autotest.sh b/autotest.sh index f2fa34e1b..fd691c9cd 100755 --- a/autotest.sh +++ b/autotest.sh @@ -128,13 +128,15 @@ fi if [ $SPDK_TEST_VHOST -eq 1 ]; then timing_enter vhost - timing_enter integrity_blk - run_test ./test/vhost/spdk_vhost.sh --integrity-blk - timing_exit integrity_blk + if [ $RUN_NIGHTLY -eq 1 ]; then + timing_enter integrity_blk + run_test ./test/vhost/spdk_vhost.sh --integrity-blk + timing_exit integrity_blk - timing_enter integrity - run_test ./test/vhost/spdk_vhost.sh --integrity - timing_exit integrity + timing_enter integrity + run_test ./test/vhost/spdk_vhost.sh --integrity + timing_exit integrity + fi timing_enter integrity_lvol_scsi run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-scsi