1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Sam Whited b37c214e3c testutil: make testing packages public
This was done with something along the lines of:

```
mv internal/test testutil
pushd testutil/; grep -IRl "package test" | xargs -I '{}' sed -i -e 's|package test|package testutil|g' {}; popd
mv internal/testutil/*.go testutil/ && rm -rf internal/
grep -IRl "github.com\/docker\/docker\/internal\/test" | xargs -I '{}' sed -i -e 's|github.com/docker/docker/internal/test|github.com/docker/docker/test|g' {}
goimports .
```

I also modified the basic plugin path in testutil/fixtures/plugin.

Signed-off-by: Sam Whited <sam@samwhited.com>
2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
environment testutil: make testing packages public 2019-09-11 07:47:23 -05:00
fixtures Clean some integration-cli/fixtures package/files 2018-04-16 10:48:58 +02:00
requirement prepare for rm-gocheck script 2019-09-09 20:49:53 +00:00
testdata Clean some integration-cli/fixtures package/files 2018-04-16 10:48:58 +02:00
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 testutil: make testing packages public 2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_exec_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_images_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_api_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_attach_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_attach_unix_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_build_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_build_unix_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_by_digest_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_commit_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_cp_from_container_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_daemon_plugins_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_daemon_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05: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 intgration-cli: fix formatting 2019-09-09 21:47:44 +00:00
docker_cli_images_test.go intgration-cli: fix formatting 2019-09-09 21:47:44 +00:00
docker_cli_import_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_info_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05: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 rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_links_test.go intgration-cli: fix formatting 2019-09-09 21:47:44 +00: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 rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_network_test.go Setup tests 2019-09-09 21:09:57 +00:00
docker_cli_network_unix_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_port_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_pull_local_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_pull_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_push_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
docker_cli_registry_user_agent_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_restart_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00:00
docker_cli_rmi_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_run_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_run_unix_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_save_load_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00:00
docker_cli_service_health_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00:00
docker_cli_service_logs_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00: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 rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 Merge pull request #39799 from tiborvass/bye-bye-gocheck 2019-09-10 22:58:57 +02:00
docker_cli_swarm_unix_test.go waitAndAssert -> poll.WaitOn 2019-09-09 21:09:57 +00: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_userns_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00:00
docker_cli_v2_only_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_cli_volume_test.go rm-gocheck: goimports 2019-09-09 21:08:38 +00: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 testutil: make testing packages public 2019-09-11 07:47:23 -05:00
docker_utils_test.go integration-cli: remove TestingT 2019-09-10 00:25:01 +00:00
events_utils_test.go rm-gocheck: run goimports to compile successfully 2019-09-09 21:06:12 +00:00
fixtures_linux_daemon_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
requirements_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
requirements_unix_test.go integration-cli: remove unused requirements utils 2019-07-08 18:58:46 +02:00
test_vars_noseccomp_test.go
test_vars_seccomp_test.go
test_vars_test.go
test_vars_unix_test.go integration-cli: remove defaultSleepImage constant 2019-07-08 18:42:08 +02:00
test_vars_windows_test.go integration-cli: remove defaultSleepImage constant 2019-07-08 18:42:08 +02:00
utils_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00