test/blcokdev: don't print the output of fio.
The nightly tests have a high number of intermittent failures on the crypto_autotest job at the point where the output of this command gets printed. I believe that printing that output can cause the ssh connection to drop. Change-Id: I5cd510cf7921c7a07b9560a0e5d10a635fd1ac4f Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470089 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
3b2993d101
commit
aff8f83bee
@ -129,7 +129,7 @@ if [ -d /usr/src/fio ]; then
|
||||
fio_config_add_job $testdir/bdev.fio $b
|
||||
done
|
||||
|
||||
run_fio --spdk_conf=./test/bdev/bdev.conf --spdk_mem=$PRE_RESERVED_MEM
|
||||
run_fio --spdk_conf=./test/bdev/bdev.conf --spdk_mem=$PRE_RESERVED_MEM --output=$output_dir/blockdev_fio_verify.txt
|
||||
|
||||
rm -f *.state
|
||||
rm -f $testdir/bdev.fio
|
||||
@ -142,7 +142,7 @@ if [ -d /usr/src/fio ]; then
|
||||
fio_config_add_job $testdir/bdev.fio $b
|
||||
done
|
||||
|
||||
run_fio --spdk_conf=./test/bdev/bdev.conf
|
||||
run_fio --spdk_conf=./test/bdev/bdev.conf --output=$output_dir/blockdev_trim.txt
|
||||
|
||||
rm -f *.state
|
||||
rm -f $testdir/bdev.fio
|
||||
|
Loading…
Reference in New Issue
Block a user