TESTS: Add beyond eol test for GET_LBA_STATUS

This commit is contained in:
Ronnie Sahlberg
2013-02-18 18:11:05 -08:00
parent 07bb4d04d2
commit 5fe7eb573c
6 changed files with 96 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ int (*real_iscsi_queue_pdu)(struct iscsi_context *iscsi, struct iscsi_pdu *pdu);
*****************************************************************/
static CU_TestInfo tests_get_lba_status[] = {
{ (char *)"testGetLBAStatusSimple", test_get_lba_status_simple },
{ (char *)"testGetLBAStatusBeyondEol", test_get_lba_status_beyond_eol },
CU_TEST_INFO_NULL
};