TESTS: Add helpers for testunitready. Change 0000 and 0360 to use new testunitready helpers

This commit is contained in:
Ronnie Sahlberg
2012-12-23 20:49:38 -08:00
parent 9ea26fbca5
commit b9c516147a
4 changed files with 101 additions and 122 deletions
+2
View File
@@ -252,5 +252,7 @@ int release(struct iscsi_context *iscsi, int lun,
unsigned long long key, struct resvn_type_info *rtip);
int verify_reserved_as(struct iscsi_context *iscsi, int lun,
unsigned long long key, struct resvn_type_info *rtip);
int testunitready(struct iscsi_context *iscsi, int lun);
int testunitready_nomedium(struct iscsi_context *iscsi, int lun);
#endif /* _ISCSI_TEST_H_ */