Fix: only list and remove the dockernet's containers
authorcgeoffroy <geoffroy.chollon@thalesgroup.com>
Wed, 2 Mar 2016 15:39:58 +0000 (16:39 +0100)
committercgeoffroy <geoffroy.chollon@thalesgroup.com>
Wed, 2 Mar 2016 15:52:14 +0000 (16:52 +0100)
commitcf3503812e7562bb771a03f7e7138cd9660f425b
treefecb197925db59945474de1b8284b3e1f83aaea0
parent7313ff831f4a6f5a78d3e27886f0012b716396f4
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).
emuvim/test/test_emulator.py