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
Sebastiaan van Stijn 238180d292
integration-cli: remove manifest v2 schema 1 push tests
Pushing manifest v2, schema 1 images has been deprecated in commit
6302dbbf46 (docker 20.10). It's still used in
some tests to provision a legacy registry to test _pulling_ legacy images
(which is still "supported"), but we should no longer have to validate pushing
for other scenarios.

This patch removes the schema 1 push tests, and inlines the code that was
extracted in non-exported functions (for them to be shared between schema 2 and
schema 1 tests).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-11-18 12:26:13 +01:00
..
checker
cli
daemon
environment
fixtures
requirement
testdata
benchmark_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
check_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
daemon_swarm_hack_test.go
docker_api_attach_test.go
docker_api_build_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_build_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_api_containers_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_containers_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_api_containers_windows_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_exec_resize_test.go
docker_api_exec_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_images_test.go
docker_api_inspect_test.go
docker_api_logs_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_network_test.go
docker_api_stats_test.go Windows CI: Add support for testing with containerd 2021-08-17 07:09:40 -07:00
docker_api_swarm_node_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_api_swarm_service_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_api_swarm_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_api_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_attach_test.go
docker_cli_attach_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_build_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_build_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_by_digest_test.go
docker_cli_commit_test.go Windows CI: Add support for testing with containerd 2021-08-17 07:09:40 -07:00
docker_cli_cp_from_container_test.go
docker_cli_cp_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_cp_to_container_test.go
docker_cli_cp_to_container_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_cp_utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_create_test.go
docker_cli_daemon_plugins_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_daemon_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_events_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_events_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_exec_test.go
docker_cli_exec_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_external_volume_driver_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_health_test.go
docker_cli_history_test.go
docker_cli_images_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_import_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_info_test.go
docker_cli_info_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_inspect_test.go
docker_cli_links_test.go
docker_cli_login_test.go
docker_cli_logout_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_logs_bench_test.go
docker_cli_logs_test.go
docker_cli_netmode_test.go
docker_cli_network_test.go
docker_cli_network_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_plugins_logdriver_test.go
docker_cli_plugins_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_port_test.go vendor: docker/libnetwork b3507428be5b458cb0e2b4086b13531fb0706e46 2021-03-25 00:19:35 +01:00
docker_cli_proxy_test.go
docker_cli_prune_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_ps_test.go Windows CI: Add support for testing with containerd 2021-08-17 07:09:40 -07:00
docker_cli_pull_local_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_pull_test.go
docker_cli_push_test.go integration-cli: remove manifest v2 schema 1 push tests 2021-11-18 12:26:13 +01:00
docker_cli_registry_user_agent_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_restart_test.go
docker_cli_rmi_test.go
docker_cli_run_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_run_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_save_load_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_save_load_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_search_test.go
docker_cli_service_create_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_service_health_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_service_logs_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_service_scale_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_sni_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_start_test.go
docker_cli_stats_test.go
docker_cli_swarm_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_swarm_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_top_test.go
docker_cli_update_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_cli_userns_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_v2_only_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_cli_volume_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
docker_deprecated_api_v124_test.go
docker_deprecated_api_v124_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_hub_pull_suite_test.go
docker_utils_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
events_utils_test.go
fixtures_linux_daemon_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
requirements_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
requirements_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
test_vars_noseccomp_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
test_vars_seccomp_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
test_vars_test.go
test_vars_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
test_vars_windows_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
utils_test.go