From 6e4a84f815597afc4dbc6c689922c1168e043300 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 13 May 2015 19:50:24 -0700 Subject: [PATCH] TESTS Add the modesense tests to the linux family Signed-off-by: Ronnie Sahlberg --- test-tool/iscsi-test-cu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test-tool/iscsi-test-cu.c b/test-tool/iscsi-test-cu.c index 516832c..af5796f 100644 --- a/test-tool/iscsi-test-cu.c +++ b/test-tool/iscsi-test-cu.c @@ -559,6 +559,7 @@ static libiscsi_suite_info linux_suites[] = { { "GetLBAStatus", NON_PGR_FUNCS, tests_get_lba_status }, { "Inquiry", NON_PGR_FUNCS, tests_inquiry }, { "Mandatory", NON_PGR_FUNCS, tests_mandatory }, + { "ModeSense6", NON_PGR_FUNCS, tests_modesense6 }, { "OrWrite", NON_PGR_FUNCS, tests_orwrite }, { "Prefetch10", NON_PGR_FUNCS, tests_prefetch10 }, { "Prefetch16", NON_PGR_FUNCS, tests_prefetch16 },