TEST: Add initial test for "test that all mandatory SBC commands are there"

Some tests are just stubs since we underlying vommands have not been
implemented in libiscsi yet.
This commit is contained in:
Ronnie Sahlberg
2012-07-22 08:52:25 +10:00
parent 458c342839
commit fbc4f3584b
4 changed files with 403 additions and 1 deletions

View File

@@ -183,6 +183,9 @@ struct scsi_test tests[] = {
{ "T0385_preventallow_lun_reset", T0385_preventallow_lun_reset },
{ "T0386_preventallow_2_itl_nexuses", T0386_preventallow_2_itl_nexuses },
/* support for mandatory opcodes*/
{ "T0390_mandatory_opcodes_sbc", T0390_mandatory_opcodes_sbc },
{ NULL, NULL }
};