ib_srpt: Update test plan

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3529 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-06-04 13:45:16 +00:00
parent 316ba64801
commit b86ea97241

View File

@@ -62,12 +62,19 @@ Index: srpt/src/ib_srpt.c
/* create cm reply */
* Verify that a SCSI reset works properly by running the following command
on an initiator system (note: even with the latest Linux SRP initiator, the
command below triggers a kernel bug -- see also
on an initiator system (note: with older kernel versions the command below
triggers a bug in the Linux SRP initiator -- see also
https://bugzilla.kernel.org/show_bug.cgi?id=13893):
(target)
echo add debug > /sys/kernel/scst_tgt/targets/ib_srpt/trace_level
(initiator)
sg_reset -d ${initiator_device}
Verify that the target logged that it has processed a SRP_TSK_LUN_RESET
message.
* Run the following command on a target system:
while true; do /etc/init.d/scst stop; sleep 3; /etc/init.d/scst start; sleep 5; done