moby--moby/integration-cli
Kir Kolyshkin 2ed512c7fa integration-cli/Test*Swarm*: use same args on restart
When starting docker daemons for swarm testing, we disable iptables
and use lo for communication (in order to avoid network conflicts).

The problem is, these options are lost on restart, that can lead
to any sorts of network conflicts and thus connectivity issues
between swarm nodes.

Fix this. This does not fix issues with swarm test failures, but
it seems they appear are less often after this one.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-11-01 13:25:12 -07:00
..
checker
cli Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
environment Various code-cleanup 2018-05-23 17:50:54 +02:00
fixtures
requirement
testdata
benchmark_test.go
check_test.go integration-cli/Test*Swarm*: use same args on restart 2018-11-01 13:25:12 -07:00
daemon_swarm_hack_test.go
docker_api_attach_test.go Merge pull request #36612 from kolyshkin/t-attach 2018-05-08 03:26:25 +02:00
docker_api_build_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_api_build_windows_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_api_containers_test.go Tweak bind mount errors 2018-09-28 12:18:58 +02:00
docker_api_containers_windows_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_api_exec_resize_test.go Fix race condition between exec start and resize 2018-06-08 11:07:48 +08:00
docker_api_exec_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_api_images_test.go Temporarily disable failing tests on Windows RS3 2018-07-31 23:49:36 +02:00
docker_api_inspect_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_api_logs_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_api_network_test.go migrate TestAPINetworkCreateDelete from integration-cli/ to integration/ 2018-06-15 16:06:45 -04:00
docker_api_stats_test.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
docker_api_swarm_node_test.go integration-cli/Test*Swarm*: use same args on restart 2018-11-01 13:25:12 -07:00
docker_api_swarm_service_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_api_swarm_test.go integration-cli/Test*Swarm*: use same args on restart 2018-11-01 13:25:12 -07:00
docker_api_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_cli_attach_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_attach_unix_test.go integration-cli: fix TestAttachDetach, rm TestAttachDetachTruncatedID 2018-08-24 14:48:38 -07:00
docker_cli_build_test.go Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
docker_cli_build_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_by_digest_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_commit_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_cp_from_container_test.go
docker_cli_cp_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_cp_to_container_test.go
docker_cli_cp_to_container_unix_test.go
docker_cli_cp_utils_test.go
docker_cli_create_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_daemon_plugins_test.go integration-cli: error report improvements 2018-08-14 12:52:30 +03:00
docker_cli_daemon_test.go fix daemon tests that were using wrong containerd socket 2018-09-25 17:57:35 +00:00
docker_cli_events_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_events_unix_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_exec_test.go Disable TestExecWindowsOpenHandles on RS5 temporarily 2018-08-20 19:48:20 -07:00
docker_cli_exec_unix_test.go Alternative failure mitigation of `TestExecInteractiveStdinClose` 2018-05-28 11:25:31 +08:00
docker_cli_external_volume_driver_unix_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_health_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_history_test.go
docker_cli_images_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_import_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_info_test.go
docker_cli_info_unix_test.go
docker_cli_inspect_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_links_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_cli_login_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_logout_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_logs_bench_test.go
docker_cli_logs_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_netmode_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_cli_network_unix_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_plugins_logdriver_test.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
docker_cli_plugins_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_port_test.go
docker_cli_proxy_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_prune_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_ps_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_pull_local_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_pull_test.go
docker_cli_push_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_registry_user_agent_test.go
docker_cli_restart_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_rmi_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_run_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_run_unix_test.go fix typo: transtions->transitions 2018-09-08 10:06:46 +08:00
docker_cli_save_load_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_save_load_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_search_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_service_create_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_service_health_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_service_logs_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_service_scale_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_service_update_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_sni_test.go Various code-cleanup 2018-05-23 17:50:54 +02:00
docker_cli_start_test.go TestStartReturnCorrectExitCode: show error 2018-09-11 12:43:30 -07:00
docker_cli_stats_test.go
docker_cli_swarm_test.go integration-cli/Test*Swarm*: use same args on restart 2018-11-01 13:25:12 -07:00
docker_cli_swarm_unix_test.go integration: use %s for check.Commentf() 2018-08-14 10:45:39 +03:00
docker_cli_top_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
docker_cli_update_unix_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_userns_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_v2_only_test.go
docker_cli_volume_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_deprecated_api_v124_test.go fix and skip some tests based on API version 2018-05-15 16:05:04 -07:00
docker_deprecated_api_v124_unix_test.go Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
docker_hub_pull_suite_test.go
docker_utils_test.go TestAPISwarmLeaderElection: add some debug 2018-11-01 13:24:39 -07:00
events_utils_test.go
fixtures_linux_daemon_test.go
requirements_test.go fix typos: wether -> whether 2018-09-07 12:27:30 +08:00
requirements_unix_test.go
test_vars_exec_test.go
test_vars_noexec_test.go
test_vars_noseccomp_test.go
test_vars_seccomp_test.go
test_vars_test.go
test_vars_unix_test.go
test_vars_windows_test.go
utils_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00