automation-tests/test/e2e
Valentin Rothberg 2abfef3809 podman cp: ignore EPERMs in rootless mode
Ignore permission errors when copying from a rootless container.
TTY devices inside rootless containers are owned by the host's
root user which is "nobody" inside the container's user namespace
rendering us unable to even read them.

Enable the integration test which was temporarily disabled for rootless
users.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-03-09 09:02:14 +01:00
..
build test: Add checkpoint/restore with volumes 2021-01-07 07:51:22 +00:00
config Enable no_hosts from containers.conf 2021-02-26 06:37:48 -05:00
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
sign save image remove signatures 2020-10-21 10:00:08 -04:00
testdata support multi-image (docker) archives 2020-09-08 08:47:19 +02:00
attach_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
build_test.go Fix support for podman build --timestamp 2021-03-02 14:25:29 -05:00
checkpoint_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
commit_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
common_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
config.go Add tests for volume plugins 2021-01-14 16:43:23 -05:00
config_amd64.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
config_ppc64le.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
container_inspect_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
containers_conf_test.go Enable no_hosts from containers.conf 2021-02-26 06:37:48 -05:00
cp_test.go podman cp: ignore EPERMs in rootless mode 2021-03-09 09:02:14 +01:00
create_staticip_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
create_staticmac_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
create_test.go Fix podman network IDs handling 2021-02-22 15:51:49 +01:00
diff_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
events_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
exec_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
exists_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
export_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
generate_kube_test.go Allow users to generate a kubernetes yaml off non running containers 2021-03-08 06:14:08 -05:00
generate_systemd_test.go Merge pull request #9445 from jmguzik/no-header-info-for-systemd-generation 2021-02-22 13:44:43 -05:00
healthcheck_run_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
history_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
image_sign_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
images_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
import_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
info_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
init_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
inspect_test.go Sort CapDrop in inspect to guarantee order 2021-02-23 14:05:18 -05:00
kill_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
libpod_suite_remote_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
libpod_suite_test.go Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
load_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
login_logout_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
logs_test.go Tidy duplicate log tests 2021-03-02 14:28:16 -05:00
manifest_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
mount_rootless_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
mount_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
namespace_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
negative_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
network_connect_disconnect_test.go Fix cni teardown errors 2021-03-04 11:43:59 +01:00
network_create_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
network_test.go Fix for podman network rm (-f) workflow 2021-03-05 13:16:37 +01:00
pause_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
play_kube_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_create_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_infra_container_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_inspect_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_kill_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_pause_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_pod_namespaces_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_prune_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_ps_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_restart_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_rm_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_start_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_stats_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_stop_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pod_top_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
port_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
prune_test.go Merge pull request #9275 from rhatdan/build 2021-02-22 06:29:32 -05:00
ps_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
pull_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
push_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
rename_test.go Rewrite Rename backend in a more atomic fashion 2021-03-02 13:30:28 -05:00
restart_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
rm_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
rmi_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_apparmor_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_cgroup_parent_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_cleanup_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_cpu_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_device_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_dns_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_entrypoint_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_env_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_exit_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_memory_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_networking_test.go Add dns search domains from cni response to resolv.conf 2021-02-24 10:41:56 +01:00
run_ns_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_passwd_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_privileged_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_restart_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_seccomp_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_security_labels_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_selinux_test.go Check for supportsKVM based on basename of the runtime 2021-03-03 16:49:51 -05:00
run_signal_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_staticip_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_test.go Enable cgroupsv2 rw mount via security-opt unmask 2021-02-28 15:59:43 +01:00
run_userns_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
run_volume_test.go Add U volume flag to chown source volumes 2021-02-22 22:55:19 -06:00
run_working_dir_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
runlabel_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
save_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
search_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
secret_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
start_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
stats_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
stop_test.go podman-remote stop -time 0 does not work 2021-03-05 10:39:17 -05:00
system_connection_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
system_df_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
system_reset_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
systemd_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
tag_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
toolbox_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
top_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
tree_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
trust_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
unshare_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
untag_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
version_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_create_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_exists_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_inspect_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_ls_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_plugin_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_prune_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
volume_rm_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
wait_test.go bump go module to v3 2021-02-22 09:03:51 +01:00