Home | History | Annotate | only in /external/ltp/testcases/network/nfsv4/acl
Up to higher level directory
NameDateSize
acl1.c22-Oct-20207.5K
cleangroups.py22-Oct-2020183
cleanusers.py22-Oct-2020220
create_users.py22-Oct-2020655
Makefile22-Oct-20201,019
random_gen.py22-Oct-20207.2K
README22-Oct-2020716
runtest22-Oct-20201.9K
setacl_stress.py22-Oct-20201.1K
test_acl.py22-Oct-20203.2K
test_long_acl.py22-Oct-20201.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