compose/tests/integration
Joffrey F 7a4c328c41 Rewriting tests to be UCP/Swarm compatible
- Event may contain more information in some cases.
  Don't assume order or format
- Don't assume ports are always exposed on 0.0.0.0 by default
- Absence of HostConfig in a create payload sometimes causes an error at the
  engine level
- In Swarm, volume names are prefixed by "<node_name>/"
- When testing against Swarm, the default network driver is overlay
- Ensure custom test networks are always attachable
- Handle Swarm network names
- Some params moved to host config in recent (1.21+) version
- Conditional test skips for Swarm environments

Signed-off-by: Joffrey F <joffrey@docker.com>
2017-06-14 16:17:15 -07:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
network_test.py Add default labels to networks and volumes created by Compose 2016-12-19 20:43:35 -08:00
project_test.py Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00
resilience_test.py Teardown project and db in ResilienceTest 2016-07-21 13:17:53 +01:00
service_test.py Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00
state_test.py Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00
testcases.py Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00
volume_test.py Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00