compose/tests/integration
Aanand Prasad 7da8e6be3b Migrate containers in dependency order
This fixes a bug where migration would fail with an error if a
downstream container was migrated before its upstream dependencies, due
to `check_for_legacy_containers()` being implicitly called when we fetch
`links`, `volumes_from` or `net` dependencies.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-05-26 16:03:06 +01:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Fix teardown for integration tests. 2015-05-18 10:44:44 -04:00
legacy_test.py Migrate containers in dependency order 2015-05-26 16:03:06 +01:00
project_test.py Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
service_test.py Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
state_test.py Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
testcases.py Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00