From 85ba606943efcd83bfb792f9a47b6d05521cfcac Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 20 Sep 2018 11:44:33 +0200 Subject: [PATCH] test/iscsi: disable running_config test running_config test step in test/iscsi_tgt/fio/fio.sh breaks nightly test builds. This is caused by "ReactorMask" parameter in generated config file which was deprecated and seems to be no longer supported. Change-Id: Ibea72b7b883adaae939db1e5ea15724817d6dfd2 Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/426199 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Seth Howell Reviewed-by: Ben Walker --- test/iscsi_tgt/fio/fio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/iscsi_tgt/fio/fio.sh b/test/iscsi_tgt/fio/fio.sh index fb413f0654..5fdeaed2db 100755 --- a/test/iscsi_tgt/fio/fio.sh +++ b/test/iscsi_tgt/fio/fio.sh @@ -99,7 +99,8 @@ if [ $RUN_NIGHTLY -eq 1 ]; then # Run the running_config test which will generate a config file from the # running iSCSI target, then kill and restart the iSCSI target using the # generated config file - running_config + # Temporarily disabled + # running_config fi # Start hotplug test case.