test/nvmf: reduce number of iterations in connect_disconnect test
Reduce the number of iterations by half. Currently this test often leads to time-outs in CI nightly testing because of how long it takes. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I3ccf9663706e5f79da609d6b9ffa08bb89dc31dd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12658 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
dacd8ec827
commit
3bdb1a2f55
@ -23,7 +23,7 @@ $rpc_py nvmf_subsystem_add_ns nqn.2016-06.io.spdk:cnode1 $bdev
|
||||
$rpc_py nvmf_subsystem_add_listener nqn.2016-06.io.spdk:cnode1 -t $TEST_TRANSPORT -a $NVMF_FIRST_TARGET_IP -s $NVMF_PORT
|
||||
|
||||
if [ $RUN_NIGHTLY -eq 1 ]; then
|
||||
num_iterations=200
|
||||
num_iterations=100
|
||||
IO_QUEUES="-i 8"
|
||||
else
|
||||
num_iterations=10
|
||||
|
Loading…
Reference in New Issue
Block a user