moby--moby/integration-cli
Ahmet Alp Balkan e2aa8f0cd9 integ-cli: skip tests launching registry-v2
Some pull/push tests are launching `registry-v2`
binary which is compiled and installed if the tests
are running in-container through `make test-integration-cli`.

However, registry is not supported to run on non-linux
platforms and we can't really spin up any registry-v2
containers in the remote DOCKER_TEST_HOST at this point.

Just skipping those with the new TestRequirement called
`RegistryHosting`.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-02-24 23:19:59 -08:00
..
MAINTAINERS Fix format in maintainers files 2014-06-02 07:05:06 +00:00
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 Better test cleanup with defer 2015-02-20 14:04:36 -08: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 Remove leftover debugging artifact in test 2015-02-24 11:44:14 -08:00
docker_cli_commit_test.go Merge pull request #9123 from rhatdan/commit-change 2015-02-24 17:09:10 -05:00
docker_cli_cp_test.go integ-cli: Skip tests assuming daemon/cli are on the same host 2015-02-23 14:08:05 -08:00
docker_cli_create_test.go integ-cli: Skip tests assuming daemon/cli are on the same host 2015-02-23 14:08:05 -08:00
docker_cli_daemon_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08: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 race in events test 2015-02-19 15:32:00 -08:00
docker_cli_events_unix_test.go Fix filenames for unix only integration-cli tests 2015-01-14 00:31:25 +02:00
docker_cli_exec_test.go integ-cli: Skip some exec tests requiring same-host daemon 2015-02-24 16:39:42 -08:00
docker_cli_export_import_test.go integration-cli: use cmd.Stdin instead of cat/tee for TestExportContainerAndImportImage 2015-02-13 22:12:06 -08:00
docker_cli_help_test.go Fix for help when $HOME is / 2015-02-19 22:21:17 -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 Use -q param in test using `docker images -f` 2015-02-17 19:29:17 -08: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 integration-cli: add test requirement ExecSupport 2015-02-20 23:24:30 -08: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 Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_pause_test.go Fixes #10457-Pause-and-unpause-accept-multi-containers 2015-02-07 00:28:49 +00:00
docker_cli_port_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_proxy_test.go integ-cli: skip TestCliProxyProxyTCPSock on remote daemon 2015-02-24 12:04:33 -08:00
docker_cli_ps_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_pull_test.go Update verification message logic 2015-02-05 17:46:55 -08:00
docker_cli_push_test.go Remove word "fail" from tests 2015-02-09 18:01:52 -05:00
docker_cli_rename_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_restart_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_rm_test.go integ-cli: Skip tests assuming daemon/cli are on the same host 2015-02-23 14:08:05 -08:00
docker_cli_rmi_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_run_test.go integ-cli: Skip tests assuming daemon/cli are on the same host 2015-02-23 14:08:05 -08:00
docker_cli_run_unix_test.go Better test cleanup with defer 2015-02-20 14:04:36 -08:00
docker_cli_save_load_test.go integ-cli: remove bash dependency from TestSaveDirectoryPermissions 2015-02-24 15:52:06 -08:00
docker_cli_save_load_unix_test.go Fix filenames for unix only integration-cli tests 2015-01-14 00:31:25 +02:00
docker_cli_search_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_start_test.go Remove word "fail" from tests 2015-02-09 18:01:52 -05:00
docker_cli_tag_test.go Remove word "fail" from tests 2015-02-09 18:01:52 -05: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_test_vars.go Fix a few minor issues with building/running inside msysGit 2015-01-09 17:28:40 -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 integ-cli: skip tests launching registry-v2 2015-02-24 23:19:59 -08:00
registry.go Fix some go vet errors 2015-02-02 14:53:20 -08:00
requirements.go integ-cli: skip tests launching registry-v2 2015-02-24 23:19:59 -08: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 integ-cli: Typo fix in test_vars_* comments. 2015-02-20 09:51:10 -08:00
test_vars_windows.go integ-cli: Typo fix in test_vars_* comments. 2015-02-20 09:51:10 -08:00
utils.go Merge pull request #10794 from ahmetalpbalkan/win-cli/TestContainerApi-volume-path-fix 2015-02-19 11:28:55 -08:00