TESTS: Add support to test against a /dev/sg device on linux

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2014-09-19 16:26:46 -07:00
parent bd6570c324
commit 55c1f0d2ec
5 changed files with 195 additions and 31 deletions

View File

@@ -60,7 +60,6 @@ test_read16_beyond_eol(void)
CU_ASSERT_EQUAL(ret, 0);
}
logging(LOG_VERBOSE, "Test READ16 1-256 blocks at LBA==2^63");
for (i = 1; i <= 256; i++) {
if (maximum_transfer_length && maximum_transfer_length < i) {