1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Liu Hua 645c020f5a fix up Image-name related issues in docker ps and CI
This patch include the following fixs:
 - fix image name error when docker ps
 - fix docker events test failure: use the exact image name for filter
 - fix docker build CI test failure due to "docker events" change

Because of change of daemon log behavior. Now we record
the exact Image name as you typed. So docker run -d busybux sh
and docker run -d busybox:latest are not the same in the log.
So it will affect the docker events. So change the related CI

Signed-off-by: Liu Hua <sdu.liu@huawei.com>
2015-04-09 23:03:23 +08:00
..
docker_api_attach_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_api_containers_test.go TestVolumesFromHasPriority fix race 2015-04-01 18:06:28 -07:00
docker_api_exec_test.go
docker_api_inspect_test.go Merge pull request #12107 from cpuguy83/remove_striptrailingchars 2015-04-06 08:46:08 -07:00
docker_api_resize_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_attach_test.go
docker_cli_attach_unix_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_build_test.go fix up Image-name related issues in docker ps and CI 2015-04-09 23:03:23 +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 Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_cp_test.go cleanup/fix integration-cli for overlay in overlay 2015-04-08 16:59:36 -07:00
docker_cli_create_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_daemon_test.go add TestDaemonwithwrongkey test case 2015-04-06 08:57:47 +08:00
docker_cli_diff_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_events_test.go fix up Image-name related issues in docker ps and CI 2015-04-09 23:03:23 +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 Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04: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
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 docker info show logging driver info 2015-04-01 16:05:14 +08:00
docker_cli_inspect_test.go
docker_cli_kill_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_links_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_login_test.go
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 vet warning 2015-03-25 20:31:02 -07:00
docker_cli_port_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04: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 fix up Image-name related issues in docker ps and CI 2015-04-09 23:03:23 +08: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 Last three tests skip on lxc. 2015-03-04 06:04:25 -08:00
docker_cli_rmi_test.go Merge pull request #12112 from kostickm/12042-fix-logDone-format 2015-04-06 12:34:38 -04:00
docker_cli_run_test.go cleanup/fix integration-cli for overlay in overlay 2015-04-08 16:59:36 -07:00
docker_cli_run_unix_test.go Fixing fail message in TestRunDeviceDirectory 2015-04-07 13:14:47 -07: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 If docker search with --starts=${negative number}, it would show the warning. 2015-04-03 08:55:34 +08:00
docker_cli_start_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_tag_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_top_test.go Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00
docker_cli_version_test.go
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
docker_test_vars_daemon.go
docker_utils.go cleanup/fix integration-cli for overlay in overlay 2015-04-08 16:59:36 -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
test_vars_noexec.go
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 Remove stripTrailingCharacters from tests 2015-04-06 09:21:18 -04:00