URL: https://github.com/SSSD/sssd/pull/218
Title: #218: TEST: Adding krb5-libs to dependencies

lslebodn commented:
"""
I think that ticket 3353 is mainly about following change
```
commit 0700118d8388c38b8cb28279510b206b76a3a411
Author: Jakub Hrozek <[email protected]>
Date:   Tue Dec 13 17:17:16 2016 +0100

    TESTS: Add integration tests for the KCM responder
    
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index c525e62e8..4467e117c 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -47,6 +47,8 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
         uid_wrapper
         python-requests
         curl-devel
+        krb5-server
+        krb5-workstation
     )
     _DEPS_LIST_SPEC=`
         sed -e 's/@PACKAGE_VERSION@/0/g' \
```

And it would be to check which binaries are used in added python files:
src/tests/intg/kdc.py, src/tests/intg/krb5utils.py, src/tests/intg/test_kcm.py

From top of my head: `kinit`

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/218#issuecomment-290647051
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to