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:
Ronnie Sahlberg
2012-09-20 19:38:30 -07:00
parent 6e2f04455f
commit 703d9120bc
4 changed files with 75 additions and 0 deletions
+3
View File
@@ -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 },