-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
https://jenkins.dockerproject.org/job/Docker-PRs/24848/console for detail.
in docker-py, when checkout to the commit of 387db11,the error appears,if I remove the commit ,we will not have the error.
==================================== ERRORS ====================================
_________________ ERROR at setup of InformationTest.test_info __________________
/docker-py/tests/integration/conftest.py:17: in setup_test_session
c = docker_client()
/docker-py/tests/helpers.py:61: in docker_client
return docker.Client(**docker_client_kwargs(**kwargs))
/docker-py/tests/helpers.py:65: in docker_client_kwargs
client_kwargs = docker.utils.kwargs_from_env(assert_hostname=False)
/docker-py/docker/utils/utils.py:486: in kwargs_from_env
assert_fingerprint=tls_verify)
/docker-py/docker/tls.py:47: in __init__
'Path to a certificate and key files must be provided'
E TLSParameterError: Path to a certificate and key files must be provided through the client_config
param. TLS configurations should map the Docker CLI client configurations.
See https://docs.docker.com/engine/articles/https/ for API details.
________________ ERROR at setup of InformationTest.test_search _________________
...
Metadata
Metadata
Assignees
Labels
No labels