TESTS: read12 is optional, should make test skip, not fail

This commit is contained in:
Ronnie Sahlberg
2013-04-27 07:43:24 -07:00
parent 227489d32b
commit c866787dcb
8 changed files with 61 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ test_writeverify10_simple(void)
CU_ASSERT_EQUAL(ret, 0);
}
logging(LOG_VERBOSE, "Test WRITE10 of 1-256 blocks at the end of the LUN");
logging(LOG_VERBOSE, "Test WRITEVERIFY10 of 1-256 blocks at the end of the LUN");
for (i = 1; i <= 256; i++) {
unsigned char *buf = malloc(block_size * i);