spiegel_podman/test/e2e
Ricardo Branco a4d0fd8853
test/e2e: Add linkat to seccomp profile
Some architectures (i.e., arm64) do not implement the link(2) system
call and ln(1) uses linkat(2) instead.

Use the names array to block both syscalls so the tests works on all
architectures.

Signed-off-by: Ricardo Branco <rbranco@suse.de>
2026-03-12 14:53:05 +01:00
..
build prune: support clearing build cache using CleanCacheMount 2024-09-05 10:40:07 -07:00
cdi build(deps): bump github.com/container-orchestrated-devices/container-device-interface 2023-02-20 14:51:04 +01:00
config Read kube_generate_type from containers.conf 2023-04-11 09:15:05 -04:00
quadlet libpod: Implement --log-opt label=LABEL=Value 2026-03-06 10:59:31 +02:00
sign e2e: reduce dependency on /tmp for e2e tests 2023-01-26 22:20:15 +09:00
testdata PARTIALLY TESTED: Add --tls-details, use it to affect libimage and the like 2026-03-05 23:13:17 +01:00
artifact_created_test.go Vendor latest mono repo for libartifact changes 2025-12-10 14:44:50 -06:00
artifact_mount_test.go Vendor latest mono repo for libartifact changes 2025-12-10 14:44:50 -06:00
artifact_test.go Vendor latest mono repo for libartifact changes 2025-12-10 14:44:50 -06:00
attach_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
build_test.go build: handle --iidfile-raw and --metadata-file flags 2026-02-03 09:18:29 +05:30
buildx_inspect_test.go podman buildx inspect support 2025-06-03 11:07:08 -04:00
checkpoint_image_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
checkpoint_test.go test: remove redundant test for restoring with --publish without --import 2026-02-16 20:13:45 +00:00
cleanup_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
commit_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
common_test.go libpod: Implement --log-opt label=LABEL=Value 2026-03-06 10:59:31 +02:00
config.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
config_amd64.go ci: rm allow-unused from nolintlint settings 2025-03-31 12:27:55 -07:00
config_arm64.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
config_ppc64le.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
config_test.go Fix compilation of tests on arm64 2026-03-03 21:30:05 +01:00
container_clone_test.go Merge pull request #28140 from ozgur-as/fix-clone-secret-env 2026-03-04 13:04:11 +01:00
container_create_volume_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
container_iface_name_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
container_inspect_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
containers_conf_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
cp_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
create_staticip_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
create_staticmac_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
create_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
diff_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
events_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
exec_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
exists_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
export_test.go Fix container export emitting incorrect event type. 2026-01-12 16:25:25 +05:30
farm_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
generate_kube_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
generate_spec_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
generate_systemd_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
healthcheck_run_test.go podman-healthcheck-run: add --ignore-result flag 2026-02-09 19:52:29 +01:00
history_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
image_scp_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
image_sign_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
images_test.go Add Repository and Tag fields to image list --format JSON output 2025-12-03 17:53:26 -05:00
import_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
info_test.go Add test for exposing default network name in podman info 2025-11-28 09:49:02 +09:00
init_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
inspect_test.go Remove CNI-specific test cases 2026-01-27 16:32:38 +05:30
kill_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
libpod_suite_remote_test.go PARTIALLY TESTED: Add --tls-details, use it to affect libimage and the like 2026-03-05 23:13:17 +01:00
libpod_suite_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
load_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
login_logout_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
logs_test.go libpod: Implement --log-opt label=LABEL=Value 2026-03-06 10:59:31 +02:00
manifest_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
mount_rootless_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
mount_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
negative_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
network_connect_disconnect_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
network_create_test.go Remove test infrastructure for CNI/Netavark backend selection 2026-01-27 16:32:38 +05:30
network_test.go Remove test infrastructure for CNI/Netavark backend selection 2026-01-27 16:32:38 +05:30
pause_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
play_build_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
play_kube_test.go test/e2e: Add linkat to seccomp profile 2026-03-12 14:53:05 +01:00
pod_clone_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_create_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
pod_infra_container_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
pod_initcontainers_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
pod_inspect_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_kill_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
pod_pause_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
pod_pod_namespaces_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_prune_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_ps_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
pod_restart_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_rm_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_start_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
pod_stats_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
pod_stop_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pod_top_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
port_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
prune_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
ps_test.go Fix unless-stopped restart policy to match Docker behavior 2025-12-02 15:40:46 +01:00
pull_chunked_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
pull_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
push_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
quadlet_test.go Quadlet Volume - allow setting mount option without a device 2026-02-26 12:27:23 -05:00
rename_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
restart_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
rm_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
rmi_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_aardvark_test.go Remove test infrastructure for CNI/Netavark backend selection 2026-01-27 16:32:38 +05:30
run_apparmor_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_cgroup_parent_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_cleanup_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_cpu_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
run_device_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_dns_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_entrypoint_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_env_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_exit_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_memory_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
run_networking_test.go Remove test infrastructure for CNI/Netavark backend selection 2026-01-27 16:32:38 +05:30
run_ns_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_passwd_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_privileged_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_restart_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_seccomp_test.go Merge pull request #26934 from kolyshkin/fix-ci 2026-01-23 13:18:33 +01:00
run_security_labels_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_selinux_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_signal_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_staticip_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_test.go test/e2e: Add linkat to seccomp profile 2026-03-12 14:53:05 +01:00
run_transient_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_userns_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
run_volume_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
run_working_dir_test.go libpod: simplify resolveWorkDir() 2025-12-04 15:25:49 +01:00
runlabel_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
save_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
search_mock_registry.go test: Replace external registry deps with mock server in search tests 2025-10-24 13:55:57 +02:00
search_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
secret_test.go secrets/create: remove pipe check and allow interactive stdin 2026-01-14 17:00:25 +05:30
start_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
stats_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
stop_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
system_connection_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
system_df_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
system_dial_stdio_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
system_reset_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
systemd_activate_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
systemd_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
tag_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
tls_test.go Add --tls-details support for (podman login) and (podman logout) 2026-03-06 00:33:14 +01:00
toolbox_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
top_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
tree_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
trust_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
unshare_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
untag_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
update_test.go test/e2e: delete CgV1 skips, delete tests skipped on Cgv2 2025-11-12 15:15:34 -05:00
version_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_create_test.go Rename the fedoraMinimal constant to FEDORA_MINIMAL 2026-03-03 21:34:14 +01:00
volume_exists_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_inspect_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_ls_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_plugin_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_prune_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_rm_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
wait_test.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00