summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test.py1
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'})