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
+1
View File
@@ -163,6 +163,7 @@ void test_sanitize_overwrite(void);
void test_sanitize_overwrite_reserved(void);
void test_sanitize_readonly(void);
void test_sanitize_reservations(void);
void test_sanitize_reset(void);
void test_startstopunit_simple(void);
void test_startstopunit_pwrcnd(void);