History log of /sssd-io/src/tests/intg/test_sssctl.py
Revision Date Author Comments Expand
a73d70f7ebe194337d7732fd644384c94c2ce0d5 26-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

TESTS: Move get_call_output() to util.py This function will be reused outside of test_sssctl.py. Related: https://pagure.io/SSSD/sssd/issue/3658 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

69f6b919be962b8be78320ffab8607b8d9a0e4c6 16-Jan-2017 Lukas Slebodnik <lslebodn@redhat.com>

intg: Convert output of executed commands to strings We know that all our tested utilities (sssctl, sss_cache, sss_override) returns strings and not binary data. We can safely encode output to string (unicode) in python3 Reviewed-by: Martin Basti <mbasti@redhat.com>

1a71eeb4d71f7f6d63edb4298d69b35a94edc020 10-Jan-2017 Jakub Hrozek <jhrozek@redhat.com>

test_sssctl: Add an integration test for sssctl netgroup-show Related: https://fedorahosted.org/sssd/ticket/3267 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

35ecfab87a24031e55798b22975e02832ee0f2ad 15-Dec-2016 Michal Židek <mzidek@redhat.com>

tests: sssctl user/group-show basic tests Add basic tests for sssctl user/group-show commands. This includes regression test for ticket #3235. Resolves: https://fedorahosted.org/sssd/ticket/3235 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>