unit test

This commit is contained in:
Joffrey F 2015-05-08 11:36:14 -07:00
parent 53aa77fd3a
commit 1f74262ab3
1 changed files with 1 additions and 0 deletions

View File

@ -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'})