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.
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)")
```
|
8 years ago | |
|---|---|---|
| .. | ||
| data | 8 years ago | |
| README.md | 8 years ago | |
| build_docker_image.py | 8 years ago | |
| call_function_test.py | 8 years ago | |
| channel_test.py | 8 years ago | |
| fakessh_test.py | 8 years ago | |
| id_allocation_test.py | 8 years ago | |
| importer_test.py | 8 years ago | |
| local_test.py | 8 years ago | |
| master_test.py | 8 years ago | |
| module_finder_test.py | 8 years ago | |
| nested_test.py | 8 years ago | |
| responder_test.py | 8 years ago | |
| select_test.py | 8 years ago | |
| ssh_test.py | 8 years ago | |
| testlib.py | 8 years ago | |
| utils_test.py | 8 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!