moby--moby/integration-cli
Brian Goff 5dc02a2fa8 Move TestPostJsonVerify to integration-cli
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-04-16 13:49:28 -04:00
..
docker_api_attach_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_api_containers_test.go Move TestPostJsonVerify to integration-cli 2015-04-16 13:49:28 -04:00
docker_api_exec_resize_test.go Fix errors due changed sockRequest signature 2015-04-13 10:30:07 -07:00
docker_api_exec_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_images_test.go Move SaveAndThenload to integration-cli 2015-04-16 13:40:49 -04:00
docker_api_inspect_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_logs_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_resize_test.go Fix errors due changed sockRequest signature 2015-04-13 10:30:07 -07:00
docker_cli_attach_test.go MovetAttachDisconnect to integration-cli 2015-04-13 20:48:26 -04:00
docker_cli_attach_unix_test.go Move TestAttachDetachTruncatedID to integration-cli 2015-04-13 20:48:26 -04:00
docker_cli_build_test.go Add cpuset-mems support for docker build 2015-04-15 09:34:12 +08: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 Move TestMergeOnCommit to integration-cli 2015-04-13 16:40:48 -04:00
docker_cli_cp_test.go cp: add support for copy filename with ":" 2015-04-10 00:08:05 -04:00
docker_cli_create_test.go Move TestCreateNumberHostname to integration-cli 2015-04-13 16:40:48 -04:00
docker_cli_daemon_test.go cleanup test wrong key.json leading to other failures 2015-04-13 16:58:44 -07:00
docker_cli_diff_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_events_test.go Merge pull request #12115 from cpuguy83/fix_events_filter_test 2015-04-09 11:40:08 -07: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 Remove unnecessary fmt.Printf 2015-04-14 20:55:32 +00:00
docker_cli_export_import_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04: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 Rebase + some fixes 2015-04-09 21:29:42 -04: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 `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_info_test.go cli_info_test: Check all required fields 2015-04-09 04:01:39 -07:00
docker_cli_inspect_test.go Move InspectExecID test to exec. 2015-01-23 16:18:39 -08:00
docker_cli_kill_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_links_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -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 Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_nat_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_pause_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_port_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_proxy_test.go Link to HTTPS URLs in engine comments 2015-04-11 13:31:34 -04:00
docker_cli_ps_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07: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 duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames 2015-04-08 13:33:05 +08:00
docker_cli_restart_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_rm_test.go integ-cli: Use status code from sockRequest (fix #12335) 2015-04-14 08:07:50 +00:00
docker_cli_rmi_test.go 'docker rmi -f IMAGE_ID' untag all names and delete the image 2015-04-11 09:24:21 +08:00
docker_cli_run_test.go add support for cpuset.mems 2015-04-15 09:33:46 +08:00
docker_cli_run_unix_test.go Move TestRunDetach to integration-cli 2015-04-13 20:48:24 -04:00
docker_cli_save_load_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_save_load_unix_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_search_test.go add TestSearchCmdOptions case 2015-04-14 09:23:26 +08:00
docker_cli_start_test.go Rename TestStartSilentAttach to TestStartAttachSilent 2015-04-10 10:45:38 -07:00
docker_cli_tag_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_top_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -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 Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
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 Move TestPostJsonVerify to integration-cli 2015-04-16 13:49:28 -04:00
registry.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
requirements.go Remove job from logs 2015-04-13 08:25:31 +02: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 Move TestRunDetach to integration-cli 2015-04-13 20:48:24 -04:00