Add a test that a sanitize operation will continue across resets

Verify that abort task/abort task set/lun reset/warm reset/cold reset
and full blown session failures will not affect a sanitize that is in
progress
This commit is contained in:
Ronnie Sahlberg
2013-07-21 14:11:13 -07:00
parent 49698e0322
commit d901700633
7 changed files with 186 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ static CU_TestInfo tests_sanitize[] = {
{ (char *)"OverwriteReserved", test_sanitize_overwrite_reserved },
{ (char *)"Readonly", test_sanitize_readonly },
{ (char *)"Reservations", test_sanitize_reservations },
{ (char *)"Reset", test_sanitize_reset },
CU_TEST_INFO_NULL
};