mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
New network config whitelist option in unit test
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
9c0bbaad36
commit
570cf951ac
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ class NetworkTest(unittest.TestCase):
|
|||
options = {'com.docker.network.driver.foo': 'bar'}
|
||||
remote_options = {
|
||||
'com.docker.network.driver.overlay.vxlanid_list': '257',
|
||||
'com.docker.network.driver.foo': 'bar'
|
||||
'com.docker.network.driver.foo': 'bar',
|
||||
'com.docker.network.windowsshim.hnsid': 'aac3fd4887daaec1e3b',
|
||||
}
|
||||
net = Network(
|
||||
None, 'compose_test', 'net1', 'overlay',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue