Merge pull request #3128 from dnephin/add_network_settings_to_config_hash

Include network settings as part of the service config hash.
This commit is contained in:
Aanand Prasad 2016-03-23 17:01:32 +00:00
commit c3eca82749
3 changed files with 9 additions and 4 deletions

View file

@ -1257,6 +1257,10 @@ class CLITestCase(DockerClientTestCase):
'logscomposefile_another_1',
'exited'))
# sleep for a short period to allow the tailing thread to receive the
# event. This is not great, but there isn't an easy way to do this
# without being able to stream stdout from the process.
time.sleep(0.5)
os.kill(proc.pid, signal.SIGINT)
result = wait_on_process(proc, returncode=1)
assert 'test' in result.stdout