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
+1 -1
View File
@@ -142,7 +142,7 @@ test_sanitize_crypto_erase(void)
CHECK_FOR_SANITIZE;
CHECK_FOR_DATALOSS;
logging(LOG_NORMAL, "Check that SANITIZE CRYPTO_ERASE is supported "
logging(LOG_VERBOSE, "Check that SANITIZE CRYPTO_ERASE is supported "
"in REPORT_SUPPORTED_OPCODES");
cd = get_command_descriptor(SCSI_OPCODE_SANITIZE,
SCSI_SANITIZE_CRYPTO_ERASE);