moby--moby/integration-cli
Alexander Morozov b2ad9314a2 Merge pull request #13196 from crosbymichael/update-libocntainer-may13
Update libcontainer to a37b2a4f152e2a1c9de596f54c0
2015-05-14 10:49:25 -07:00
..
fixtures/https Move https integration tests as unit tests under client 2015-04-23 15:40:46 +00:00
check_test.go Implement daemon suite for integration-cli 2015-04-27 15:48:29 -07:00
docker_api_attach_test.go Remove c.Fatal from goroutine in TestGetContainersAttachWebsocket 2015-04-27 13:56:55 +02:00
docker_api_containers_test.go Modified Test Case to include check for Memory and MemorySwap 2015-05-13 13:39:07 -07:00
docker_api_exec_resize_test.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
docker_api_exec_test.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
docker_api_images_test.go Remove API codepaths < 1.12 2015-05-12 20:09:49 +02:00
docker_api_info_test.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
docker_api_inspect_test.go Remove API codepaths < 1.12 2015-05-12 20:09:49 +02:00
docker_api_logs_test.go Logs with follow=1 immediately send HTTP response 2015-05-06 14:39:45 -07:00
docker_api_resize_test.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
docker_api_test.go Remove integration tests and port them to integration-cli 2015-04-30 01:35:16 +02:00
docker_api_version_test.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
docker_cli_attach_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_attach_unix_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_build_test.go Use stderr instead of logrus for CLI error messages 2015-05-12 17:22:41 -07:00
docker_cli_by_digest_test.go Implement DockerRegistrySuite in integration-cli 2015-04-24 14:17:00 -07:00
docker_cli_commit_test.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
docker_cli_config_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_cp_test.go delete "defer deleteContainer" on tests 2015-04-23 22:27:46 +02:00
docker_cli_create_test.go Implement teardown removeAllImages 2015-04-24 10:37:21 -07:00
docker_cli_daemon_test.go Merge pull request #13106 from duglin/HumanizeCliErrors 2015-05-13 05:23:56 +02:00
docker_cli_diff_test.go fixed TestDiffEnsureDockerinitFilesAreIgnored is too long #12672 2015-04-27 13:24:15 -07:00
docker_cli_events_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_events_unix_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_exec_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_exec_unix_test.go reuse same code for setting pipes in run/exec 2015-04-23 21:54:21 +00:00
docker_cli_export_import_test.go Implement teardown removeAllImages 2015-04-24 10:37:21 -07:00
docker_cli_help_test.go Use stderr instead of logrus for CLI error messages 2015-05-12 17:22:41 -07:00
docker_cli_history_test.go Implement teardown removeAllImages 2015-04-24 10:37:21 -07:00
docker_cli_images_test.go Implement teardown removeAllImages 2015-04-24 10:37:21 -07:00
docker_cli_import_test.go Fix a regression in `docker import` on error from URL 2015-05-14 06:56:52 -07:00
docker_cli_info_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_inspect_test.go Allow go template to work properly with inspect 2015-04-23 18:25:18 +00:00
docker_cli_kill_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_links_test.go Minor typo: remove redundant dot in error message in runconfig/parse.go 2015-05-13 11:04:07 +08:00
docker_cli_login_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_logs_test.go integ-cli: Fix race in TestLogsSince 2015-05-13 02:59:11 +00:00
docker_cli_nat_test.go Fix random errors in DockerSuite.TestNetworkNat 2015-05-08 10:59:26 -07:00
docker_cli_pause_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_port_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_proxy_test.go Implement daemon suite for integration-cli 2015-04-27 15:48:29 -07:00
docker_cli_ps_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_pull_test.go Implement DockerRegistrySuite in integration-cli 2015-04-24 14:17:00 -07:00
docker_cli_push_test.go Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum! 2015-05-01 16:01:10 -06:00
docker_cli_rename_test.go Fix TestRenameStoppedContainer race 2015-04-23 16:11:46 +02:00
docker_cli_restart_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_rm_test.go a few cleanups for client output 2015-05-05 15:59:17 +08:00
docker_cli_rmi_test.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
docker_cli_run_test.go Merge pull request #13196 from crosbymichael/update-libocntainer-may13 2015-05-14 10:49:25 -07:00
docker_cli_run_unix_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_save_load_test.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
docker_cli_save_load_unix_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_search_test.go Verify the no-trunc option for the search operation. 2015-05-05 08:51:13 +08:00
docker_cli_start_test.go c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 2015-04-29 17:02:22 +02:00
docker_cli_stats_test.go Allow pulling stats once and disconnecting. 2015-05-04 10:49:13 -04:00
docker_cli_tag_test.go Fix invalid tag name 2015-05-13 14:28:52 +08:00
docker_cli_top_test.go delete "defer deleteContainer" on tests 2015-04-23 22:27:46 +02:00
docker_cli_version_test.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
docker_cli_wait_test.go Fix LXC stop signals 2015-05-06 11:56:48 -04:00
docker_test_vars.go
docker_test_vars_cli.go
docker_test_vars_daemon.go
docker_utils.go Merge pull request #12278 from duglin/12267-Wildcards 2015-05-07 17:01:16 -07:00
registry.go Use suite for integration-cli 2015-04-21 10:28:52 -07:00
requirements.go Fixing statusCode checks for sockRequest 2015-04-23 15:35:56 -07:00
test_vars_exec.go
test_vars_noexec.go
test_vars_unix.go
test_vars_windows.go
utils.go Add missing "ok" on "common ok" idiom in test util 2015-05-09 05:56:10 -07:00