summaryrefslogtreecommitdiffstats
path: root/src/tests/cwrap/cwrap_test_setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* TESTS: Check new line at end of fileLukas Slebodnik2016-11-231-1/+1
| | | | Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
* TEST: New tests for negative caching of localsPetr Cech2016-06-101-0/+2
| | | | | | | | | | | Negative cache has special timeout for local entities (users, groups). This patch adds new tests for such behaviour. The tests are based on cwrap. Resolves: https://fedorahosted.org/sssd/ticket/2928 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
* TESTS: Add a test to change user IDsJakub Hrozek2014-10-101-0/+17
Adds a unit test using the nss_wrapper and uid_wrapper libraries that exercises the ability to become another user. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>