From 73c61bb5764887b71e49881da5db8ac52b41ed0f Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 11 Dec 2017 14:09:34 -0700 Subject: [PATCH] test/iscsi_tgt: remove nightly iSCSI + pmem test This test ran for 10 minutes, which is half of the allotted time for the entire nightly test run. Additionally, we should be testing each bdev backend at the component level (e.g. via bdevio and bdevperf), rather than trying to add tests for the whole matrix of front-end app (iscsi_tgt, nvmf_tgt, etc.) with each bdev backend. Change-Id: I10311e3e5092084dc939ab8662e8312066ecab6e Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/391303 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/iscsi_tgt/iscsi_tgt.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/iscsi_tgt/iscsi_tgt.sh b/test/iscsi_tgt/iscsi_tgt.sh index d2f504138..ec7aaa155 100755 --- a/test/iscsi_tgt/iscsi_tgt.sh +++ b/test/iscsi_tgt/iscsi_tgt.sh @@ -38,10 +38,6 @@ if [ $SPDK_TEST_NVML -eq 1 ]; then run_test ./test/iscsi_tgt/pmem/iscsi_pmem.sh 4096 10 fi -if [ $RUN_NIGHTLY -eq 1 ] && [ $SPDK_TEST_NVML -eq 1 ]; then - run_test ./test/iscsi_tgt/pmem/iscsi_pmem.sh 131072 600 -fi - if [ $RUN_NIGHTLY -eq 1 ]; then run_test ./test/iscsi_tgt/ip_migration/ip_migration.sh fi