Add test that all undefined SANITIZE service actions return an error.

This commit is contained in:
Ronnie Sahlberg
2013-05-26 15:30:26 -07:00
parent 4e08d27031
commit 1c832923c8
4 changed files with 68 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ void test_reserve6_lun_reset(void);
void test_sanitize_simple(void);
void test_sanitize_overwrite(void);
void test_sanitize_paramlen(void);
void test_sanitize_invalid_serviceaction(void);
void test_startstopunit_simple(void);
void test_startstopunit_pwrcnd(void);