nvmf: Change fio tests to write and verify
No need to do read and writes plus verify - the verify is a read itself. Change-Id: I28d08717e49b1327b04490810f8e6069504173c2 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
e660e677b8
commit
8e1a8b8752
@ -30,10 +30,10 @@ fi
|
||||
|
||||
echo 'traddr='$NVMF_FIRST_TARGET_IP',transport=rdma,nr_io_queues=1,trsvcid='$NVMF_PORT',nqn=nqn.2016-06.io.spdk:cnode1' > /dev/nvme-fabrics
|
||||
|
||||
$testdir/nvmf_fio.py 4096 1 rw 1 verify
|
||||
$testdir/nvmf_fio.py 4096 1 randrw 1 verify
|
||||
$testdir/nvmf_fio.py 4096 128 rw 1 verify
|
||||
$testdir/nvmf_fio.py 4096 128 randrw 1 verify
|
||||
$testdir/nvmf_fio.py 4096 1 write 1 verify
|
||||
$testdir/nvmf_fio.py 4096 1 randwrite 1 verify
|
||||
$testdir/nvmf_fio.py 4096 128 write 1 verify
|
||||
$testdir/nvmf_fio.py 4096 128 randwrite 1 verify
|
||||
|
||||
sync
|
||||
nvme disconnect -n "nqn.2016-06.io.spdk:cnode1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user