TESTS: Add test for PREVENTALLOWMEDIUMREMOVAL are cleared on lun/target reset

This commit is contained in:
Ronnie Sahlberg
2013-03-03 13:37:52 -08:00
parent d288d5a8b6
commit 0d5c8a4f11
12 changed files with 535 additions and 0 deletions

View File

@@ -100,6 +100,11 @@ static CU_TestInfo tests_prefetch16[] = {
static CU_TestInfo tests_preventallow[] = {
{ (char *)"testPreventAllowSimple", test_preventallow_simple },
{ (char *)"testPreventAllowEject", test_preventallow_eject },
{ (char *)"testPreventAllowITNexusLoss", test_preventallow_itnexus_loss },
{ (char *)"testPreventAllowLogout", test_preventallow_logout },
{ (char *)"testPreventAllowWarmReset", test_preventallow_warm_reset },
{ (char *)"testPreventAllowColdReset", test_preventallow_cold_reset },
{ (char *)"testPreventAllowLUNReset", test_preventallow_lun_reset },
CU_TEST_INFO_NULL
};