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: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
79f158a3b2
commit
5a9fa1d146
@ -20,14 +20,14 @@ $testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 32 -s 4096 -w verify -t 5
|
||||
process_core
|
||||
timing_exit verify
|
||||
|
||||
# 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
|
||||
$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
|
||||
# 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
|
||||
$testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 128 -w read -s 196608 -t 5
|
||||
process_core
|
||||
timing_exit perf
|
||||
|
||||
timing_enter reset
|
||||
$testdir/bdevperf/bdevperf -c $testdir/bdev.conf -q 16 -w reset -s 4096 -t 60
|
||||
process_core
|
||||
|
Loading…
Reference in New Issue
Block a user