moby--moby/integration-cli
Kir Kolyshkin 771256b305 TestRunSeccompProfileAllow32Bit: fix
Since the update to Debian Stretch, this test fails. The reason is dynamic
binary, which requires i386 ld.so for loading (and apparently it is no longer
installed by default):

> root@09d4b173c3dc:/go/src/github.com/docker/docker# file exit32-test
> exit32-test: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=a0d3d6cb59788453b983f65f8dc6ac52920147b6, stripped
> root@09d4b173c3dc:/go/src/github.com/docker/docker# ls -l /lib/ld-linux.so.2
> ls: cannot access '/lib/ld-linux.so.2': No such file or directory

To fix, just add -static.

Interestingly, ldd can'f figure it out.

> root@a324f8edfcaa:/go/src/github.com/docker/docker# ldd exit32-test
>	not a dynamic executable

Other tools (e.g. objdump) also show it's a dynamic binary.

While at it, remove the extra "id" argument (a copy-paste error I
guess).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-09-17 22:04:31 -07:00
..
checker
cli Refactor test environment 2017-08-30 13:13:18 -04:00
daemon Cleanup daemon.LoadBusybox() to use the API instead of client 2017-08-25 17:24:25 -04:00
environment Refactor test environment 2017-08-30 13:13:18 -04:00
fixtures Optimize some wrong usage and spelling 2017-09-07 09:44:08 +08:00
registry
request Remove RunCommandPipelineWithOutput 2017-08-22 17:15:26 -04:00
requirement Refactor test environment 2017-08-30 13:13:18 -04:00
benchmark_test.go
check_test.go Only attempt to find pid with local daemon 2017-09-14 12:05:18 -04:00
daemon_swarm_hack_test.go
docker_api_attach_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_auth_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_build_test.go integration-cli: fix testutil refactor merge conflict 2017-08-28 10:19:54 -07:00
docker_api_containers_test.go Cleanup client not found errors. 2017-09-11 19:53:18 -04:00
docker_api_containers_windows_test.go Windows: Add named pipe mount support 2017-08-07 11:34:36 -07:00
docker_api_create_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_events_test.go
docker_api_exec_resize_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_exec_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_images_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_info_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_inspect_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_inspect_unix_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_ipcmode_test.go docker_api_ipcmode_test: add SameHostDaemon req 2017-08-24 17:02:21 +03:00
docker_api_logs_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_network_test.go
docker_api_resize_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_session_test.go Remove testutil.ReadBody 2017-08-22 17:15:26 -04:00
docker_api_stats_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_stats_unix_test.go
docker_api_swarm_config_test.go Cleanup client not found errors. 2017-09-11 19:53:18 -04:00
docker_api_swarm_node_test.go
docker_api_swarm_secret_test.go Cleanup client not found errors. 2017-09-11 19:53:18 -04:00
docker_api_swarm_service_test.go Replace service ps cli tests with service inspect API test. 2017-08-25 17:27:41 -04:00
docker_api_swarm_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_test.go Remove testutil.ReadBody 2017-08-22 17:15:26 -04:00
docker_api_update_unix_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_version_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_api_volumes_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_cli_attach_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_attach_unix_test.go
docker_cli_authz_plugin_v2_test.go Cleanup daemon.LoadBusybox() to use the API instead of client 2017-08-25 17:24:25 -04:00
docker_cli_authz_unix_test.go Cleanup daemon.LoadBusybox() to use the API instead of client 2017-08-25 17:24:25 -04:00
docker_cli_build_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_build_unix_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_by_digest_test.go
docker_cli_commit_test.go *: normalize the use of normalize 2017-08-22 15:25:31 -07:00
docker_cli_config_create_test.go
docker_cli_config_inspect_test.go
docker_cli_config_ls_test.go
docker_cli_cp_from_container_test.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
docker_cli_cp_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_cp_to_container_test.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
docker_cli_cp_to_container_unix_test.go
docker_cli_cp_utils_test.go Optimize some wrong usage and spelling 2017-09-07 09:44:08 +08:00
docker_cli_create_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_create_unix_test.go
docker_cli_daemon_plugins_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_daemon_test.go Merge pull request #34332 from clnperez/logrus-revendor 2017-09-14 11:29:05 -07:00
docker_cli_diff_test.go
docker_cli_events_test.go Optimize some wrong usage and spelling 2017-09-07 09:44:08 +08:00
docker_cli_events_unix_test.go Avoid failing the test if container is already stopped 2017-09-05 17:19:57 +02:00
docker_cli_exec_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_exec_unix_test.go
docker_cli_experimental_test.go
docker_cli_export_import_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_external_graphdriver_unix_test.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
docker_cli_external_volume_driver_unix_test.go
docker_cli_health_test.go Add container environment variables correctly to the health check 2017-05-21 21:39:00 +03:00
docker_cli_history_test.go
docker_cli_images_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_import_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_info_test.go
docker_cli_info_unix_test.go
docker_cli_inspect_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_kill_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_links_test.go Remove testutil.ConvertSliceOfStringsToMap 2017-08-22 17:15:26 -04:00
docker_cli_links_unix_test.go
docker_cli_login_test.go Spelling fixes 2017-07-03 13:13:09 -07:00
docker_cli_logout_test.go Disable legacy (v1) registries by default 2017-06-12 11:04:28 +02:00
docker_cli_logs_bench_test.go
docker_cli_logs_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_nat_test.go
docker_cli_netmode_test.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
docker_cli_network_unix_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_oom_killed_test.go
docker_cli_pause_test.go Allow stopping of paused container 2017-07-12 10:35:48 -04:00
docker_cli_plugins_logdriver_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_cli_plugins_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_port_test.go
docker_cli_proxy_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_prune_unix_test.go Update CLI commit hash 2017-05-18 12:23:28 -07:00
docker_cli_ps_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_pull_local_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_pull_test.go [integration-cli] fix p/z HubPullSuite tests 2017-09-14 09:42:09 -04:00
docker_cli_pull_trusted_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_push_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_registry_user_agent_test.go Simplify DockerRegistrySuite.TestUserAgentPassThrough() 2017-06-12 20:18:03 +02:00
docker_cli_rename_test.go Remove assertions that were testing CLI behaviour. 2017-08-31 18:19:17 -04:00
docker_cli_restart_test.go
docker_cli_rm_test.go
docker_cli_rmi_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_run_test.go Fix a bad assumption 2017-09-06 17:32:56 -04:00
docker_cli_run_unix_test.go TestRunSeccompProfileAllow32Bit: fix 2017-09-17 22:04:31 -07:00
docker_cli_save_load_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_save_load_unix_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_search_test.go
docker_cli_secret_create_test.go
docker_cli_secret_inspect_test.go
docker_cli_secret_ls_test.go
docker_cli_service_create_test.go Service alias should not be copied to task alias 2017-06-07 13:05:15 -07:00
docker_cli_service_health_test.go Update CLI commit hash 2017-05-18 12:23:28 -07:00
docker_cli_service_logs_test.go Merge pull request #34554 from dnephin/use-release-version-of-docker-cli 2017-08-30 13:43:39 -04:00
docker_cli_service_scale_test.go Update CLI commit hash 2017-05-18 12:23:28 -07:00
docker_cli_service_update_test.go Update CLI commit hash 2017-05-18 12:23:28 -07:00
docker_cli_sni_test.go
docker_cli_start_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_stats_test.go
docker_cli_stop_test.go
docker_cli_swarm_test.go Add support for .Node.Hostname templating in swarm services 2017-09-02 10:06:16 +02:00
docker_cli_swarm_unix_test.go Pin docker-cli version to the 17.06-ce release version 2017-08-22 14:29:16 -04:00
docker_cli_tag_test.go
docker_cli_top_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_update_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_update_unix_test.go force inspect test format 2017-09-05 08:31:44 -07:00
docker_cli_userns_test.go Remove RunCommandPipelineWithOutput 2017-08-22 17:15:26 -04:00
docker_cli_v2_only_test.go Use tempdir instead of working directory as build-context 2017-06-12 20:14:48 +02:00
docker_cli_version_test.go
docker_cli_volume_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_cli_wait_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_deprecated_api_v124_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_deprecated_api_v124_unix_test.go Stop using deprecated SockRequest 2017-08-23 17:10:04 -04:00
docker_experimental_network_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
docker_hub_pull_suite_test.go
docker_utils_test.go Refactor test environment 2017-08-30 13:13:18 -04:00
events_utils_test.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
fixtures_linux_daemon_test.go TestRunSeccompProfileAllow32Bit: fix 2017-09-17 22:04:31 -07:00
requirements_test.go Refactor test environment 2017-08-30 13:13:18 -04:00
requirements_unix_test.go Refactor test environment 2017-08-30 13:13:18 -04:00
test_vars_exec_test.go
test_vars_noexec_test.go
test_vars_noseccomp_test.go
test_vars_seccomp_test.go
test_vars_test.go
test_vars_unix_test.go
test_vars_windows_test.go
trust_server_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00
utils_test.go Update tests to use icmd 2017-08-25 12:07:30 -04:00