TESTS: Update the READ10 tests for the new test tool

This commit is contained in:
Ronnie Sahlberg
2013-01-06 17:08:50 -08:00
parent 179d7b4f55
commit 4b3a53f7be
9 changed files with 227 additions and 200 deletions

View File

@@ -28,6 +28,7 @@ test_testunitready_simple(void)
{
int ret;
logging(LOG_VERBOSE, "\nTest TESTUNITREADY");
ret = testunitready(iscsic, tgt_lun);
CU_ASSERT_EQUAL(ret, 0);
}