diff options
author | Joffrey F <joffrey@docker.com> | 2015-05-08 11:36:14 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-05-08 11:36:14 -0700 |
commit | 1f74262ab33c2fb8d6d73ccbe0541c137af234a3 (patch) | |
tree | a28c93d0424e0d8a23b7ce2d9744fa1bd0e23c99 /tests | |
parent | 53aa77fd3ae9ca84ea1524ce28e8ccf6d82827e3 (diff) | |
download | docker-py-cpusetcpus.tar.gz |
unit testcpusetcpus
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.py b/tests/test.py index efcb37c..17a2e6b 100644 --- a/tests/test.py +++ b/tests/test.py @@ -489,6 +489,7 @@ class DockerClientTest(Cleanup, base.BaseTestCase): "StdinOnce": false, "NetworkDisabled": false, "Cpuset": "0,1", + "CpusetCpus": "0,1", "MemorySwap": 0}''')) self.assertEqual(args[1]['headers'], {'Content-Type': 'application/json'}) |