tests: Add test for RichACL
This commit adds test using test suite from RichACL tools. Change-Id: Iad37bc568aaf94e17a659c441f9dbc30844dd1a7
This commit is contained in:
16
tests/test_suites/ShortSystemTests/test_richacl.sh
Normal file
16
tests/test_suites/ShortSystemTests/test_richacl.sh
Normal file
@ -0,0 +1,16 @@
|
||||
timeout_set 70 seconds
|
||||
|
||||
CHUNKSERVERS=3 \
|
||||
USE_RAMDISK=YES \
|
||||
MOUNT_EXTRA_CONFIG="mfscachemode=NEVER,enablefilelocks=1" \
|
||||
CHUNKSERVER_EXTRA_CONFIG="READ_AHEAD_KB = 1024|MAX_READ_BEHIND_KB = 2048"
|
||||
setup_local_empty_lizardfs info
|
||||
|
||||
cd ${info[mount0]}
|
||||
|
||||
git clone https://github.com/andreas-gruenbacher/richacl.git
|
||||
|
||||
cd richacl
|
||||
./autogen.sh
|
||||
./configure
|
||||
make check
|
Reference in New Issue
Block a user