acl: Passed 14, Failed 0, Skipped 0 (pass rate: 100.0%)
| Status | Test Name | Details |
|---|---|---|
| PASS | acl_list | ACL LIST output matches |
| PASS | acl_whoami | both: default |
| PASS | acl_setuser_create | user created on both |
| PASS | acl_setuser_on_off | on/off toggle worked on both |
| PASS | acl_getuser | GETUSER output matches |
| PASS | acl_deluser | DELUSER succeeded on both |
| PASS | acl_deluser_nonexistent | both returned (integer) 0 for nonexistent user |
| PASS | acl_auth_valid | auth succeeded on both |
| PASS | acl_auth_invalid | both auth failed as expected |
| PASS | acl_readonly_get | readonly user can GET on both |
| PASS | acl_readonly_set | both returned permission error |
| PASS | acl_writeonly_set | writeonly user can SET on both |
| PASS | acl_writeonly_get | both returned permission error |
| PASS | acl_key_pattern | key pattern enforcement matches |