Skip to content

Commit 1f74262

Browse files
committed
unit test
1 parent 53aa77f commit 1f74262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ def test_create_container_with_cpuset(self):
489489
"StdinOnce": false,
490490
"NetworkDisabled": false,
491491
"Cpuset": "0,1",
492+
"CpusetCpus": "0,1",
492493
"MemorySwap": 0}'''))
493494
self.assertEqual(args[1]['headers'],
494495
{'Content-Type': 'application/json'})

0 commit comments

Comments
 (0)