• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

MakefileD22-Nov-20231,022 304

READMED22-Nov-2023716 2215

acl1.cD22-Nov-20237.6 KiB389271

cleangroups.pyD22-Nov-2023158 108

cleanusers.pyD22-Nov-2023195 1210

create_users.pyD22-Nov-2023632 2116

random_gen.pyD22-Nov-20237.2 KiB251208

runtestD22-Nov-20231.9 KiB7148

setacl_stress.pyD22-Nov-20231.1 KiB3226

test_acl.pyD22-Nov-20233.2 KiB12397

test_long_acl.pyD22-Nov-20231.3 KiB4436

README

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