mirror of
https://github.com/docker/compose.git
synced 2025-07-29 08:34:15 +02:00
Update data for unit tests
Signed-off-by: Henke Adolfsson <catears13@gmail.com>
This commit is contained in:
parent
aa79fb2473
commit
87935893fc
@ -333,7 +333,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
assert service.options['environment'] == environment
|
assert service.options['environment'] == environment
|
||||||
|
|
||||||
assert opts['labels'][LABEL_CONFIG_HASH] == \
|
assert opts['labels'][LABEL_CONFIG_HASH] == \
|
||||||
'2524a06fcb3d781aa2c981fc40bcfa08013bb318e4273bfa388df22023e6f2aa'
|
'689149e6041a85f6fb4945a2146a497ed43c8a5cbd8991753d875b165f1b4de4'
|
||||||
assert opts['environment'] == ['also=real']
|
assert opts['environment'] == ['also=real']
|
||||||
|
|
||||||
def test_get_container_create_options_sets_affinity_with_binds(self):
|
def test_get_container_create_options_sets_affinity_with_binds(self):
|
||||||
@ -676,6 +676,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
'options': {'image': 'example.com/foo'},
|
'options': {'image': 'example.com/foo'},
|
||||||
'links': [('one', 'one')],
|
'links': [('one', 'one')],
|
||||||
'net': 'other',
|
'net': 'other',
|
||||||
|
'secrets': [],
|
||||||
'networks': {'default': None},
|
'networks': {'default': None},
|
||||||
'volumes_from': [('two', 'rw')],
|
'volumes_from': [('two', 'rw')],
|
||||||
}
|
}
|
||||||
@ -698,6 +699,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
'options': {'image': 'example.com/foo'},
|
'options': {'image': 'example.com/foo'},
|
||||||
'links': [],
|
'links': [],
|
||||||
'networks': {},
|
'networks': {},
|
||||||
|
'secrets': [],
|
||||||
'net': 'aaabbb',
|
'net': 'aaabbb',
|
||||||
'volumes_from': [],
|
'volumes_from': [],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user