40fab0e80857198605b69e1010ab5e090769cc99 |
|
10-Mar-2018 |
Fabiano Fidêncio <fidencio@redhat.com> |
TESTS: Fix E302 pep8 issues on test_enumeration.py
E302: expected 2 blank lines, found 1
Resolves:
https://pagure.io/SSSD/sssd/issue/3605
Reviewed-by: Michal Židek <mzidek@redhat.com>
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> |
26803ffaceb6e243e37b7a65ce8dc394d6067d2e |
|
13-Dec-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
Revert "intg: Disable add_remove tests"
This reverts commit a24e735d33b788fec32acba70f30709eff44ebdf.
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Michal Židek <mzidek@redhat.com> |
6c802b2009c1b6dd0c3306ba97056e64acc0ec9e |
|
26-Oct-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
TESTS: Add integration tests for the auto_private_groups option
Related:
https://pagure.io/SSSD/sssd/issue/1872
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
a24e735d33b788fec32acba70f30709eff44ebdf |
|
14-Aug-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
intg: Disable add_remove tests
add_remove fails quite often in enumeration test. The reason of failures
is not obvious and will take some time to investigate it.
Failures blocks testing of other patches therefore its better to disable
tests. (pytest run functions/methods which start with "test")
Temporary workaround for:
https://pagure.io/SSSD/sssd/issue/3463
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
76b6d7fb9f31f7836158d248161aec3558098659 |
|
27-Feb-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
TESTS: Enable the files domain for all integration tests
This is done to make sure that enabling the files domain doesn't break
existing functionality as well as making it possible to even that the
implicit domain, since all integration tests use the same configuration.
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
1097a61a8d4a892e126d14631c1b80fc1a5ce976 |
|
16-Jan-2017 |
Lukas Slebodnik <lslebodn@redhat.com> |
intg: Use bytes for value of attributes in ldif
Python3 version of ldap module require string for name of attribute
but bytes for value of attribute. It was not a problem in python2
due to unicode changes in python3
Reviewed-by: Martin Basti <mbasti@redhat.com> |
8def4f07aedf2cebf77e816b201d91beac9b964b |
|
18-Aug-2016 |
Lukas Slebodnik <lslebodn@redhat.com> |
test_enumeration: Remove test without enumeration
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
1f4dc2971bac4ceb0803b18f86a746656a0f1990 |
|
18-Aug-2016 |
Lukas Slebodnik <lslebodn@redhat.com> |
intg: rename test with enumeration
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |