diff --git a/test/ocf/integrity/bdevperf-iotypes.sh b/test/ocf/integrity/bdevperf-iotypes.sh new file mode 100755 index 000000000..fd368d3c0 --- /dev/null +++ b/test/ocf/integrity/bdevperf-iotypes.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +curdir=$(dirname $(readlink -f "$BASH_SOURCE")) +rootdir=$(readlink -f $curdir/../../..) +source $rootdir/test/common/autotest_common.sh + +bdevperf=$rootdir/test/bdev/bdevperf/bdevperf + +$bdevperf -c $curdir/mallocs.conf -q 128 -o 4096 -t 4 -w flush +$bdevperf -c $curdir/mallocs.conf -q 128 -o 4096 -t 4 -w unmap diff --git a/test/ocf/ocf.sh b/test/ocf/ocf.sh index d8e3ffbce..374038349 100755 --- a/test/ocf/ocf.sh +++ b/test/ocf/ocf.sh @@ -15,5 +15,6 @@ function suite() timing_enter ocf suite "$testdir/integrity/fio-mallocs.sh" +suite "$testdir/integrity/bdevperf-iotypes.sh" timing_exit ocf