Home | History | Annotate | only in /external/ltp/testcases/network/nfsv4/acl
Up to higher level directory
NameDateSize
acl1.c21-Aug-20187.5K
cleangroups.py21-Aug-2018158
cleanusers.py21-Aug-2018195
create_users.py21-Aug-2018632
Makefile21-Aug-20181,019
random_gen.py21-Aug-20187.2K
README21-Aug-2018716
runtest21-Aug-20181.9K
setacl_stress.py21-Aug-20181.1K
test_acl.py21-Aug-20183.2K
test_long_acl.py21-Aug-20181.3K

README

      1 ACL testing
      2 Aurlien Charbon - Bull SA
      3 
      4 # GOAL :
      5 Testing ACL conformance, ACL limits, and ACL robustness
      6 
      7 # REQUIREMENTS :
      8 ACL support must be present on the remote host
      9 attr and acl packages must be install for the stestsuite to build/run.
     10 This testsuite is not built by the default make in the LTP root directory
     11 
     12 acl1: verify the conformance ok access regarding the ACL of files and directory.
     13 stress: multiprocess application to stress the ACL
     14 
     15 setacl_stress.py: python script that does lots of setfacl function
     16 
     17 test_long_acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached.
     18 
     19 To run the test:
     20 make (builds the binaries)
     21 ./runtest (executes the sequence of tests)
     22