summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_simple_access.c
Commit message (Collapse)AuthorAgeFilesLines
* TESTS: Use the DP handlers in simple provider tests, add more testsJakub Hrozek2016-08-101-21/+165
| | | | | | | Use the full simple access control handlers, just like SSSD does in the tests. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* TESTS: Convert the simple access provider to cmockaJakub Hrozek2016-07-071-0/+692
Using a cmocka-based test allows us to initialize the domain using the common helper functions which in turn allows us to set different properties with confdb, same as sssd itself does. Reviewed-by: Sumit Bose <sbose@redhat.com>