Yong Tang 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
..
checker 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
cli 7c35a24182 Separate the GenerateRandomAlphaOnlyString function from stringutils 7 years ago
daemon b4a6313969 Golint: remove redundant ifs 7 years ago
environment 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
fixtures 662bdb4a56 Removal of TEST_IMAGE_NAMESPACE 7 years ago
registry 4bce232139 Revert "Planned 1.13 deprecation: email from login" 8 years ago
request 85431566a8 Set client version instead of negotiating it 7 years ago
requirement f85ef42ea5 Refactor test environment 7 years ago
benchmark_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
check_test.go da8032d7d3 Remove deprecated environment.ExperimentalDaemon() 7 years ago
daemon_swarm_hack_test.go 9af5d7c340 Small cleanups on integration cli 8 years ago
docker_api_attach_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_auth_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_build_test.go 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
docker_api_containers_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_api_containers_unix_test.go 42716dcf5c Only chown network files within container metadata 7 years ago
docker_api_containers_windows_test.go dfedc9ef62 Remove deprecated environment.MinimalBaseImage() 7 years ago
docker_api_create_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_events_test.go a899aa6796 [integration] make runSleepingContainer use cli package 8 years ago
docker_api_exec_resize_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_exec_test.go 6c4ce7cb6c libcontainerd: fix leaking container/exec state 7 years ago
docker_api_images_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_api_info_test.go 2c8018f4bd Use commit-sha instead of tag for containerd 7 years ago
docker_api_inspect_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_api_inspect_unix_test.go 86f9eb4a08 Fixes for dnephin review 7 years ago
docker_api_ipcmode_test.go 87e8a936e8 Typo fixed and simple code. 7 years ago
docker_api_logs_test.go e77de7856b Prevent potential panic in TestLogsAPIUntil 7 years ago
docker_api_network_test.go b4a6313969 Golint: remove redundant ifs 7 years ago
docker_api_resize_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_session_test.go 4f304e72a2 Remove testutil.ReadBody 7 years ago
docker_api_stats_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_api_stats_unix_test.go b11ba1231e Update request.* signature to remove the host 8 years ago
docker_api_swarm_config_test.go 81bb9978ab Cleanup client not found errors. 7 years ago
docker_api_swarm_node_test.go 69afd30444 split docker_api_swarm_test.go into multiple files 8 years ago
docker_api_swarm_secret_test.go 81bb9978ab Cleanup client not found errors. 7 years ago
docker_api_swarm_service_test.go e5b3ebbc64 Explicitly add --detach to service CLI calls 7 years ago
docker_api_swarm_test.go 63a0e88e8a ineffassign: fix unused variables 7 years ago
docker_api_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_api_update_unix_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_api_volumes_test.go b7d8d2c4ab Various fixes 7 years ago
docker_cli_attach_test.go ddae20c032 Update libcontainerd to use containerd 1.0 7 years ago
docker_cli_attach_unix_test.go f089a1df39 Skip some tests for E2E 7 years ago
docker_cli_build_test.go 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
docker_cli_build_unix_test.go ddae20c032 Update libcontainerd to use containerd 1.0 7 years ago
docker_cli_by_digest_test.go 142b1f8bfb Remove deprecated environment.DockerBasePath() 7 years ago
docker_cli_commit_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_config_create_test.go d2c5b6ee9f Add integration test coverage for configs 8 years ago
docker_cli_config_inspect_test.go d2c5b6ee9f Add integration test coverage for configs 8 years ago
docker_cli_config_ls_test.go 7dabed019a Fixes after dnephin review 7 years ago
docker_cli_cp_from_container_test.go 1a03bd396b Remove a test that was moved to docker/cli 7 years ago
docker_cli_cp_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_cp_to_container_test.go d6e1cc32d3 Bump Go to 1.9.2 7 years ago
docker_cli_cp_to_container_unix_test.go 142b1f8bfb Remove deprecated environment.DockerBasePath() 7 years ago
docker_cli_cp_utils_test.go 94cefa2145 Optimize some wrong usage and spelling 7 years ago
docker_cli_create_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_create_unix_test.go 4a8799dc0a validate mount path for tmpfs 8 years ago
docker_cli_daemon_plugins_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_daemon_test.go 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
docker_cli_diff_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_events_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_events_unix_test.go adf75503db Avoid failing the test if container is already stopped 7 years ago
docker_cli_exec_test.go 617f89b9a3 Fix tests creating zombie processes 7 years ago
docker_cli_exec_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
docker_cli_export_import_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_external_graphdriver_unix_test.go da8032d7d3 Remove deprecated environment.ExperimentalDaemon() 7 years ago
docker_cli_external_volume_driver_unix_test.go da8032d7d3 Remove deprecated environment.ExperimentalDaemon() 7 years ago
docker_cli_health_test.go b80472cef4 Fix GitHub spelling 7 years ago
docker_cli_history_test.go 50c4475df6 Introduce a `cli` package for test-integration 8 years ago
docker_cli_images_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_import_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_info_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_info_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
docker_cli_inspect_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_kill_test.go 86f9eb4a08 Fixes for dnephin review 7 years ago
docker_cli_links_test.go d30e51495a Remove testutil.ConvertSliceOfStringsToMap 7 years ago
docker_cli_links_unix_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
docker_cli_login_test.go 39bcaee47b Spelling fixes 8 years ago
docker_cli_logout_test.go 8d6df8a0ad Disallow using legacy (V1) registries 7 years ago
docker_cli_logs_bench_test.go 1ae9dcf97d Fixes some issues with jsonfile write/read 9 years ago
docker_cli_logs_test.go 617f89b9a3 Fix tests creating zombie processes 7 years ago
docker_cli_nat_test.go db35c2a5a8 Introduce `cli.Wait*` fuctions 8 years ago
docker_cli_netmode_test.go 51cea0a53c Restore error type in FindNetwork 7 years ago
docker_cli_network_unix_test.go da8032d7d3 Remove deprecated environment.ExperimentalDaemon() 7 years ago
docker_cli_oom_killed_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
docker_cli_pause_test.go c3feb046b9 Allow stopping of paused container 8 years ago
docker_cli_plugins_logdriver_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_cli_plugins_test.go 142b1f8bfb Remove deprecated environment.DockerBasePath() 7 years ago
docker_cli_port_test.go 86f9eb4a08 Fixes for dnephin review 7 years ago
docker_cli_proxy_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_prune_unix_test.go e5b3ebbc64 Explicitly add --detach to service CLI calls 7 years ago
docker_cli_ps_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_pull_local_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_pull_test.go 8d6df8a0ad Disallow using legacy (V1) registries 7 years ago
docker_cli_pull_trusted_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_push_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_registry_user_agent_test.go 5d04fe73bf Simplify DockerRegistrySuite.TestUserAgentPassThrough() 8 years ago
docker_cli_rename_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_restart_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_rm_test.go 2759194d44 create unit tests for rm (running, paused, restarting) errormessages 8 years ago
docker_cli_rmi_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_run_test.go 8c31aacebf Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions 7 years ago
docker_cli_run_unix_test.go 617f89b9a3 Fix tests creating zombie processes 7 years ago
docker_cli_save_load_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_save_load_unix_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_search_test.go ba0afd70e8 fix some ineffectual assignments 8 years ago
docker_cli_secret_create_test.go 2333b39b37 fixed:go vetting warning unkeyed fields 8 years ago
docker_cli_secret_inspect_test.go 2333b39b37 fixed:go vetting warning unkeyed fields 8 years ago
docker_cli_secret_ls_test.go 3935074016 make secret ls support filters in CLI 8 years ago
docker_cli_service_create_test.go e5b3ebbc64 Explicitly add --detach to service CLI calls 7 years ago
docker_cli_service_health_test.go d012569b78 Update CLI commit hash 8 years ago
docker_cli_service_logs_test.go 617f89b9a3 Fix tests creating zombie processes 7 years ago
docker_cli_service_scale_test.go 0ad0294124 remove --detach on scale 7 years ago
docker_cli_service_update_test.go e5b3ebbc64 Explicitly add --detach to service CLI calls 7 years ago
docker_cli_sni_test.go 6b8341a2d5 Disable flakey TestClientSetsTLSServerName 9 years ago
docker_cli_start_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_cli_stats_test.go 617f89b9a3 Fix tests creating zombie processes 7 years ago
docker_cli_stop_test.go 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
docker_cli_swarm_test.go c5c779adc8 Change TestSwarmServiceTTY to only verify running containers since with swarmkit#b187b24 service deletions/scale-downs don't directly remove the container. 7 years ago
docker_cli_swarm_unix_test.go f28cb422e6 Added support for swarm service isolation mode 7 years ago
docker_cli_tag_test.go a942c92dd7 Remove support for referencing images by 'repository:shortid' 7 years ago
docker_cli_top_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_update_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_cli_update_unix_test.go aa5ea652c8 [integration-cli] fix s390x flaky test 7 years ago
docker_cli_userns_test.go e885af2a6b Remove RunCommandPipelineWithOutput 7 years ago
docker_cli_v2_only_test.go 8d6df8a0ad Disallow using legacy (V1) registries 7 years ago
docker_cli_volume_test.go b7d8d2c4ab Various fixes 7 years ago
docker_cli_wait_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_deprecated_api_v124_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
docker_deprecated_api_v124_unix_test.go 0fd5a65428 Stop using deprecated SockRequest 7 years ago
docker_experimental_network_test.go 92427b3a81 Update tests to use icmd 7 years ago
docker_hub_pull_suite_test.go da8032d7d3 Remove deprecated environment.ExperimentalDaemon() 7 years ago
docker_utils_test.go dfedc9ef62 Remove deprecated environment.MinimalBaseImage() 7 years ago
events_utils_test.go ddae20c032 Update libcontainerd to use containerd 1.0 7 years ago
fixtures_linux_daemon_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
requirements_test.go a971f9c9d7 Merge pull request #34911 from dnephin/new-ci-entrypoint 7 years ago
requirements_unix_test.go b1fb41988d Check integration test requirements using daemon 7 years ago
test_vars_exec_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
test_vars_noexec_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
test_vars_noseccomp_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
test_vars_seccomp_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
test_vars_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago
test_vars_unix_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
test_vars_windows_test.go 433e2e8a1e Introduce a environment package in integration-cli 8 years ago
trust_server_test.go 92427b3a81 Update tests to use icmd 7 years ago
utils_test.go 18a771a761 Remove deprecated environment.DaemonPlatform() 7 years ago