1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
acl1.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cleangroups.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cleanusers.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
create_users.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
random_gen.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
runtest Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
setacl_stress.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_acl.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_long_acl.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

ACL testing
Aurélien Charbon - Bull SA

# GOAL :
Testing ACL conformance, ACL limits, and ACL robustness

# REQUIREMENTS :
ACL support must be present on the remote host
attr and acl packages must be install for the stestsuite to build/run.
This testsuite is not built by the default make in the LTP root directory

acl1: verify the conformance ok access regarding the ACL of files and directory.
stress: multiprocess application to stress the ACL

setacl_stress.py: python script that does lots of setfacl function

test_long_acl.py: try to "build" ACLs of different length. Stop when the specified maximum length is reached.

To run the test:
make (builds the binaries)
./runtest (executes the sequence of tests)