mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Move priority option to service network reference
Add ordering to networks.get_networks Fix priority test Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
4839baf877
commit
d63500a191
15 changed files with 99 additions and 60 deletions
|
|
@ -1274,13 +1274,6 @@ class CLITestCase(DockerClientTestCase):
|
|||
bar_container.id
|
||||
)
|
||||
|
||||
def test_up_ordered_networks(self):
|
||||
self.base_dir = 'tests/fixtures/networks'
|
||||
result = self.dispatch(['-f', 'ordered-networks.yml', 'up', '-d'])
|
||||
|
||||
assert 'Connecting to networks_buzz\nConnecting to networks_foo' \
|
||||
'\nConnecting to networks_bar' in result.stdout
|
||||
|
||||
@v3_only()
|
||||
def test_up_with_healthcheck(self):
|
||||
def wait_on_health_status(container, status):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue