.. |
checker
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
daemon
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
environment
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
fixtures
|
f0a5531c46
Remove secrets as part of stack remove.
|
8 years ago |
registry
|
09dbce5f5a
Avoid defunct registry/notary processes during tests
|
8 years ago |
request
|
1e98fb5ad9
Fix leaked connections in integration tests
|
8 years ago |
requirement
|
952c8aef3f
Display only the name of the requirement…
|
8 years ago |
benchmark_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
check_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
daemon_swarm_hack_test.go
|
9af5d7c340
Small cleanups on integration cli
|
8 years ago |
docker_api_attach_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_auth_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_build_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_api_containers_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
docker_api_create_test.go
|
e399c558e6
validate healthcheck params in daemon side
|
8 years ago |
docker_api_events_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_exec_resize_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_exec_test.go
|
40af569164
fix typo
|
8 years ago |
docker_api_images_test.go
|
a69c4129e0
Merge pull request #28409 from dnephin/swagger-gen-more
|
8 years ago |
docker_api_info_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_inspect_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_api_inspect_unix_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_logs_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_network_test.go
|
1e98fb5ad9
Fix leaked connections in integration tests
|
8 years ago |
docker_api_resize_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_service_update_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_api_stats_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_api_stats_unix_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_swarm_test.go
|
8feb5c5a48
Fix issue where service healthcheck is `{}` in remote API
|
8 years ago |
docker_api_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_api_update_unix_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_version_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_api_volumes_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_cli_attach_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_attach_unix_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_authz_plugin_v2_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_authz_unix_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_build_test.go
|
8eb0af1a0c
Windows: Temporarily disable TestBuildLastModified
|
8 years ago |
docker_cli_build_unix_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_by_digest_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_commit_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_config_test.go
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |
docker_cli_cp_from_container_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_cp_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
docker_cli_cp_to_container_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_cp_to_container_unix_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_cp_utils.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_create_test.go
|
0421f5173d
Remove use of forked reference package for cli
|
8 years ago |
docker_cli_create_unix_test.go
|
4a8799dc0a
validate mount path for tmpfs
|
8 years ago |
docker_cli_daemon_plugins_test.go
|
99d91ada97
Add `capability` filter to `docker plugin ls`
|
8 years ago |
docker_cli_daemon_test.go
|
1b4e2b7c87
Merge pull request #29552 from dnephin/fix-build-with-log-driver
|
8 years ago |
docker_cli_diff_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_events_test.go
|
2ec808ec08
Limit TestEventsLimit to 4 concurrent containers on Windows
|
8 years ago |
docker_cli_events_unix_test.go
|
d1982862ca
Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes
|
8 years ago |
docker_cli_exec_test.go
|
e66717e9f8
Merge pull request #30537 from DiSiqueira/asserting_error
|
8 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_experimental_test.go
|
9af5d7c340
Small cleanups on integration cli
|
8 years ago |
docker_cli_export_import_test.go
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |
docker_cli_external_graphdriver_unix_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_external_volume_driver_unix_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_health_test.go
|
e399c558e6
validate healthcheck params in daemon side
|
8 years ago |
docker_cli_help_test.go
|
a4f71ccff6
Wrap output of docker cli --help
|
8 years ago |
docker_cli_history_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_images_test.go
|
3a1279393f
Use distribution reference
|
8 years ago |
docker_cli_import_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_info_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 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
|
de0328560b
Merge pull request #30165 from xulike666/fix-typo-6/36
|
8 years ago |
docker_cli_kill_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_cli_links_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 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
|
ed689c48b0
Merge pull request #29799 from vdemeester/integration-registry-package
|
8 years ago |
docker_cli_logout_test.go
|
ed689c48b0
Merge pull request #29799 from vdemeester/integration-registry-package
|
8 years ago |
docker_cli_logs_bench_test.go
|
1ae9dcf97d
Fixes some issues with jsonfile write/read
|
9 years ago |
docker_cli_logs_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_nat_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_netmode_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_network_unix_test.go
|
1e98350ab4
Revert "Fix IT case for network name validation"
|
8 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
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
docker_cli_plugins_test.go
|
e8307b868d
Make propagated mount persist outside rootfs
|
8 years ago |
docker_cli_port_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_proxy_test.go
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |
docker_cli_prune_unix_test.go
|
58738cdee3
Add `--filter until=<timestamp>` for `docker container/image prune`
|
8 years ago |
docker_cli_ps_test.go
|
cb89d658dc
Bump go-units
|
8 years ago |
docker_cli_pull_local_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_pull_test.go
|
7a85579917
*: use opencontainers/go-digest package
|
8 years ago |
docker_cli_pull_trusted_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_push_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_registry_user_agent_test.go
|
40af569164
fix typo
|
8 years ago |
docker_cli_rename_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_restart_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_rm_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_rmi_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_run_test.go
|
c3b660b112
Merge pull request #30654 from Microsoft/jjh/unifyworkdir
|
8 years ago |
docker_cli_run_unix_test.go
|
e1c5e72902
Merge pull request #30185 from vdemeester/integration-build-cmd-cleanup-take2
|
8 years ago |
docker_cli_save_load_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
docker_cli_save_load_unix_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
docker_cli_search_test.go
|
ba0afd70e8
fix some ineffectual assignments
|
8 years ago |
docker_cli_secret_create_test.go
|
fa358a8757
Move secret name or ID prefix resolving from client to daemon
|
8 years ago |
docker_cli_secret_inspect_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_service_create_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_service_health_test.go
|
9af5d7c340
Small cleanups on integration cli
|
8 years ago |
docker_cli_service_logs_experimental_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_service_scale_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_service_update_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_sni_test.go
|
6b8341a2d5
Disable flakey TestClientSetsTLSServerName
|
9 years ago |
docker_cli_stack_test.go
|
dd1d35c269
Add missing build tag for stack tests.
|
8 years ago |
docker_cli_start_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_stats_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 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
|
abf31ee083
Return error in case `docker network inspect` is ambiguous
|
8 years ago |
docker_cli_swarm_unix_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_tag_test.go
|
c10f6ef43f
Clean more build utils in integration cli
|
8 years ago |
docker_cli_top_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_update_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_cli_update_unix_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_cli_userns_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_v2_only_test.go
|
1e98fb5ad9
Fix leaked connections in integration tests
|
8 years ago |
docker_cli_version_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
docker_cli_volume_test.go
|
9526e5c6ae
Fix duplicate mount point for `--volumes-from` in `docker run`
|
8 years ago |
docker_cli_wait_test.go
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 years ago |
docker_deprecated_api_v124_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_deprecated_api_v124_unix_test.go
|
d69d4799a3
Add a new request package in integration-cli
|
8 years ago |
docker_experimental_network_test.go
|
9af5d7c340
Small cleanups on integration cli
|
8 years ago |
docker_hub_pull_suite_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
docker_utils_test.go
|
ecbb0e62f6
Remove most of the runCommandWithOutput from integration tests
|
8 years ago |
events_utils_test.go
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 years ago |
fixtures_linux_daemon_test.go
|
7e3a596a63
Block obsolete socket families in the default seccomp profile
|
8 years ago |
fixtures_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
requirements_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |
requirements_unix_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 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
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 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
|
ead8ce2431
Merge pull request #30151 from tonistiigi/fix-defunct
|
8 years ago |
utils_test.go
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 years ago |