mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: move xfs specific tests out of top directory
And into tests/xfs. Tests found and moved via: $ grep "supported_fs xfs$" [0-2]* | cut -d : -f 1 > xfs.tests $ for i in `cat xfs.tests`; do > git mv $i* tests/xfs/ > grep ^$i group >> tests/xfs/group > sed -i -e "/^$i/d" group > done Output now looks like: sudo ./check -g quick -r FSTYP -- xfs (debug) PLATFORM -- Linux/x86_64 test-1 3.5.0-rc5-dgc+ MKFS_OPTIONS -- -f -bsize=4096 /dev/vdb MOUNT_OPTIONS -- /dev/vdb /mnt/scratch xfs/170 4s generic/120 16s generic/248 0s generic/213 0s generic/256 39s xfs/121 6s xfs/026 11s generic/131 1s xfs/187 1s generic/135 0s .... Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> [rjohnston@sgi.com did not move test 032, belongs in shared] Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
797e625f28
commit
fc48dfb966
@@ -0,0 +1,243 @@
|
||||
QA output created by 058
|
||||
*** test out creating an ACL ***
|
||||
Test acl_init(ACL_MAX_ENTRIES+1)
|
||||
acl_test: acl_init(max+1): Invalid argument
|
||||
Test acl_init(-1)
|
||||
acl_test: acl_init(-1): Invalid argument
|
||||
Test acl_init(0)
|
||||
Test acl_create_entry(NULL, ...)
|
||||
acl_test: acl_create_entry(NULL,ace1): Invalid argument
|
||||
Test acl_create_entry(..., NULL)
|
||||
acl_test: acl_create_entry(NULL,ace1): Invalid argument
|
||||
Test acl_create_entry(acl1, ace1)
|
||||
acl_test: acl_create_entry(*null,ace1): Invalid argument
|
||||
0: creating ace
|
||||
ACL[n=1]: 0: <tag:0,id:-1,perm:0>
|
||||
1: creating ace
|
||||
ACL[n=2]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0>
|
||||
2: creating ace
|
||||
ACL[n=3]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0>
|
||||
3: creating ace
|
||||
ACL[n=4]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0>
|
||||
4: creating ace
|
||||
ACL[n=5]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0>
|
||||
5: creating ace
|
||||
ACL[n=6]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0>
|
||||
6: creating ace
|
||||
ACL[n=7]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0>
|
||||
7: creating ace
|
||||
ACL[n=8]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0>
|
||||
8: creating ace
|
||||
ACL[n=9]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0>
|
||||
9: creating ace
|
||||
ACL[n=10]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0>
|
||||
10: creating ace
|
||||
ACL[n=11]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0>
|
||||
11: creating ace
|
||||
ACL[n=12]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0>
|
||||
12: creating ace
|
||||
ACL[n=13]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0>
|
||||
13: creating ace
|
||||
ACL[n=14]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0>
|
||||
14: creating ace
|
||||
ACL[n=15]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0>
|
||||
15: creating ace
|
||||
ACL[n=16]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0>
|
||||
16: creating ace
|
||||
ACL[n=17]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0>
|
||||
17: creating ace
|
||||
ACL[n=18]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0>
|
||||
18: creating ace
|
||||
ACL[n=19]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0>
|
||||
19: creating ace
|
||||
ACL[n=20]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0>
|
||||
20: creating ace
|
||||
ACL[n=21]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0>
|
||||
21: creating ace
|
||||
ACL[n=22]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0>
|
||||
22: creating ace
|
||||
ACL[n=23]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0> 22: <tag:0,id:-1,perm:0>
|
||||
23: creating ace
|
||||
ACL[n=24]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0> 22: <tag:0,id:-1,perm:0> 23: <tag:0,id:-1,perm:0>
|
||||
24: creating ace
|
||||
ACL[n=25]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0> 22: <tag:0,id:-1,perm:0> 23: <tag:0,id:-1,perm:0> 24: <tag:0,id:-1,perm:0>
|
||||
25: creating ace
|
||||
acl_test: acl_create_entry: Cannot allocate memory
|
||||
ACL[n=25]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0> 22: <tag:0,id:-1,perm:0> 23: <tag:0,id:-1,perm:0> 24: <tag:0,id:-1,perm:0>
|
||||
26: creating ace
|
||||
acl_test: acl_create_entry: Cannot allocate memory
|
||||
ACL[n=25]: 0: <tag:0,id:-1,perm:0> 1: <tag:0,id:-1,perm:0> 2: <tag:0,id:-1,perm:0> 3: <tag:0,id:-1,perm:0> 4: <tag:0,id:-1,perm:0> 5: <tag:0,id:-1,perm:0> 6: <tag:0,id:-1,perm:0> 7: <tag:0,id:-1,perm:0> 8: <tag:0,id:-1,perm:0> 9: <tag:0,id:-1,perm:0> 10: <tag:0,id:-1,perm:0> 11: <tag:0,id:-1,perm:0> 12: <tag:0,id:-1,perm:0> 13: <tag:0,id:-1,perm:0> 14: <tag:0,id:-1,perm:0> 15: <tag:0,id:-1,perm:0> 16: <tag:0,id:-1,perm:0> 17: <tag:0,id:-1,perm:0> 18: <tag:0,id:-1,perm:0> 19: <tag:0,id:-1,perm:0> 20: <tag:0,id:-1,perm:0> 21: <tag:0,id:-1,perm:0> 22: <tag:0,id:-1,perm:0> 23: <tag:0,id:-1,perm:0> 24: <tag:0,id:-1,perm:0>
|
||||
*** test out getting ACEs ***
|
||||
Get 1st entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
1: <tag:0,id:-1,perm:0>
|
||||
Get 2th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
2: <tag:0,id:-1,perm:0>
|
||||
Get 3th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
3: <tag:0,id:-1,perm:0>
|
||||
Get 4th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
4: <tag:0,id:-1,perm:0>
|
||||
Get 5th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
5: <tag:0,id:-1,perm:0>
|
||||
Get 6th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
6: <tag:0,id:-1,perm:0>
|
||||
Get 7th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
7: <tag:0,id:-1,perm:0>
|
||||
Get 8th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
8: <tag:0,id:-1,perm:0>
|
||||
Get 9th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
9: <tag:0,id:-1,perm:0>
|
||||
Get 10th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
10: <tag:0,id:-1,perm:0>
|
||||
Get 11th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
11: <tag:0,id:-1,perm:0>
|
||||
Get 12th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
12: <tag:0,id:-1,perm:0>
|
||||
Get 13th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
13: <tag:0,id:-1,perm:0>
|
||||
Get 14th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
14: <tag:0,id:-1,perm:0>
|
||||
Get 15th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
15: <tag:0,id:-1,perm:0>
|
||||
Get 16th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
16: <tag:0,id:-1,perm:0>
|
||||
Get 17th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
17: <tag:0,id:-1,perm:0>
|
||||
Get 18th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
18: <tag:0,id:-1,perm:0>
|
||||
Get 19th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
19: <tag:0,id:-1,perm:0>
|
||||
Get 20th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
20: <tag:0,id:-1,perm:0>
|
||||
Get 21th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
21: <tag:0,id:-1,perm:0>
|
||||
Get 22th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
22: <tag:0,id:-1,perm:0>
|
||||
Get 23th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
23: <tag:0,id:-1,perm:0>
|
||||
Get 24th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
24: <tag:0,id:-1,perm:0>
|
||||
Get 25th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
25: <tag:0,id:-1,perm:0>
|
||||
Get 26th entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
Get 27th entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
dump empty ACL
|
||||
Get 1st entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
Get 2th entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
fill an ACL with known bogus values
|
||||
Get 1st entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
1: <tag:0,id:1,perm:2>
|
||||
Get 2th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
2: <tag:1,id:2,perm:3>
|
||||
Get 3th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
3: <tag:2,id:3,perm:4>
|
||||
Get 4th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
4: <tag:3,id:4,perm:5>
|
||||
Get 5th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
5: <tag:4,id:5,perm:6>
|
||||
Get 6th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
6: <tag:5,id:6,perm:7>
|
||||
Get 7th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
7: <tag:6,id:7,perm:8>
|
||||
Get 8th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
8: <tag:7,id:8,perm:9>
|
||||
Get 9th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
9: <tag:8,id:9,perm:10>
|
||||
Get 10th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
10: <tag:9,id:10,perm:11>
|
||||
Get 11th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
11: <tag:10,id:11,perm:12>
|
||||
Get 12th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
12: <tag:11,id:12,perm:13>
|
||||
Get 13th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
13: <tag:12,id:13,perm:14>
|
||||
Get 14th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
14: <tag:13,id:14,perm:15>
|
||||
Get 15th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
15: <tag:14,id:15,perm:16>
|
||||
Get 16th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
16: <tag:15,id:16,perm:17>
|
||||
Get 17th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
17: <tag:16,id:17,perm:18>
|
||||
Get 18th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
18: <tag:17,id:18,perm:19>
|
||||
Get 19th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
19: <tag:18,id:19,perm:20>
|
||||
Get 20th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
20: <tag:19,id:20,perm:21>
|
||||
Get 21th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
21: <tag:20,id:21,perm:22>
|
||||
Get 22th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
22: <tag:21,id:22,perm:23>
|
||||
Get 23th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
23: <tag:22,id:23,perm:24>
|
||||
Get 24th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
24: <tag:23,id:24,perm:25>
|
||||
Get 25th entry on filled ACL
|
||||
acl_get_entry -> 1
|
||||
25: <tag:24,id:25,perm:26>
|
||||
Get 26th entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
Get 27th entry on filled ACL
|
||||
acl_get_entry -> 0
|
||||
*** test out ACL to text for empty ACL***
|
||||
acl_to_text(empty_acl,NULL) -> ""
|
||||
acl_to_text(empty_acl,NULL) -> "", len = 0
|
||||
acl_to_text(NULL,NULL) -> "NULL"
|
||||
*** test out acl_get_qualifier ***
|
||||
uid = 1
|
||||
uid = 1
|
||||
uidp is NULL: Invalid argument
|
||||
uidp is NULL: Invalid argument
|
||||
Reference in New Issue
Block a user