moby--moby/integration-cli
Kir Kolyshkin a7942baf76
Use io.SeekStart instead of os.SEEK_SET
Fixes linter warnings like this one:

> distribution/pull_v2.go:229:39: SA1019: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd.  (staticcheck)

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-09-18 12:57:31 +02:00
..
checker prepare for eg on waitAndAssert 2019-09-09 21:09:57 +00:00
cli testutil: make testing packages public 2019-09-11 07:47:23 -05:00
daemon integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
environment testutil: make testing packages public 2019-09-11 07:47:23 -05:00
fixtures
requirement
testdata
benchmark_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
check_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
daemon_swarm_hack_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_api_attach_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_api_build_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_build_windows_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_containers_test.go integration-cli: SA5001: should check returned error before deferring reg.Close() (staticcheck) 2019-09-18 12:57:03 +02:00
docker_api_containers_windows_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_api_exec_resize_test.go integration-cli: fix capitalization of variables and errors (golint) 2019-09-18 12:56:56 +02:00
docker_api_exec_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_images_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_api_inspect_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_api_logs_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_network_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_stats_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_swarm_node_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00:00
docker_api_swarm_service_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_swarm_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_api_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_attach_test.go integration-cli: TestAttachMultipleAndRestart: don't call t.Fatal from a goroutine 2019-09-18 12:57:05 +02:00
docker_cli_attach_unix_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_build_test.go integration-cli: TestBuildAddBadLinks, TestBuildAddBadLinksVolume: simplify check 2019-09-18 12:57:06 +02:00
docker_cli_build_unix_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
docker_cli_by_digest_test.go integration-cli: use raw strings for regexes (gosimple) 2019-09-18 12:56:58 +02:00
docker_cli_commit_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_cp_from_container_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_cp_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_cp_to_container_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_cp_to_container_unix_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_cp_utils_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_create_test.go integration-cli: remove unused types and fields 2019-09-18 12:57:01 +02:00
docker_cli_daemon_plugins_test.go integration-cli: remove unused functions and enable disabled tests 2019-09-18 12:56:59 +02:00
docker_cli_daemon_test.go Use io.SeekStart instead of os.SEEK_SET 2019-09-18 12:57:31 +02:00
docker_cli_events_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_events_unix_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_exec_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_exec_unix_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_external_volume_driver_test.go integration-cli: S1025: the argument is already a string (gosimple) 2019-09-18 12:57:04 +02:00
docker_cli_health_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_history_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_images_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_import_test.go integration-cli: use raw strings for regexes (gosimple) 2019-09-18 12:56:58 +02:00
docker_cli_info_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_info_unix_test.go rm-gocheck: Contains -> strings.Contains 2019-09-09 21:08:22 +00:00
docker_cli_inspect_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_links_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_login_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_logout_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_logs_bench_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_logs_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_netmode_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_network_test.go Setup tests 2019-09-09 21:09:57 +00:00
docker_cli_network_unix_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_plugins_logdriver_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_plugins_test.go integration-cli: S1025: the argument is already a string (gosimple) 2019-09-18 12:57:04 +02:00
docker_cli_port_test.go integration-cli: fix capitalization of variables and errors (golint) 2019-09-18 12:56:56 +02:00
docker_cli_proxy_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_prune_unix_test.go fix remaining issues with checker.Not 2019-09-09 21:09:57 +00:00
docker_cli_ps_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_pull_local_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_pull_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
docker_cli_push_test.go integration-cli: fix TestPushMultipleTags 2019-09-18 12:57:02 +02:00
docker_cli_registry_user_agent_test.go integration-cli: SA5001: should check returned error before deferring reg.Close() (staticcheck) 2019-09-18 12:57:03 +02:00
docker_cli_restart_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_rmi_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_run_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_run_unix_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_save_load_test.go integration-cli: use raw strings for regexes (gosimple) 2019-09-18 12:56:58 +02:00
docker_cli_save_load_unix_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_search_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_service_create_test.go Fix more signal handling issues in tests. 2019-09-11 13:09:33 -07:00
docker_cli_service_health_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00:00
docker_cli_service_logs_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_service_scale_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_sni_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_start_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_cli_stats_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_swarm_test.go integration-cli: S1025: the argument is already a string (gosimple) 2019-09-18 12:57:04 +02:00
docker_cli_swarm_unix_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_top_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_update_unix_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_cli_userns_test.go Fix more signal handling issues in tests. 2019-09-11 13:09:33 -07:00
docker_cli_v2_only_test.go integration-cli: SA5001: should check returned error before deferring reg.Close() (staticcheck) 2019-09-18 12:57:03 +02:00
docker_cli_volume_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
docker_deprecated_api_v124_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_deprecated_api_v124_unix_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_hub_pull_suite_test.go integration-cli: remove unneeded fmt.Sprintf() in asserts 2019-09-11 16:18:04 +02:00
docker_utils_test.go integration-cli: remove unused functions and enable disabled tests 2019-09-18 12:56:59 +02:00
events_utils_test.go integration-cli: remove unused functions and enable disabled tests 2019-09-18 12:56:59 +02:00
fixtures_linux_daemon_test.go integration-cli: remove unused functions and enable disabled tests 2019-09-18 12:56:59 +02:00
requirements_test.go integration-cli: remove unnescessary conversions (unconvert) 2019-09-18 12:57:01 +02:00
requirements_unix_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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00