TEST: Add test for TESTUNITREADY
Add an explicit test for this opcode. We already have plenty of implicit tests via the normal iscsi login functions.
This commit is contained in:
@@ -46,6 +46,9 @@ struct scsi_test {
|
||||
struct scsi_test tests[] = {
|
||||
/* SCSI protocol tests */
|
||||
|
||||
/* testunitready*/
|
||||
{ "T0000_testunitready_simple", T0000_testunitready_simple },
|
||||
|
||||
/* read10*/
|
||||
{ "T0100_read10_simple", T0100_read10_simple },
|
||||
{ "T0101_read10_beyond_eol", T0101_read10_beyond_eol },
|
||||
|
||||
Reference in New Issue
Block a user