TESTS: Add tests for prevent/allow medium removal

This commit is contained in:
Ronnie Sahlberg
2013-03-03 10:05:57 -08:00
parent a2fd736930
commit d288d5a8b6
8 changed files with 217 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ test_startstopunit_simple(void)
0, 0, 0, 0, 1, 1);
CU_ASSERT_EQUAL(ret, 0);
logging(LOG_VERBOSE, "Verify we can read from the media.");
logging(LOG_VERBOSE, "Verify we can access the media again.");
ret = testunitready(iscsic, tgt_lun);
CU_ASSERT_EQUAL(ret, 0);
}