Add a test for mandatory opcodes for SBC devices.

Note that Read16/Readcapacity16 are mandatory on SBC3 but not prior.
Not all mandatory opcodes are tested for yet.
This commit is contained in:
Ronnie Sahlberg
2013-04-21 14:50:41 -07:00
parent 91a98d6b92
commit af6d1c9c13
9 changed files with 127 additions and 5 deletions
+1
View File
@@ -142,6 +142,7 @@ extern int lbpws10;
extern int lbpws;
extern int anc_sup;
extern int readonly;
extern int sbc3_support;
struct iscsi_context *iscsi_context_login(const char *initiatorname, const char *url, int *lun);