docker-py/tests/unit
yunzhu-li 896d36ea1d
Add support for Block IO constraints in HostConfig
This adds support for Block IO constraint options:
    - blkio-weight
    - blkio-weight-device
    - device-read-bps
    - device-write-bps
    - device-read-iops
    - device-write-iops

Signed-off-by: yunzhu-li <contact@yunzhu.li>
2016-06-05 23:30:44 -04:00
..
testdata/certs Reorganize test directories 2015-10-21 16:02:09 -07:00
__init__.py Reorganize test directories 2015-10-21 16:02:09 -07:00
api_test.py incorporate feedback 2015-12-04 01:27:44 -06:00
auth_test.py Don't raise InvalidConfigError when auth dict doesn't have an 'auth' key 2016-04-05 14:05:33 -07:00
build_test.py Reorganize test directories 2015-10-21 16:02:09 -07:00
client_test.py Don't set socket timeout if it's already disabled when streaming 2016-05-10 10:23:14 -05:00
container_test.py Don't support tmpfs in API version < 1.22 2016-03-16 17:37:54 +00:00
exec_test.py Reorganize test directories 2015-10-21 16:02:09 -07:00
fake_api.py Unit test for Client.update_container method 2016-02-23 16:18:36 -08:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
image_test.py Add support for changes param to ContainerApiMixin.commit 2016-03-21 11:37:14 -07:00
network_test.py Support links when creating containers or connecting to networks 2016-01-20 17:47:45 +00:00
ssladapter_test.py Use backports.ssl_match_hostname 2016-04-08 00:36:46 +08:00
utils_test.py Add support for Block IO constraints in HostConfig 2016-06-05 23:30:44 -04:00
volume_test.py Fix remove_volume return value 2015-12-10 10:29:11 +05:30