..
docker_api_attach_test.go
docker_api_attach_test: fix WS test to use DOCKER_TEST_HOST if specified
2015-02-12 15:11:19 -08:00
docker_api_containers_test.go
Fix vet warning
2015-03-25 20:31:02 -07:00
docker_api_exec_test.go
Add build flag to exec test.
2015-01-23 16:18:39 -08:00
docker_api_inspect_test.go
Better test cleanup with defer
2015-02-20 14:04:36 -08:00
docker_api_resize_test.go
Check for no Cmd
on exec create endpoint
2014-12-01 17:54:15 -05:00
docker_cli_attach_test.go
Fix vet errors about formatting directives
2014-12-12 10:58:56 -08:00
docker_cli_attach_unix_test.go
integration-cli: wait for container before sending ^D
2015-01-22 17:28:35 -05:00
docker_cli_build_test.go
Clean up integration-cli tests
2015-03-26 17:25:50 -07:00
docker_cli_by_digest_test.go
Add ability to refer to image by name + digest
2015-03-17 10:10:42 +00:00
docker_cli_commit_test.go
integ-cli: fix TestCommitChange for pulled busybox
2015-02-26 20:08:16 -08:00
docker_cli_cp_test.go
Docker cp handles resolv.conf, hostname & hosts, fixes #9998
2015-03-29 22:10:14 +02:00
docker_cli_create_test.go
Set labels on container create
2015-03-13 10:02:04 -07:00
docker_cli_daemon_test.go
Fix vet warning
2015-03-25 20:31:02 -07:00
docker_cli_diff_test.go
Fixes symlink, container size, and kmsg tests
2015-01-30 09:30:42 +00:00
docker_cli_events_test.go
Fix random bug in cli events test
2015-04-01 11:00:01 +08:00
docker_cli_events_unix_test.go
integ-cli: fix clock skew against remote test daemon
2015-03-11 10:28:56 -07:00
docker_cli_exec_test.go
correct some daemon spelling mistakes
2015-03-13 05:14:56 -04:00
docker_cli_export_import_test.go
Clean up integration-cli tests
2015-03-26 17:25:50 -07:00
docker_cli_help_test.go
Add checking trailing space for all lines of the help output
2015-03-11 21:24:30 +08:00
docker_cli_history_test.go
Remove word "fail" from tests
2015-02-09 18:01:52 -05:00
docker_cli_images_test.go
Refactor pkg/common, Fixes #11599
2015-03-24 18:19:59 +01:00
docker_cli_import_test.go
Remove cirros.tar.gz completely
2015-02-18 23:46:25 -07:00
docker_cli_info_test.go
Fix vet errors
2014-11-05 08:26:22 -08:00
docker_cli_inspect_test.go
Move InspectExecID test to exec.
2015-01-23 16:18:39 -08:00
docker_cli_kill_test.go
Cleanup errorOut resp in kill test
2014-10-16 15:05:00 -07:00
docker_cli_links_test.go
Fix vet warning
2015-03-25 20:31:02 -07:00
docker_cli_login_test.go
Make .dockercfg with json.MarshallIndent
2015-01-17 07:05:56 -05:00
docker_cli_logs_test.go
Fix panic on slow log consumer.
2014-10-30 22:24:57 +02:00
docker_cli_nat_test.go
Last three tests skip on lxc.
2015-03-04 06:04:25 -08:00
docker_cli_pause_test.go
Fix vet warning
2015-03-25 20:31:02 -07:00
docker_cli_port_test.go
Better test cleanup with defer
2015-02-20 14:04:36 -08:00
docker_cli_proxy_test.go
Merge pull request #11216 from ahmetalpbalkan/win-cli/TestCliProxyDisableProxyUnixSock-fix
2015-03-09 09:09:52 -07:00
docker_cli_ps_test.go
Changed snake case naming to camelCase
2015-03-26 15:05:45 -06:00
docker_cli_pull_test.go
Revert all but TestPullImageFromCentralRegistry changes
2015-03-24 16:27:35 -07:00
docker_cli_push_test.go
Add ability to refer to image by name + digest
2015-03-17 10:10:42 +00:00
docker_cli_rename_test.go
Prefix / to the container name is ignored when container is renamed
2015-02-27 22:40:04 +00:00
docker_cli_restart_test.go
Verify MaximumRetryCount=0 if the restart policy is always.
2015-03-30 09:08:33 +08:00
docker_cli_rm_test.go
Last three tests skip on lxc.
2015-03-04 06:04:25 -08:00
docker_cli_rmi_test.go
Better error message for "docker rmi ''"
2015-03-04 13:21:59 -08:00
docker_cli_run_test.go
Increase timeout on TestRunOOMExitCode test
2015-03-31 16:57:43 -07:00
docker_cli_run_unix_test.go
Mounting a directory of devices like /dev/snd should mount all child devices.
2015-04-01 15:57:41 -07:00
docker_cli_save_load_test.go
Reinit slice for each dir in search
2015-02-25 15:53:07 -08:00
docker_cli_save_load_unix_test.go
Clean up integration-cli tests
2015-03-26 17:25:50 -07:00
docker_cli_search_test.go
Add fixes for integration-cli tests w/ --net none
2015-03-25 23:46:04 -04:00
docker_cli_start_test.go
Changed snake case naming to camelCase
2015-03-26 15:05:45 -06:00
docker_cli_tag_test.go
Merge pull request #11848 from duglin/CleanupIntTests
2015-03-27 14:11:56 -07:00
docker_cli_top_test.go
Cleanup errorOut resp in top tests
2014-10-16 15:06:20 -07:00
docker_cli_version_test.go
cli: Add server OS/Arch info to 'version' cmd
2015-02-23 14:32:25 -08:00
docker_cli_wait_test.go
Added integration tests for docker wait command
2015-03-27 01:24:11 +05:30
docker_test_vars.go
Revert all but TestPullImageFromCentralRegistry changes
2015-03-24 16:27:35 -07:00
docker_test_vars_cli.go
integration-cli: add mechanism to skip tests
2015-02-17 00:43:41 -08:00
docker_test_vars_daemon.go
integration-cli: add mechanism to skip tests
2015-02-17 00:43:41 -08:00
docker_utils.go
Fix vet warning
2015-03-25 20:31:02 -07:00
registry.go
Revert all but TestPullImageFromCentralRegistry changes
2015-03-24 16:27:35 -07:00
requirements.go
Test image api through local V1 repo
2015-03-23 16:45:48 +00:00
test_vars_exec.go
integration-cli: add test requirement ExecSupport
2015-02-20 23:24:30 -08:00
test_vars_noexec.go
integration-cli: add test requirement ExecSupport
2015-02-20 23:24:30 -08:00
test_vars_unix.go
pkg/archive: adjust chmod bits on windows
2015-03-04 14:10:37 -08:00
test_vars_windows.go
Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles
2015-03-20 21:54:33 -07:00
utils.go
Clean up integration-cli tests
2015-03-26 17:25:50 -07:00