TESTS: Add a test that SANITIZE commands fail when there is a RESERVATION

This commit is contained in:
Ronnie Sahlberg
2013-07-09 01:51:00 -07:00
parent 9e9ca71247
commit 6e5a5745aa
10 changed files with 148 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ test_sanitize_overwrite(void)
CHECK_FOR_SANITIZE;
CHECK_FOR_DATALOSS;
logging(LOG_NORMAL, "Check that SANITIZE OVERWRITE is supported "
logging(LOG_VERBOSE, "Check that SANITIZE OVERWRITE is supported "
"in REPORT_SUPPORTED_OPCODES");
cd = get_command_descriptor(SCSI_OPCODE_SANITIZE,
SCSI_SANITIZE_OVERWRITE);