Christopher Crone f0e5b3d7d8 Set integration test OSType with environment variable hace 7 años
..
checker 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
cli f0e5b3d7d8 Set integration test OSType with environment variable hace 7 años
daemon 98a4613017 Cleanup daemon.LoadBusybox() to use the API instead of client hace 7 años
environment f0e5b3d7d8 Set integration test OSType with environment variable hace 7 años
fixtures c85e8622a4 Decouple plugin manager from libcontainerd package hace 7 años
registry 4bce232139 Revert "Planned 1.13 deprecation: email from login" hace 8 años
request 85431566a8 Set client version instead of negotiating it hace 7 años
requirement f85ef42ea5 Refactor test environment hace 7 años
benchmark_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
check_test.go 9be245f438 Merge pull request #34805 from chris-crone/containerize-integration-tests hace 7 años
daemon_swarm_hack_test.go 9af5d7c340 Small cleanups on integration cli hace 8 años
docker_api_attach_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_auth_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_build_test.go 22e15721b1 Merge pull request #33492 from simonferquel/typed-builder-commands-squashed hace 7 años
docker_api_containers_test.go 5bbf5cc671 Set selinux label on local volumes from mounts API hace 7 años
docker_api_containers_windows_test.go 54354db850 Windows: Add named pipe mount support hace 8 años
docker_api_create_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_events_test.go a899aa6796 [integration] make runSleepingContainer use cli package hace 8 años
docker_api_exec_resize_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_exec_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_images_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_api_info_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_inspect_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_inspect_unix_test.go 86f9eb4a08 Fixes for dnephin review hace 7 años
docker_api_ipcmode_test.go 8a9878081f docker_api_ipcmode_test: add SameHostDaemon req hace 7 años
docker_api_logs_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_network_test.go 6936ce3b65 Remove race and split TestAPINetworkInspect test hace 7 años
docker_api_resize_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_session_test.go 4f304e72a2 Remove testutil.ReadBody hace 7 años
docker_api_stats_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_stats_unix_test.go b11ba1231e Update request.* signature to remove the host hace 8 años
docker_api_swarm_config_test.go 81bb9978ab Cleanup client not found errors. hace 7 años
docker_api_swarm_node_test.go 69afd30444 split docker_api_swarm_test.go into multiple files hace 8 años
docker_api_swarm_secret_test.go 81bb9978ab Cleanup client not found errors. hace 7 años
docker_api_swarm_service_test.go 6cd6d8646a Replace service ps cli tests with service inspect API test. hace 7 años
docker_api_swarm_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_test.go 4f304e72a2 Remove testutil.ReadBody hace 7 años
docker_api_update_unix_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_api_volumes_test.go b7d8d2c4ab Various fixes hace 7 años
docker_cli_attach_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_attach_unix_test.go f089a1df39 Skip some tests for E2E hace 7 años
docker_cli_authz_plugin_v2_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_authz_unix_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_build_test.go 669c067798 Introduce a typed command system and 2 phase parse/dispatch build hace 7 años
docker_cli_build_unix_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_by_digest_test.go dc6ddfa841 Fix tests that depend on clean environment hace 7 años
docker_cli_commit_test.go ae8dbeaeed *: normalize the use of normalize hace 7 años
docker_cli_config_create_test.go d2c5b6ee9f Add integration test coverage for configs hace 8 años
docker_cli_config_inspect_test.go d2c5b6ee9f Add integration test coverage for configs hace 8 años
docker_cli_config_ls_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_cp_from_container_test.go ebcb7d6b40 Remove string checking in API error handling hace 8 años
docker_cli_cp_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_cp_to_container_test.go ebcb7d6b40 Remove string checking in API error handling hace 8 años
docker_cli_cp_to_container_unix_test.go 8a7ff5ff74 daemon/archive.go: Fix copy routines to preserve UID. hace 8 años
docker_cli_cp_utils_test.go 94cefa2145 Optimize some wrong usage and spelling hace 7 años
docker_cli_create_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_create_unix_test.go 4a8799dc0a validate mount path for tmpfs hace 8 años
docker_cli_daemon_plugins_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_daemon_test.go 2a54dc0804 Merge pull request #34332 from clnperez/logrus-revendor hace 7 años
docker_cli_diff_test.go db35c2a5a8 Introduce `cli.Wait*` fuctions hace 8 años
docker_cli_events_test.go 94cefa2145 Optimize some wrong usage and spelling hace 7 años
docker_cli_events_unix_test.go adf75503db Avoid failing the test if container is already stopped hace 7 años
docker_cli_exec_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_exec_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
docker_cli_export_import_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_external_graphdriver_unix_test.go 7a7357dae1 LCOW: Implemented support for docker cp + build hace 7 años
docker_cli_external_volume_driver_unix_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_health_test.go 86f9eb4a08 Fixes for dnephin review hace 7 años
docker_cli_history_test.go 50c4475df6 Introduce a `cli` package for test-integration hace 8 años
docker_cli_images_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_import_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_info_test.go dc6ddfa841 Fix tests that depend on clean environment hace 7 años
docker_cli_info_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
docker_cli_inspect_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_kill_test.go 86f9eb4a08 Fixes for dnephin review hace 7 años
docker_cli_links_test.go d30e51495a Remove testutil.ConvertSliceOfStringsToMap hace 7 años
docker_cli_links_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
docker_cli_login_test.go 39bcaee47b Spelling fixes hace 8 años
docker_cli_logout_test.go 128280013f Disable legacy (v1) registries by default hace 8 años
docker_cli_logs_bench_test.go 1ae9dcf97d Fixes some issues with jsonfile write/read hace 9 años
docker_cli_logs_test.go 14f0a1888f integration-cli/docker_cli_logs_test.go: Wait() hace 7 años
docker_cli_nat_test.go db35c2a5a8 Introduce `cli.Wait*` fuctions hace 8 años
docker_cli_netmode_test.go ebcb7d6b40 Remove string checking in API error handling hace 8 años
docker_cli_network_unix_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_oom_killed_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
docker_cli_pause_test.go c3feb046b9 Allow stopping of paused container hace 8 años
docker_cli_plugins_logdriver_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_cli_plugins_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_port_test.go 86f9eb4a08 Fixes for dnephin review hace 7 años
docker_cli_proxy_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_prune_unix_test.go 9bed0883e7 Enabling ILB/ELB on windows using per-node, per-network LB endpoint. hace 7 años
docker_cli_ps_test.go b7d8d2c4ab Various fixes hace 7 años
docker_cli_pull_local_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_pull_test.go 5739ba1b91 [integration-cli] fix p/z HubPullSuite tests hace 7 años
docker_cli_pull_trusted_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_push_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_registry_user_agent_test.go 5d04fe73bf Simplify DockerRegistrySuite.TestUserAgentPassThrough() hace 8 años
docker_cli_rename_test.go 6590ee0dfb Remove assertions that were testing CLI behaviour. hace 7 años
docker_cli_restart_test.go a899aa6796 [integration] make runSleepingContainer use cli package hace 8 años
docker_cli_rm_test.go 2759194d44 create unit tests for rm (running, paused, restarting) errormessages hace 8 años
docker_cli_rmi_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_run_test.go b7d8d2c4ab Various fixes hace 7 años
docker_cli_run_unix_test.go cfdac1245a Merge pull request #34550 from kolyshkin/libeudev hace 7 años
docker_cli_save_load_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_save_load_unix_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_search_test.go ba0afd70e8 fix some ineffectual assignments hace 8 años
docker_cli_secret_create_test.go 2333b39b37 fixed:go vetting warning unkeyed fields hace 8 años
docker_cli_secret_inspect_test.go 2333b39b37 fixed:go vetting warning unkeyed fields hace 8 años
docker_cli_secret_ls_test.go 3935074016 make secret ls support filters in CLI hace 8 años
docker_cli_service_create_test.go 38c1553150 Service alias should not be copied to task alias hace 8 años
docker_cli_service_health_test.go d012569b78 Update CLI commit hash hace 8 años
docker_cli_service_logs_test.go e23965d620 Merge pull request #34554 from dnephin/use-release-version-of-docker-cli hace 7 años
docker_cli_service_scale_test.go d012569b78 Update CLI commit hash hace 8 años
docker_cli_service_update_test.go d012569b78 Update CLI commit hash hace 8 años
docker_cli_sni_test.go 6b8341a2d5 Disable flakey TestClientSetsTLSServerName hace 9 años
docker_cli_start_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_stats_test.go a899aa6796 [integration] make runSleepingContainer use cli package hace 8 años
docker_cli_stop_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli hace 8 años
docker_cli_swarm_test.go e2f09fa6dd Add support for .Node.Hostname templating in swarm services hace 7 años
docker_cli_swarm_unix_test.go cef786f787 Pin docker-cli version to the 17.06-ce release version hace 7 años
docker_cli_tag_test.go 50c4475df6 Introduce a `cli` package for test-integration hace 8 años
docker_cli_top_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_update_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_cli_update_unix_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_cli_userns_test.go e885af2a6b Remove RunCommandPipelineWithOutput hace 7 años
docker_cli_v2_only_test.go ebe66b1d0f Use tempdir instead of working directory as build-context hace 8 años
docker_cli_volume_test.go b7d8d2c4ab Various fixes hace 7 años
docker_cli_wait_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_deprecated_api_v124_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_deprecated_api_v124_unix_test.go 0fd5a65428 Stop using deprecated SockRequest hace 7 años
docker_experimental_network_test.go 92427b3a81 Update tests to use icmd hace 7 años
docker_hub_pull_suite_test.go 7dabed019a Fixes after dnephin review hace 7 años
docker_utils_test.go 86f9eb4a08 Fixes for dnephin review hace 7 años
events_utils_test.go 1009e6a40b Update logrus to v1.0.1 hace 8 años
fixtures_linux_daemon_test.go 771256b305 TestRunSeccompProfileAllow32Bit: fix hace 7 años
requirements_test.go f0e5b3d7d8 Set integration test OSType with environment variable hace 7 años
requirements_unix_test.go b1fb41988d Check integration test requirements using daemon hace 7 años
test_vars_exec_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
test_vars_noexec_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
test_vars_noseccomp_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
test_vars_seccomp_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
test_vars_test.go c8016e669f Use testEnv methods and remove most of the global variables hace 8 años
test_vars_unix_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
test_vars_windows_test.go 433e2e8a1e Introduce a environment package in integration-cli hace 8 años
trust_server_test.go 92427b3a81 Update tests to use icmd hace 7 años
utils_test.go 81f69a5931 Fix Windows build hace 7 años