![]() Ubuntu 17.04 provides Docker 1.12.6, which has API version 1.24. `dev_requirements.txt` specifies the docker-py 2.5.1, which by default requests API version 1.30. Hence when the SSH unit tests try to run the container specified in `DockerizedSshDaemon` an error occurs ``` APIError: 400 Client Error: Bad Request ("client is newer than server (client API version: 1.30, server API version: 1.24)") ``` |
||
---|---|---|
.. | ||
data | ||
README.md | ||
build_docker_image.py | ||
call_function_test.py | ||
channel_test.py | ||
fakessh_test.py | ||
id_allocation_test.py | ||
importer_test.py | ||
local_test.py | ||
master_test.py | ||
module_finder_test.py | ||
nested_test.py | ||
responder_test.py | ||
select_test.py | ||
ssh_test.py | ||
testlib.py | ||
utils_test.py |
README.md
Warning
This directory is full of disorganized crap, including random hacks I checked in that I'd like to turn into tests. The effort to write tests only really started in September 2017. Pull requests in this area are very welcome!