You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8dcfb1b7f7
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)") ``` |
7 years ago | |
---|---|---|
.. | ||
data | 7 years ago | |
README.md | 7 years ago | |
build_docker_image.py | 7 years ago | |
call_function_test.py | 7 years ago | |
channel_test.py | 7 years ago | |
fakessh_test.py | 7 years ago | |
id_allocation_test.py | 7 years ago | |
importer_test.py | 7 years ago | |
local_test.py | 7 years ago | |
master_test.py | 7 years ago | |
module_finder_test.py | 7 years ago | |
nested_test.py | 7 years ago | |
responder_test.py | 7 years ago | |
select_test.py | 7 years ago | |
ssh_test.py | 7 years ago | |
testlib.py | 7 years ago | |
utils_test.py | 7 years ago |
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!