TEST: Add a test to verify PREVENT REMOVALs are seen across all nexuses

This commit is contained in:
Ronnie Sahlberg
2013-03-03 13:44:16 -08:00
parent 0d5c8a4f11
commit ad0b14e833
4 changed files with 80 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ static CU_TestInfo tests_preventallow[] = {
{ (char *)"testPreventAllowWarmReset", test_preventallow_warm_reset },
{ (char *)"testPreventAllowColdReset", test_preventallow_cold_reset },
{ (char *)"testPreventAllowLUNReset", test_preventallow_lun_reset },
{ (char *)"testPreventAllow2ITNexuses", test_preventallow_2_itnexuses },
CU_TEST_INFO_NULL
};