| /test/ontest-stc2/src/tools/stf/Makefiles/ |
| Makefile | 35 target-all \ 36 target-clean \ 37 target-clobber \ 38 target-install \ 39 target-package \ 40 target-uninstall \ 41 target-unpackage \ 42 target-spec \ 43 target-subdirs
|
| /test/stcnv/usr/src/tools/stf/Makefiles/ |
| Makefile | 35 target-all \ 36 target-clean \ 37 target-clobber \ 38 target-install \ 39 target-package \ 40 target-uninstall \ 41 target-unpackage \ 42 target-spec \ 43 target-subdirs
|
| /test/ontest-stc2/src/suites/zfs/tests/functional/iscsi/ |
| iscsi_common.kshlib | 32 # Check if a volume is a valide iscsi target 39 typeset target targets 43 targets=$($ISCSITADM list target | $GREP "Target:" | $AWK '{print $2}') 46 for target in $targets; do 47 [[ $dataset == $target ]] && return 0 54 # Get the iSCSI name of a target 55 # $1 target name 59 typeset target=$1 62 [[ -z $target ]] && log_fail "No parameter. [all...] |
| /test/stcnv/usr/src/suites/fs/zfs/tests/functional/iscsi/ |
| iscsi_common.kshlib | 32 # Check if a volume is a valide iscsi target 39 typeset target targets 43 targets=$($ISCSITADM list target | $GREP "Target:" | $AWK '{print $2}') 46 for target in $targets; do 47 [[ $dataset == $target ]] && return 0 54 # Get the iSCSI name of a target 55 # $1 target name 59 typeset target=$1 62 [[ -z $target ]] && log_fail "No parameter. [all...] |
| /test/stcnv/usr/src/suites/storage/comstar/tests/stmfadm/list/ |
| tp_list_stmfadm_007.ksh | 30 # A test purpose file to test functionality of the list-target subfunction 39 # List target and its attributes 44 # List the target without arguments 45 # List the target with -? 46 # List the target with -v 47 # List the target with -v and specified target name 57 # list-target 76 stmfadm_list POS target 77 stmfadm_list POS target -? [all...] |
| tp_list_stmfadm_008.ksh | 30 # A test purpose file to test functionality of the list-target subfunction 39 # Attempt to list target and its attributes with wrong arguments 44 # List the target with -v by non-existing target name 54 # list-target 70 tc_desc="Attempt to list target and its attributes with wrong arguments" 73 stmfadm_list NEG target wwn.210100E08FFFFFFF 75 stmfadm_list NEG target -v wwn.210100E08FFFFFFF
|
| /test/ontest-stc2/src/suites/iSCSI/tests/iscsitadm/create/ |
| tp_create_iscsit_002.ksh | 39 # Attempt to create a target that already exists and confirm 45 # Create the target with two luns, 0 and 1. 47 # Create the same target with lun 0 and verify the failure. 49 # Delete the target and all luns associated with the target 71 tc_desc="Attempt to create a target that already exists and confirm" 75 # Create a target with two luns to verify that the same creation 78 create POS target -z 50m ${TARG[0]} 79 create POS target -z 50m -u 1 ${TARG[0]} 82 # If configured verify the target creation using the iscsiadm initiator [all...] |
| tp_create_iscsit_007.ksh | 44 # - The target and lun are given out of order (the target must 50 # Create the target using the following bad arguments. 56 # - The target and lun are given out of order (the target 61 # Delete the target if it was created. 90 create NEG target -z 50m -u -1 ${TARG[0]} 98 create NEG target -z 50m -u $MAXLUN_PLUS_ONE ${TARG[1]} 106 create POS target -z 50m ${TARG[2]} 107 create POS target -z 50m -u 1 ${TARG[2] [all...] |
| tp_create_iscsit_006.ksh | 44 # Attempt to create a target with the following misconfigured command 48 # - no target name is given 49 # - target and size are out of order (target must be last) 53 # Delete the target if it was created. 79 # Attempt to create a target with a negative size value 82 create NEG target - z -50m ${TARG[0]} 85 # Attempt to create a target with no size value 88 create NEG target ${TARG[1]} 91 # Attempt to create a target with a size value but no target nam [all...] |
| tp_create_iscsit_026.ksh | 39 # Create a target for the lun 0 and max lun 48 # Delete the target 70 tc_desc="Create a target for the lun 0 and max lun" 74 # Create a iscsi target using the max lun value, must create lun 0 77 tet_infoline "Create target lun 0" 78 create target -z 50m ${TARG[0]} 79 tet_infoline "Create target lun $MAXLUN" 80 create target -z 50m -u $MAXLUN ${TARG[0]} 83 # If configured verify the target creation using the iscsiadm initiator. 89 # Delete the target and luns created [all...] |
| /test/ontest-stc2/src/suites/iSCSI/tests/iscsitadm/delete/ |
| tp_delete_iscsit_001.ksh | 75 # Create a number luns associated with a target. 77 create target -z 50m ${TARG[0]} 78 create target -z 50m -u 1 ${TARG[0]} 79 create target -z 50m -u 2 ${TARG[0]} 83 # fail as lun 0 must for a target to exist. 85 delete NEG target ${TARG[0]} -u 0 86 delete POS target ${TARG[0]} -u 1 89 # Cleanup, delete the rest of the luns and finally the target.
|
| tp_delete_iscsit_005.ksh | 76 create target -z 50m ${TARG[0]} 77 create target -z 50m -u 1 ${TARG[0]} 78 create target -z 50m -u 2 ${TARG[0]} 79 create target -z 50m -u 3 ${TARG[0]} 84 delete POS target ${TARG[0]} -u 2 89 delete NEG target ${TARG[0]} -u 2
|
| tp_delete_iscsit_006.ksh | 41 # - delete providing the incorrect target 43 # - delete providing a target that does not exist 45 # - delete without providing target 50 # Create a target 52 # Add the initiator acl to the target 54 # Attempt to delete the initiator with the wrong target 56 # Attempt to delete the initiator with the bogus target 58 # Attempt to delete acl without providing a target 82 tc_desc="$tc_desc \n - delete providing the incorrect target" 84 tc_desc="$tc_desc \n - delete providing a target that does not exist [all...] |
| /test/stcnv/usr/src/suites/storage/iSCSI/tests/iscsitadm/create/ |
| tp_create_iscsit_002.ksh | 39 # Attempt to create a target that already exists and confirm 45 # Create the target with two luns, 0 and 1. 47 # Create the same target with lun 0 and verify the failure. 49 # Delete the target and all luns associated with the target 71 tc_desc="Attempt to create a target that already exists and confirm" 75 # Create a target with two luns to verify that the same creation 78 create POS target -z 50m ${TARG[0]} 79 create POS target -z 50m -u 1 ${TARG[0]} 82 # If configured verify the target creation using the iscsiadm initiator [all...] |
| tp_create_iscsit_007.ksh | 44 # - The target and lun are given out of order (the target must 50 # Create the target using the following bad arguments. 56 # - The target and lun are given out of order (the target 61 # Delete the target if it was created. 90 create NEG target -z 50m -u -1 ${TARG[0]} 98 create NEG target -z 50m -u $MAXLUN_PLUS_ONE ${TARG[1]} 106 create POS target -z 50m ${TARG[2]} 107 create POS target -z 50m -u 1 ${TARG[2] [all...] |
| /test/stcnv/usr/src/suites/storage/iSCSI/tests/iscsitadm/delete/ |
| tp_delete_iscsit_001.ksh | 75 # Create a number luns associated with a target. 77 create target -z 50m ${TARG[0]} 78 create target -z 50m -u 1 ${TARG[0]} 79 create target -z 50m -u 2 ${TARG[0]} 83 # fail as lun 0 must for a target to exist. 85 delete NEG target ${TARG[0]} -u 0 86 delete POS target ${TARG[0]} -u 1 89 # Cleanup, delete the rest of the luns and finally the target.
|
| tp_delete_iscsit_005.ksh | 76 create target -z 50m ${TARG[0]} 77 create target -z 50m -u 1 ${TARG[0]} 78 create target -z 50m -u 2 ${TARG[0]} 79 create target -z 50m -u 3 ${TARG[0]} 84 delete POS target ${TARG[0]} -u 2 89 delete NEG target ${TARG[0]} -u 2
|
| tp_delete_iscsit_006.ksh | 41 # - delete providing the incorrect target 43 # - delete providing a target that does not exist 45 # - delete without providing target 50 # Create a target 52 # Add the initiator acl to the target 54 # Attempt to delete the initiator with the wrong target 56 # Attempt to delete the initiator with the bogus target 58 # Attempt to delete acl without providing a target 82 tc_desc="$tc_desc \n - delete providing the incorrect target" 84 tc_desc="$tc_desc \n - delete providing a target that does not exist [all...] |
| /test/ohacts/src/svc/include/ |
| compat.h | 38 #define bcopy(source, target, len) memcpy(target, source, len)
|
| /test/ontest-stc2/src/suites/iSCSI/tests/iscsitadm/modify/ |
| tp_modify_iscsit_014.ksh | 40 # A series of modify target maxrecv commands with bad options and values 42 # - Set the maxrecv with no target" 43 # - Set the maxrecv with no target or value" 52 # create a target 55 # Set the maxrecv with no target 56 # Set the maxrecv with no target or value 67 # modify iscsi target 83 tc_desc="A series of modify target maxrecv commands with bad options" 86 tc_desc="$tc_desc \n - Set the maxrecv with no target" 87 tc_desc="$tc_desc \n - Set the maxrecv with no target or value [all...] |
| /test/stcnv/usr/src/suites/storage/iSCSI/tests/iscsitadm/modify/ |
| tp_modify_iscsit_014.ksh | 40 # A series of modify target maxrecv commands with bad options and values 42 # - Set the maxrecv with no target" 43 # - Set the maxrecv with no target or value" 52 # create a target 55 # Set the maxrecv with no target 56 # Set the maxrecv with no target or value 67 # modify iscsi target 83 tc_desc="A series of modify target maxrecv commands with bad options" 86 tc_desc="$tc_desc \n - Set the maxrecv with no target" 87 tc_desc="$tc_desc \n - Set the maxrecv with no target or value [all...] |
| /test/stcnv/usr/src/suites/storage/comstar/tests/iscsi/visible/ |
| tp_iscsi_visible_002.ksh | 31 # iscsi target port provider 39 # Once itadm deleted a target, stmfadm reflects the deletion 40 # in its target list 44 # 1. itadm create target 46 # 2. stmfadm list target, verify the target in the list 48 # 1. itadm delete target 50 # 2. stmfadm list target, verify the target are remove from the 79 tc_desc="Once itadm deleted a target, stmfadm reflects the deletion [all...] |
| /test/stcnv/usr/src/suites/storage/comstar/tests/itadm/create_target/data/ |
| tp_itadm_create_target_data_003.ksh | 30 # A test purpose file to test functionality of the create-target 44 # itadm create-target with a given alias name 46 # 1. itadm create-target with the pre-existing alias name 48 # 2. itadm list-target verify that these two targets have the 82 itadm_create POS target -l "${TARGET[0]}" 83 itadm_create POS target -l "${TARGET[0]}"
|
| /test/stcnv/usr/src/suites/storage/comstar/tests/itadm/delete_target/data/ |
| tp_itadm_delete_target_data_002.ksh | 30 # A test purpose file to test functionality of the delete-target 39 # itadm delete-target fail to delete a online target 44 # 1. Create target <tgt1> 48 # 1. itadm delete-target <tgt1> 53 # 3. itadm list target shows that <tgt1> were not impacted. 56 # Delete the created target 84 tc_desc="itadm delete-target fail to delete a online target" 88 itadm_create POS target -n "${IQN_TARGET}.${TARGET[0]} [all...] |
| tp_itadm_delete_target_data_005.ksh | 30 # A test purpose file to test functionality of the delete-target 39 # itadm delete-target -f delete a online target successfully 44 # 1. Create target <tgt1> 48 # 1. itadm delete-target -f <tgt1> 50 # 2. ensure that the command successfully delete the target 53 # Delete the created target 81 tc_desc="itadm delete-target -f delete a online target successfully" 85 itadm_create POS target -n "${IQN_TARGET}.${TARGET[0]} [all...] |