From 44c9e47ddffb9c8d83bbb76f27e3aa2a165390f3 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 24 Mar 2014 16:03:56 -0700 Subject: [PATCH] README: Mention --initiator-name and --initiator-name-2 in the section for the new test tool. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 8216cf8..e295021 100644 --- a/README +++ b/README @@ -96,6 +96,16 @@ Some example commands: ./bin/iscsi-test-cu -t to run a test suite ./bin/iscsi-test-cu -t . to run a specific test +Most tests only require a single login to the target, but some tests, +for example the it nexus loss tests may need to login two separate sessions. +By default the initiator names use for the logins will be + "iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test"; +for the primary connection for all tests, and + "iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test-2" +for the secondary connection for the test that needs two sessions. +These names can be controlled by using the arguments +--initiator-name and --initiator-name-2 + The tests are all self-documented to describe what they test and how they test. Use -V with a test to print the documentation for a test.