TESTS: Add tests to verify a RESERVE6 is dropped on logout and it-nexus loss

This commit is contained in:
Ronnie Sahlberg
2013-03-21 19:55:24 -07:00
parent 6c0fd5cfa3
commit fd77387c66
5 changed files with 158 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ static CU_TestInfo tests_readonly[] = {
static CU_TestInfo tests_reserve6[] = {
{ (char *)"testReserve6Simple", test_reserve6_simple },
{ (char *)"testReserve6_2Initiators", test_reserve6_2initiators },
{ (char *)"testReserve6Logout", test_reserve6_logout },
{ (char *)"testReserve6ITNexusLoss", test_reserve6_itnexus_loss },
CU_TEST_INFO_NULL
};