HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 37) sorted by null

1 2

  /test/ontest-stc2/src/suites/zfs/tests/functional/acl/trivial/
zfs_acl_find_002_neg.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. Delete all the attribute files.
46 # 3. Verify all the attribute files can not be found with '-exec runat ls'
61 "attribute and using '-exec runat ls'"
73 usr_exec $RUNAT $f $RM attribute*
83 log_fail "find not containing attribute should fail."
89 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
90 if [[ $fa == attribute.$j ]]; then
91 log_fail "find file attribute should fail.
    [all...]
zfs_acl_ls_002_neg.ksh 40 # for files without attribute.
43 # 1. Create files with attribute files in directory A.
44 # 2. Removed all attribute files.
60 "permissions using ls -@ for files without attribute."
72 log_must usr_exec $RUNAT $f $RM attribute*
76 log_fail "ls with attribute shouldn't success."
zfs_acl_cp_003_neg.ksh 39 # Verifies that cp will not be able to include file attribute when
40 # attribute is unreadable (unless the user is root)
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. chmod all files'the attribute files to '000'.
46 # 4. Verify attribute files are not existing for non-root user.
60 log_assert "Verifies that cp won't be able to include file attribute when " \
61 "attribute is unreadable (except root)"
73 # chmod all the attribute files to '000'.
74 usr_exec $RUNAT $f $CHMOD 000 attribute.$j
80 # Implement 'cp -@p' to the file whose attribute files
    [all...]
zfs_acl_find_001_pos.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
45 # 3. Verify all the attribute files can be found with '-exec runat ls'
59 log_assert "Verifies ability to find files with attribute with" \
75 log_fail "find file containing attribute fail."
82 typeset af=attribute.$j
86 log_fail "find file attribute fail"
91 log_note "find all attribute files of $f"
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/acl/trivial/
zfs_acl_find_002_neg.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. Delete all the attribute files.
46 # 3. Verify all the attribute files can not be found with '-exec runat ls'
61 "attribute and using '-exec runat ls'"
73 usr_exec $RUNAT $f $RM attribute*
83 log_fail "find not containing attribute should fail."
89 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
90 if [[ $fa == attribute.$j ]]; then
91 log_fail "find file attribute should fail.
    [all...]
zfs_acl_ls_002_neg.ksh 40 # for files without attribute.
43 # 1. Create files with attribute files in directory A.
44 # 2. Removed all attribute files.
60 "permissions using ls -@ for files without attribute."
72 log_must usr_exec $RUNAT $f $RM attribute*
76 log_fail "ls with attribute shouldn't success."
zfs_acl_cp_003_neg.ksh 39 # Verifies that cp will not be able to include file attribute when
40 # attribute is unreadable (unless the user is root)
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. chmod all files'the attribute files to '000'.
46 # 4. Verify attribute files are not existing for non-root user.
60 log_assert "Verifies that cp won't be able to include file attribute when " \
61 "attribute is unreadable (except root)"
73 # chmod all the attribute files to '000'.
74 usr_exec $RUNAT $f $CHMOD 000 attribute.$j
80 # Implement 'cp -@p' to the file whose attribute files
    [all...]
zfs_acl_find_001_pos.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
45 # 3. Verify all the attribute files can be found with '-exec runat ls'
59 log_assert "Verifies ability to find files with attribute with" \
75 log_fail "find file containing attribute fail."
82 typeset af=attribute.$j
86 log_fail "find file attribute fail"
91 log_note "find all attribute files of $f"
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/acl/trivial/
acl_find_neg001.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. Delete all the attribute files.
46 # 3. Verify all the attribute files can not be found with '-exec runat ls'
61 "attribute and using '-exec runat ls'"
77 usr_exec $RUNAT $f $RM attribute*
87 echo "find not containing attribute should fail."
94 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
95 if [[ $fa == attribute.$j ]]; then
96 echo "find file attribute should fail.
    [all...]
acl_find_pos001.ksh 39 # Verifies ability to find files with attribute with -xattr flag and using
43 # 1. In directory A, create several files and add attribute files for them
45 # 3. Verify all the attribute files can be found with '-exec runat ls'
58 echo "ASSERTION: Verifies ability to find files with attribute with" \
78 echo "find file containing attribute fail."
86 typeset af=attribute.$j
90 echo "find file attribute fail"
96 # find all attribute files of $f
acl_ls_neg001.ksh 40 # for files without attribute.
43 # 1. Create files with attribute files in directory A.
44 # 2. Removed all attribute files.
59 "permissions using ls -@ for files without attribute."
70 RUN_CHECK usr_exec $RUNAT $f $RM attribute* || cleanup $STF_FAIL
75 echo "ls with attribute shouldn't success."
acl_cp_neg002.ksh 39 # Verifies that cp will not be able to include file attribute when
40 # attribute is unreadable (unless the user is root)
43 # 1. In directory A, create several files and add attribute files for them
44 # 2. chmod all files'the attribute files to '000'.
46 # 4. Verify attribute files are not existing for non-root user.
61 echo "ASSERTION: Verifies that cp won't be able to include file attribute when " \
62 "attribute is unreadable (except root)"
75 # chmod all the attribute files to '000'.
76 RUN_CHECK usr_exec $RUNAT $f $CHMOD 000 attribute.$j
81 # Implement 'cp -@p' to the file whose attribute files
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/
README 41 num_attrs - number attribute tests
42 named_attr - named attribute tests
  /test/ontest-stc2/src/suites/zfs/tests/stress/bin/
dataset_run_xattr.ksh 33 # Perform a bunch of extended attribute test on some newly created filesystem.
75 # $3 attribute array name which was used to store attribute information.
95 attribute.$j\)
141 $FIND . -depth -type f -xattr -exec runat {} cksum attribute \; | \
163 # will operate on to test extended attribute functionality.
181 # Create the original file and its attribute files.
185 [[ ! -a $resdir/attribute ]] && \
186 $CP $resdir/file $resdir/attribute
197 $CP $resdir/attribute ./attribute.$
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/stress/bin/
dataset_run_xattr.ksh 33 # Perform a bunch of extended attribute test on some newly created filesystem.
75 # $3 attribute array name which was used to store attribute information.
95 attribute.$j\)
141 $FIND . -depth -type f -xattr -exec runat {} cksum attribute \; | \
163 # will operate on to test extended attribute functionality.
181 # Create the original file and its attribute files.
185 [[ ! -a $resdir/attribute ]] && \
186 $CP $resdir/file $resdir/attribute
197 $CP $resdir/attribute ./attribute.$
    [all...]
  /test/ontest-stc2/src/suites/zfs/tests/functional/acl/
acl_common.kshlib 502 # $3 attribute array name which was used to store attribute information.
524 attribute.$j\)
579 cksum attribute* \; | $SORT >> $outfile
584 # will operate on to test extended attribute functionality.
599 # Create the original file and its attribute files.
604 [[ ! -a $RES_DIR/attribute ]] && \
605 usr_exec $CP $RES_DIR/file $RES_DIR/attribute
618 $CP $RES_DIR/attribute ./attribute.$
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/acl/
acl_common.kshlib 502 # $3 attribute array name which was used to store attribute information.
524 attribute.$j\)
579 cksum attribute* \\\; | $SORT >> $outfile
584 # will operate on to test extended attribute functionality.
599 # Create the original file and its attribute files.
604 [[ ! -a $RES_DIR/attribute ]] && \
605 usr_exec $CP $RES_DIR/file $RES_DIR/attribute
618 $CP $RES_DIR/attribute ./attribute.$
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/
README 39 num_attrs - number attribute tests
40 named_attr - named attribute tests
  /test/ontest-stc2/src/tools/krb5tools/bin/
princadm.ksh 70 attribute is optional. If it is not
75 principal in KDB. This attribute is
kdc_clientcfg.ksh 77 attribute is optional. If it is not
82 principal in KDB. This attribute is
  /test/stcnv/usr/src/tools/genutils/krb5tools/bin/
princadm.ksh 73 attribute is optional. If it is not
78 principal in KDB. This attribute is
  /test/stcnv/usr/src/tools/krb5tools/bin/
princadm.ksh 70 attribute is optional. If it is not
75 principal in KDB. This attribute is
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/acl/
acl_common.kshlib 574 # $3 attribute array name which was used to store attribute information.
599 attribute.$j\) || cleanup $STF_FAIL
662 cksum attribute* \\\; > $STF_TMPDIR/cksum.$$ \
670 # will operate on to test extended attribute functionality.
689 # Create the original file and its attribute files.
695 if [[ ! -a $RES_DIR/attribute ]]; then
696 RUN_CHECK usr_exec $CP $RES_DIR/file $RES_DIR/attribute \
709 $CP $STF_SUITE/STF.INFO ./attribute.$j \
721 # used to disable the attribute cache with "noac" option for some tests
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/acl/cmd_tests/
setfacl_pos03.ksh 30 # Call setfacl(1) modify 'users' in the ACL entries to an attribute
70 runat $TFILE "echo \"This is attribute file for $TFILE\" \
138 ASSERTION="setfacl to add <$ULIST>\n\tusers to the attribute"
145 ASSERTION="setfacl to modify users <$ULIST>\n\tto the attribute"
setfacl_pos07.ksh 30 # Call setfacl(1) modify 'groups' in the ACL entries to an attribute
70 runat $TFILE "echo \"This is attribute file for $TFILE\" \
137 ASSERTION="setfacl to add <$ULIST>\n\tgroups to the attribute"
144 ASSERTION="modify groups <$ULIST>\n\tto the attribute"

Completed in 3939 milliseconds

1 2