| commit | cf3503812e7562bb771a03f7e7138cd9660f425b | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Wed Mar 02 16:39:58 2016 +0100 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Wed Mar 02 16:52:14 2016 +0100 |
| tree | fecb197925db59945474de1b8284b3e1f83aaea0 | |
| parent | 7313ff831f4a6f5a78d3e27886f0012b716396f4 [diff] |
Fix: only list and remove the dockernet's containers This PR modify an emuvim test to use the custom label applied on the dockernet's containers. Otherwise, third-party containers were listed by the test, which ended in a failure. The teardown strategy has been updated to avoid removing third-party containers. It requires the latest dockernet version on the `dockernet-sonata` branch (https://github.com/mpeuster/dockernet/tree/dockernet-sonata).