summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-05-29 12:43:48 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-05-29 13:09:59 +0200
commit89726be5a05493b7af312f0be9ac5ecb6f1822e1 (patch)
tree00a4f11bb68b1fdb57883ba18ec6f6183441d532
parentfca26b76f23ee4457d6796b19892ed97362b6c8d (diff)
downloadsssd-89726be5a05493b7af312f0be9ac5ecb6f1822e1.tar.gz
sssd-89726be5a05493b7af312f0be9ac5ecb6f1822e1.tar.xz
sssd-89726be5a05493b7af312f0be9ac5ecb6f1822e1.zip
test_kcm: Remove commented code
The bug is now tracked with: https://pagure.io/SSSD/sssd/issue/3413 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--src/tests/intg/test_kcm.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/intg/test_kcm.py b/src/tests/intg/test_kcm.py
index 1ab2a1837..80873f6e4 100644
--- a/src/tests/intg/test_kcm.py
+++ b/src/tests/intg/test_kcm.py
@@ -293,12 +293,6 @@ def collection_init_list_destroy(testenv):
assert cc_coll['bob@KCMTEST'] == ['krbtgt/KCMTEST@KCMTEST']
assert 'carol@KCMTEST' not in cc_coll
- # FIXME - a bug in libkrb5?
- #out = testenv.k5util.kdestroy(all_ccaches=True)
- #assert out == 0
- #cc_coll = testenv.k5util.list_all_princs()
- #assert len(cc_coll) == 0
-
def test_kcm_mem_collection_init_list_destroy(setup_for_kcm_mem):
testenv = setup_for_kcm_mem