compose/tests/integration
Aanand Prasad 9768872507 Fix "Duplicate volume mount" error when config has trailing slashes
When an image declares a volume such as `/var/lib/mysql`, and a Compose
file has a line like `./data:/var/lib/mysql/` (note the trailing slash),
Compose creates duplicate volume binds when *recreating* the container.
(The first container is created without a hitch, but contains multiple
entries in its "Volumes" config.)

Fixed by normalizing all paths in volumes config.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-07-29 18:42:08 +01:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
legacy_test.py Handle case where /containers/json returns "Labels": null 2015-07-15 17:13:33 +01:00
project_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
resilience_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
service_test.py Fix "Duplicate volume mount" error when config has trailing slashes 2015-07-29 18:42:08 +01:00
state_test.py Deprecate --allow-insecure-ssl 2015-07-23 10:56:21 +01:00
testcases.py Move make_service_dict out of config 2015-07-03 15:06:53 +01:00