Commit 5a9fa1d1 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

test/bdev: move large I/O bdevperf test to nightly



We are already testing bdevperf in the previous 'verify' test, and the
I/O splitting is handled by the NVMe-specific tests, so shorten the bdev
tests somewhat by only doing the large I/O bdevperf test in the nightly
test run.

Change-Id: I33439be4553ea94127e2039069dd7f58162e5d0f
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 79f158a3
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ $testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 32 -s 4096 -w verify -t 5
process_core
timing_exit verify

if [ $RUN_NIGHTLY -eq 1 ]; then
	# Use size 192KB which both exceeds typical 128KB max NVMe I/O
	#  size and will cross 128KB Intel DC P3700 stripe boundaries.
	timing_enter perf
@@ -27,7 +28,6 @@ $testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 128 -w read -s 196608 -t 5
	process_core
	timing_exit perf

if [ $RUN_NIGHTLY -eq 1 ]; then
	timing_enter reset
	$testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 16 -w reset -s 4096 -t 60
	process_core