From 926740accd3bfd00be035acfc5f1c2f03329f302 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 11 Dec 2017 15:55:46 -0700 Subject: [PATCH] test/iscsi_tgt: move ext4test to nightly only ext4test takes ~80 seconds to run, which is a significant portion of the overall test time for machines running the iSCSI tests. Change-Id: Id6384fe023f101d4e81bc4ed2da9a53a817d2a02 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/391317 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/iscsi_tgt/iscsi_tgt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/iscsi_tgt/iscsi_tgt.sh b/test/iscsi_tgt/iscsi_tgt.sh index ec7aaa155..7c8db6ec1 100755 --- a/test/iscsi_tgt/iscsi_tgt.sh +++ b/test/iscsi_tgt/iscsi_tgt.sh @@ -40,8 +40,8 @@ fi if [ $RUN_NIGHTLY -eq 1 ]; then run_test ./test/iscsi_tgt/ip_migration/ip_migration.sh + run_test ./test/iscsi_tgt/ext4test/ext4test.sh fi -run_test ./test/iscsi_tgt/ext4test/ext4test.sh if [ $SPDK_TEST_RBD -eq 1 ]; then run_test ./test/iscsi_tgt/rbd/rbd.sh fi