summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-08-08 17:49:05 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-09-20 17:34:39 +0200
commitdb0982c52294ee5ea08ed242d27660783fde29cd (patch)
tree1bfcbdb9263bcb6dc209f47d1ce0e25d0e484d3e /contrib
parent4f2509f8d23d9e921f07b2ead63392ae82ad3a38 (diff)
downloadsssd-db0982c52294ee5ea08ed242d27660783fde29cd.tar.gz
sssd-db0982c52294ee5ea08ed242d27660783fde29cd.tar.xz
sssd-db0982c52294ee5ea08ed242d27660783fde29cd.zip
TESTS: Add integration tests for the sssd-secrets
Implements a simple HTTP client and uses it to talk to the sssd-secrets responder. Only the local provider is tested at the moment. Resolves: https://fedorahosted.org/sssd/ticket/3054 Reviewed-by: Petr Čech <pcech@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ci/deps.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index 1a94e3df2..9a7098c39 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -45,6 +45,7 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
pyldb
rpm-build
uid_wrapper
+ python-requests
)
_DEPS_LIST_SPEC=`
sed -e 's/@PACKAGE_VERSION@/0/g' \
@@ -114,6 +115,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
python-pytest
python-ldap
python-ldb
+ python-requests
ldap-utils
slapd
systemtap-sdt-dev