URL: https://github.com/SSSD/sssd/pull/198 Title: #198: secrets: support https in proxy provider
jhrozek commented: """ Looks like the CI tests fail even on fedora..: ``` =================================== FAILURES =================================== ____________________________ test_curlwrap_crd_ops _____________________________ Traceback (most recent call last): File "/var/lib/jenkins/workspace/ci/label/fedora25/src/tests/intg/test_secrets.py", line 226, in test_curlwrap_crd_ops 404) File "/var/lib/jenkins/workspace/ci/label/fedora25/src/tests/intg/test_secrets.py", line 203, in run_curlwrap_tool assert cmd.returncode == 0 AssertionError: assert -11 == 0 + where -11 = <subprocess.Popen object at 0x7ffa175d4e50>.returncode ____________________________ test_curlwrap_parallel ____________________________ Traceback (most recent call last): File "/var/lib/jenkins/workspace/ci/label/fedora25/src/tests/intg/test_secrets.py", line 294, in test_curlwrap_parallel run_curlwrap_tool(args, 200) File "/var/lib/jenkins/workspace/ci/label/fedora25/src/tests/intg/test_secrets.py", line 203, in run_curlwrap_tool assert cmd.returncode == 0 AssertionError: assert -11 == 0 + where -11 = <subprocess.Popen object at 0x7ffa175ecc10>.returncode ==================== 2 failed, 169 passed in 453.18 seconds ==================== Makefile:737: recipe for target 'intgcheck-installed' failed make[2]: *** [intgcheck-installed] Error 1 ``` """
See the full comment at https://github.com/SSSD/sssd/pull/198#issuecomment-288342668