.. |
fixtures
|
|
|
check_test.go
|
fix golint warnings/errors on package api/types/
|
2015-08-07 09:43:43 +08:00 |
docker_api_attach_test.go
|
|
|
docker_api_build_test.go
|
split build API tests to a separate file
|
2015-08-23 23:59:15 +08:00 |
docker_api_containers_test.go
|
split build API tests to a separate file
|
2015-08-23 23:59:15 +08:00 |
docker_api_events_test.go
|
|
|
docker_api_exec_resize_test.go
|
move the assertions outside of the goroutine
|
2015-08-05 13:59:31 +08:00 |
docker_api_exec_test.go
|
|
|
docker_api_images_test.go
|
|
|
docker_api_info_test.go
|
|
|
docker_api_inspect_test.go
|
|
|
docker_api_logs_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_api_network_test.go
|
|
|
docker_api_resize_test.go
|
|
|
docker_api_service_test.go
|
|
|
docker_api_stats_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_api_test.go
|
|
|
docker_api_version_test.go
|
|
|
docker_cli_attach_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_attach_unix_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_build_test.go
|
integration-cli: use c.Assert(err, check.IsNil) instead of if err != nil
|
2015-08-19 15:23:11 +09:00 |
docker_cli_build_unix_test.go
|
|
|
docker_cli_by_digest_test.go
|
[graph] Use a pipe for downloads to write progress
|
2015-08-05 18:13:39 -07:00 |
docker_cli_commit_test.go
|
|
|
docker_cli_config_test.go
|
|
|
docker_cli_cp_from_container_test.go
|
|
|
docker_cli_cp_test.go
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-07 23:25:49 +01:00 |
docker_cli_cp_to_container_test.go
|
|
|
docker_cli_cp_utils.go
|
|
|
docker_cli_create_test.go
|
integration-cli: fix printf verbs of wrong types
|
2015-08-19 17:47:33 +09:00 |
docker_cli_daemon_experimental_test.go
|
Windows: Workaround for CI
|
2015-08-05 11:20:30 -07:00 |
docker_cli_daemon_test.go
|
Merge pull request #15348 from tonistiigi/11008-always-unless-stopped-restart-policy
|
2015-08-24 13:48:56 -04:00 |
docker_cli_diff_test.go
|
|
|
docker_cli_events_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_events_unix_test.go
|
|
|
docker_cli_exec_test.go
|
Merge pull request #15412 from vdemeester/dont-sleep-too-much
|
2015-08-21 20:43:55 -04:00 |
docker_cli_exec_unix_test.go
|
Fix issue with exec TTY caused by 15446
|
2015-08-14 14:55:26 -07:00 |
docker_cli_experimental_test.go
|
|
|
docker_cli_export_import_test.go
|
|
|
docker_cli_help_test.go
|
|
|
docker_cli_history_test.go
|
|
|
docker_cli_images_test.go
|
Merge pull request #15412 from vdemeester/dont-sleep-too-much
|
2015-08-21 20:43:55 -04:00 |
docker_cli_import_test.go
|
|
|
docker_cli_info_test.go
|
|
|
docker_cli_inspect_experimental_test.go
|
|
|
docker_cli_inspect_test.go
|
Fix inspect output when no log driver specified
|
2015-08-17 11:35:34 -04:00 |
docker_cli_kill_test.go
|
|
|
docker_cli_links_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_links_unix_test.go
|
|
|
docker_cli_login_test.go
|
|
|
docker_cli_logs_test.go
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-07 23:25:49 +01:00 |
docker_cli_nat_test.go
|
|
|
docker_cli_netmode_test.go
|
Move netmode validation to server
|
2015-08-14 12:17:41 -07:00 |
docker_cli_network_test.go
|
|
|
docker_cli_pause_test.go
|
Use busybox in 'pause' tests
|
2015-08-05 17:35:20 -07:00 |
docker_cli_port_test.go
|
Adding support to publish on custom host port ranges
|
2015-08-15 02:41:29 +00:00 |
docker_cli_port_unix_test.go
|
|
|
docker_cli_proxy_test.go
|
|
|
docker_cli_ps_test.go
|
Use image ID if tag has been updated
|
2015-08-23 12:11:24 -04:00 |
docker_cli_pull_test.go
|
|
|
docker_cli_push_test.go
|
Update regression test
|
2015-08-12 18:46:55 -07:00 |
docker_cli_rename_test.go
|
|
|
docker_cli_restart_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_rm_test.go
|
|
|
docker_cli_rmi_test.go
|
|
|
docker_cli_run_test.go
|
Merge pull request #12159 from mrunalp/feature/ipc_share_dev
|
2015-08-24 17:55:03 -07:00 |
docker_cli_run_unix_test.go
|
Add some missing cgroup test require and refactor the require check.
|
2015-08-24 11:37:11 +08:00 |
docker_cli_save_load_test.go
|
|
|
docker_cli_save_load_unix_test.go
|
|
|
docker_cli_search_test.go
|
|
|
docker_cli_service_test.go
|
|
|
docker_cli_start_test.go
|
|
|
docker_cli_start_volume_driver_unix_test.go
|
added check for bind on create to determine local volume driver
|
2015-08-20 01:40:04 -07:00 |
docker_cli_stats_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_cli_tag_test.go
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-07 23:25:49 +01:00 |
docker_cli_top_test.go
|
|
|
docker_cli_version_test.go
|
|
|
docker_cli_wait_test.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |
docker_test_vars.go
|
Windows: Test infrastructure plumbing
|
2015-08-05 14:34:32 -07:00 |
docker_utils.go
|
Merge pull request #15412 from vdemeester/dont-sleep-too-much
|
2015-08-21 20:43:55 -04:00 |
registry.go
|
[graph] Enforce manifest/layer digest verification
|
2015-08-03 11:41:23 -07:00 |
requirements.go
|
|
|
requirements_unix.go
|
Add some missing cgroup test require and refactor the require check.
|
2015-08-24 11:37:11 +08:00 |
test_vars_exec.go
|
|
|
test_vars_noexec.go
|
|
|
test_vars_unix.go
|
|
|
test_vars_windows.go
|
|
|
trust_server.go
|
Updated to use latest version of notary
|
2015-07-31 17:32:35 -07:00 |
utils.go
|
Remove/Comment time.Sleep in integration tests
|
2015-08-18 20:36:08 +02:00 |