From 68610bd7cf40e4e4989786fde614ec7c1b4a6b6a Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 26 Mar 2014 18:20:27 -0700 Subject: [PATCH] TESTS: The SCSI test is called TestUnitReady, not UnitReady --- test-tool/iscsi-test-cu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/iscsi-test-cu.c b/test-tool/iscsi-test-cu.c index f90249e..1c4b35b 100644 --- a/test-tool/iscsi-test-cu.c +++ b/test-tool/iscsi-test-cu.c @@ -437,7 +437,7 @@ static libiscsi_suite_info scsi_suites[] = { { "Reserve6", NON_PGR_FUNCS, tests_reserve6 }, { "Sanitize", NON_PGR_FUNCS, tests_sanitize }, { "StartStopUnit", NON_PGR_FUNCS, tests_startstopunit }, - { "UnitReady", NON_PGR_FUNCS, tests_testunitready }, + { "TestUnitReady", NON_PGR_FUNCS, tests_testunitready }, { "Unmap", NON_PGR_FUNCS, tests_unmap }, { "Verify10", NON_PGR_FUNCS, tests_verify10 }, { "Verify12", NON_PGR_FUNCS, tests_verify12 },