mirror of https://github.com/docker/docker-py.git
unit test
This commit is contained in:
parent
53aa77fd3a
commit
1f74262ab3
|
@ -489,6 +489,7 @@ class DockerClientTest(Cleanup, base.BaseTestCase):
|
||||||
"StdinOnce": false,
|
"StdinOnce": false,
|
||||||
"NetworkDisabled": false,
|
"NetworkDisabled": false,
|
||||||
"Cpuset": "0,1",
|
"Cpuset": "0,1",
|
||||||
|
"CpusetCpus": "0,1",
|
||||||
"MemorySwap": 0}'''))
|
"MemorySwap": 0}'''))
|
||||||
self.assertEqual(args[1]['headers'],
|
self.assertEqual(args[1]['headers'],
|
||||||
{'Content-Type': 'application/json'})
|
{'Content-Type': 'application/json'})
|
||||||
|
|
Loading…
Reference in New Issue