test/iscsi_tgt: Update comment for disable CHAP authentication
Change-Id: I428d1be7db33efc1a44fa3f703ca154179fad2c0 Signed-off-by: Liang Yan <liang.z.yan@intel.com> Reviewed-on: https://review.gerrithub.io/403441 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
c3bc40a6ef
commit
abd86265d3
@ -89,7 +89,7 @@ $rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE
|
||||
# "Malloc0:0" ==> use Malloc0 blockdev for LUN0
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target3 Target3_alias 'Malloc0:0' '1:2' 64 -d
|
||||
sleep 1
|
||||
|
||||
|
@ -40,7 +40,7 @@ $rpc_py add_initiator_group $INITIATOR_TAG $INITIATOR_NAME $NETMASK
|
||||
$rpc_py construct_error_bdev 'Malloc0'
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target0 Target0_alias EE_Malloc0:0 1:2 64 -d
|
||||
sleep 1
|
||||
|
||||
|
@ -36,7 +36,7 @@ $rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE
|
||||
# "Malloc0:0" ==> use Malloc0 blockdev for LUN0
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target3 Target3_alias 'Malloc0:0' '1:2' 256 -d
|
||||
sleep 1
|
||||
|
||||
|
@ -76,7 +76,7 @@ $rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE
|
||||
# "Malloc0:0" ==> use Malloc0 blockdev for LUN0
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target3 Target3_alias 'Malloc0:0' '1:2' 64 -d
|
||||
sleep 1
|
||||
|
||||
|
@ -40,7 +40,7 @@ $rpc_py get_bdevs
|
||||
# "Ceph0:0" ==> use Ceph0 blockdev for LUN0
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target3 Target3_alias 'Ceph0:0' '1:2' 64 -d
|
||||
sleep 1
|
||||
|
||||
|
@ -43,7 +43,7 @@ $rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE
|
||||
# "Malloc0:0" ==> use Malloc0 blockdev for LUN0
|
||||
# "1:2" ==> map PortalGroup1 to InitiatorGroup2
|
||||
# "64" ==> iSCSI queue depth 64
|
||||
# "1 0 0 0" ==> disable CHAP authentication
|
||||
# "-d" ==> disable CHAP authentication
|
||||
$rpc_py construct_target_node Target3 Target3_alias 'Malloc0:0' '1:2' 64 -d
|
||||
sleep 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user