compose/pkg/e2e
Laura Brehm 81182fca53 Add links to container create request.
In v1, links were sent alongside the rest of the container create request, as part of `HostConfig`. In v2, links are usually set on the connect container to network request that happens after the create. However, this only happens if the service has one or more networks defined for it. If the services are configured to use the default bridge network, this request is not made and so links are never configured.

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2022-06-02 02:51:25 +02:00
..
fixtures Add links to container create request. 2022-06-02 02:51:25 +02:00
cancel_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
cascade_stop_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_build_test.go add tags property to build section 2022-05-18 14:43:54 +02:00
compose_down_test.go compose down exit=0 if nothing to remove 2022-05-04 13:51:21 +02:00
compose_environment_test.go add e2e tests to verify env variables priority 2022-05-30 17:11:49 +02:00
compose_exec_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_run_test.go restore TTY auto-detection using dockerCli.Out.IsTerminal 2022-03-16 16:34:26 +01:00
compose_test.go fix TestLocalComposeUp which fail locally 2022-05-20 07:36:34 +02:00
cp_test.go cp command: copy to all containers of a service as default behaviour 2022-05-10 10:50:40 +02:00
ddev_test.go Fix problems with ddev e2e test and minor cleanup, add tmate (#27) 2022-05-19 14:14:03 +02:00
e2e_config_plugin.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
e2e_config_standalone.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
framework.go Add ddev's e2e test 2022-05-19 14:14:03 +02:00
ipc_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
logs_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
main_test.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
metrics_test.go Bump compose-go to v1.0.7 2021-11-22 18:13:07 +01:00
networks_test.go Add links to container create request. 2022-06-02 02:51:25 +02:00
restart_test.go define compose container names with a valid hostname 2021-09-22 19:06:34 +02:00
scan_message_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
start_fail_test.go Don't wait forever for unhealthy dependencies 2022-01-07 19:13:43 +01:00
start_stop_test.go e2e: reproduce bug with links 2022-05-31 16:32:29 -05:00
volumes_test.go only remove volumes set by compose file 2022-01-20 14:32:45 +01:00