From 8981044fb80e2f236f73d02e60b26e07e3c960e5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 12 Feb 2010 19:30:08 +0000 Subject: [PATCH] Updated test instructions. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1502 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index 743362aa3..5c39a14b4 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -25,6 +25,15 @@ The following tests must be run at least before releasing a new SRPT version: fio --bs=1M --direct=1 --ioengine=sync --verify=meta --rw=write --verify_fatal=1 --verify_async=1 --loops=10 --name=partition1 --filename=/dev/sdb1 --name=partition2 --filename=/dev/sdb2 +* Another I/O stress test: + (initiator) Write data pattern: + lmdd if=internal of=/dev/sdb opat=1 bs=1M count=1000 + (target) Verify data: + lmdd if=/dev/exported-block of=internal ipat=1 bs=1M count=1000 mismatch=1 + (initiator) Verify data: + lmdd if=/dev/sdb of=internal ipat=1 bs=1M count=1000 mismatch=1 + for ((i=0;i<40;i++)); do lmdd if=/dev/sdb of=internal ipat=1 bs=1M count=1000 mismatch=1 & done + * Verify that a SCSI reset works properly by running the following command on an initiator system: