summaryrefslogtreecommitdiffstats
path: root/src/tests/intg
Commit message (Expand)AuthorAgeFilesLines
* TESTS: Relax the assert in test_idle_timeoutJakub Hrozek2017-09-041-7/+9
* SECRETS: Support 0 as unlimited for the quotasJakub Hrozek2017-09-011-0/+55
* SECRETS: Add a new option to control per-UID limitsJakub Hrozek2017-09-011-0/+46
* TESTS: Test that ccaches can be stored after max_secrets is reached for regul...Jakub Hrozek2017-09-011-1/+51
* SECRETS: Read the quotas for cn=secrets from [secrets/secrets] configuration ...Jakub Hrozek2017-09-011-30/+95
* TESTS: Add regression tests to try if resolving root and ID 0 fails as expectedJakub Hrozek2017-08-281-0/+21
* TESTS: Add files provider tests that request a user and group by IDJakub Hrozek2017-08-281-6/+91
* TESTS: Add wrappers to request a user or a group by IDJakub Hrozek2017-08-282-2/+84
* intg: Increase startup timeouts for kcm and secretsLukas Slebodnik2017-08-182-2/+2
* intg: Disable add_remove testsLukas Slebodnik2017-08-141-5/+5
* INTG: Add session recording testsNikolai Kondrashov2017-07-273-14/+978
* TESTS: Integration test for idle timeoutJakub Hrozek2017-07-211-13/+62
* INTG/FILES_PROVIDER: Test user and group overrideFabiano Fidêncio2017-07-181-5/+81
* TESTS: Update zero nesting level testJustin Stephenson2017-07-111-2/+20
* INTG_TESTS: Add one more test for filtered out users/groupsFabiano Fidêncio2017-06-051-0/+54
* TESTS: Fix pep8 errors in test_ts_cache.pyJakub Hrozek2017-05-291-2/+4
* TESTS: Fix pep8 errors in test_secrets.pyJakub Hrozek2017-05-291-1/+0
* TESTS: Fix pep8 errors in test_kcm.pyJakub Hrozek2017-05-291-3/+6
* test_kcm: Remove commented codeJakub Hrozek2017-05-291-6/+0
* TESTS: Add a test for parallel execution of klistJakub Hrozek2017-05-242-1/+27
* INTG: Do not use configure time option enable-files-domainLukas Slebodnik2017-05-231-0/+2
* test_ldap.py: Add test for filter_{users,groups}Lukas Slebodnik2017-05-101-0/+96
* minor typo fixesRené Genz2017-04-191-1/+1
* ci: do not build secrets on rhel6Pavel Březina2017-03-301-0/+4
* intg: Remove bashism from intgcheck-prepareLukas Slebodnik2017-03-291-1/+1
* KCM: Store ccaches in secretsJakub Hrozek2017-03-271-23/+109
* TCURL: Support HTTP POST for creating containersJakub Hrozek2017-03-271-0/+28
* TESTS: Add integration tests for the KCM responderJakub Hrozek2017-03-274-0/+696
* TESTS: test the curl wrapper with a command-line toolJakub Hrozek2017-03-143-1/+144
* sss_cache: User/groups invalidation in domain cachePetr Čech2017-03-082-8/+73
* test_secrets: Fail in child if sssd_secrets cannot startLukas Slebodnik2017-03-071-12/+19
* CONFDB: If no configuration file is provided, create a fallback configurationJakub Hrozek2017-02-281-0/+16
* TESTS: Test the files domain autoconfigurationJakub Hrozek2017-02-271-0/+78
* TESTS: Enable the files domain for all integration testsJakub Hrozek2017-02-271-1/+9
* TESTS: Remove unused importJakub Hrozek2017-02-231-1/+0
* FILES: Fix reallocation logicJakub Hrozek2017-02-221-1/+65
* intg: Fix python3 issuesLukas Slebodnik2017-02-173-8/+12
* TESTS: Add files provider integration testsJakub Hrozek2017-02-154-0/+937
* TESTS: Add a module to call nss_sss's getgr* from testsJakub Hrozek2017-02-152-0/+89
* TESTS: Add a module to call nss_sss's getpw* from testsJakub Hrozek2017-02-152-0/+168
* TESTS: add a helper module with shared NSS constantsJakub Hrozek2017-02-154-33/+53
* TESTS: move helper fixtures to back up and restore a file to a utility moduleJakub Hrozek2017-02-153-14/+15
* intg: Return list for enumeration functionsLukas Slebodnik2017-01-161-2/+2
* intg: Convert output of executed commands to stringsLukas Slebodnik2017-01-162-5/+6
* intg: Return strings from ctypes wrappersLukas Slebodnik2017-01-161-3/+4
* intg: Use bytes as input in ctypesLukas Slebodnik2017-01-162-3/+3
* intg: Use bytes for value of attributes in ldifLukas Slebodnik2017-01-166-58/+64
* intg: Fix creating of slapd configurationLukas Slebodnik2017-01-161-1/+1
* intg: Use bytes with hash functionLukas Slebodnik2017-01-161-2/+3
* intg: Avoid using iteritems for dictionaryLukas Slebodnik2017-01-161-1/+1