Home | History | Annotate | Download | only in acl
      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