Remove containers used by tests
This commit is contained in:
parent
c422e152f3
commit
51c09bfd26
@ -37,6 +37,7 @@ class DockerTest(object):
|
||||
self.cli.wait(container=container.get('Id'))
|
||||
response = self.cli.logs(container=container.get('Id'),
|
||||
stdout=True)
|
||||
self.cli.remove_container(container=container.get('Id'))
|
||||
return(response.decode('utf8'))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user