spiegel_podman/test/e2e
Matthew Heon bd86a52f09 Mask /sys/devices/virtual/powercap
I don't really like this solution because it can't be undone by
`--security-opt unmask=all` but I don't see another way to make
this retroactive. We can potentially change things up to do this
the right way with 5.0 (actually have it in the list of masked
paths, as opposed to adding at spec finalization as now).

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2023-10-27 11:55:42 +00:00
..
build Do not include image annotations when building spec 2023-05-11 23:48:23 -04: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 Add support for Ulimit in quadlet 2023-09-14 06:17:43 -04:00
sign e2e: reduce dependency on /tmp for e2e tests 2023-01-26 22:20:15 +09:00
testdata Add (podman {image,manifest} push --sign-by-sigstore=param-file.yaml) 2023-01-27 16:47:32 +01:00
attach_test.go e2e: use ExitCleanly() in attach & build tests 2023-09-06 17:11:38 -06:00
build_test.go e2e: use ExitCleanly() in attach & build tests 2023-09-06 17:11:38 -06:00
checkpoint_image_test.go e2e: use ExitCleanly() in checkpoint tests 2023-09-07 20:20:28 -06:00
checkpoint_test.go vendor: update checkpointctl to v1.1.0 2023-09-12 08:41:02 +01:00
cleanup_test.go e2e: use ExitCleanly() in cleanup_test.go 2023-09-11 06:33:18 -06:00
commit_test.go e2e: commit_test: use ExitCleanly() 2023-09-11 08:07:24 -06:00
common_test.go Require a non-generic reason for non-Fedora skip 2023-08-08 14:34:24 -04:00
config.go *: migrate image registry to registry.k8s.io 2023-04-11 10:30:43 -04:00
config_amd64.go CI: e2e: fetch the standard system-test image 2023-08-30 08:11:43 -06:00
config_arm64.go CI: e2e: fetch the standard system-test image 2023-08-30 08:11:43 -06:00
config_ppc64le.go CI: e2e: fetch the standard system-test image 2023-08-30 08:11:43 -06:00
container_clone_test.go e2e: container_clone_test.go: use ExitCleanly() 2023-09-11 07:59:32 -06:00
container_create_volume_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
container_inspect_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
containers_conf_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
cp_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
create_staticip_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
create_staticmac_test.go e2e: more ExitCleanly(): low-hanging fruit 2023-09-12 06:21:00 -06:00
create_test.go e2e: create_test: use ExitCleanly() 2023-09-12 15:42:14 -06:00
diff_test.go e2e: diff_test: use ExitCleanly() 2023-09-12 13:47:35 -06:00
events_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
exec_test.go e2e: more ExitCleanly(): manual test fixes 2023-09-12 21:07:11 -06:00
exists_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
export_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
farm_test.go e2e: more ExitCleanly(): manual test fixes 2023-09-12 21:07:11 -06:00
generate_kube_test.go kube: add DaemonSet support for generate 2023-09-12 10:30:57 +05:30
generate_spec_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
generate_systemd_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
healthcheck_run_test.go e2e: more ExitCleanly(): manual test fixes 2023-09-12 21:07:11 -06:00
history_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
image_scp_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
image_sign_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
images_test.go e2e: more ExitCleanly(): manual test fixes 2023-09-12 21:07:11 -06:00
import_test.go e2e: more ExitCleanly(): manual test fixes 2023-09-12 21:07:11 -06:00
info_test.go e2e: more ExitCleanly(): dumb string replacements 2023-09-12 19:16:18 -06:00
init_test.go e2e: continuing ExitCleanly(): just the replacements 2023-09-14 10:12:44 -06:00
inspect_test.go e2e: continuing ExitCleanly(): just the replacements 2023-09-14 10:12:44 -06:00
kill_test.go e2e: continuing ExitCleanly(): just the replacements 2023-09-14 10:12:44 -06:00
libpod_suite_remote_test.go test/e2e: wait for socket 2023-07-10 17:27:11 +02:00
libpod_suite_test.go test/e2e: switch to GinkgoWriter 2023-05-02 11:27:38 +02:00
load_test.go vendor containers/common@12405381ff 2023-08-30 13:20:35 +02:00
login_logout_test.go CI: e2e: remove workaround for missing login file 2023-08-01 12:10:20 -06:00
logs_test.go e2e: ExitCleanly(): manual test fixes 2023-09-14 10:12:44 -06:00
manifest_test.go e2e: ExitCleanly(): manual test fixes 2023-09-14 10:12:44 -06:00
mount_rootless_test.go e2e: ExitCleanly(): manual test fixes 2023-09-14 10:12:44 -06:00
mount_test.go e2e: continuing ExitCleanly(): just the replacements 2023-09-14 10:12:44 -06:00
negative_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
network_connect_disconnect_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
network_create_test.go network create --ip-range allow for custom range 2023-06-16 17:57:17 +02:00
network_test.go make lint: re-enable ginkgolinter 2023-06-19 15:09:34 +02:00
pause_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
play_build_test.go CI: e2e: first use of new ExitCleanly() matcher 2023-08-30 08:41:25 -06:00
play_kube_test.go Add support for kube TerminationGracePeriodSeconds 2023-09-10 16:41:24 -04:00
pod_clone_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_create_test.go Tests: remove/update obsolete skips 2023-07-13 15:04:07 -06:00
pod_infra_container_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_initcontainers_test.go source code comments and docs: fix typos, language, Markdown layout 2023-05-22 07:52:16 +02:00
pod_inspect_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_kill_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_pause_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_pod_namespaces_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_prune_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_ps_test.go test/e2e: add regression testing for comma-containing labels 2023-05-25 22:56:27 +02:00
pod_restart_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_rm_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
pod_start_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
pod_stats_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
pod_stop_test.go Add support for passing container stop timeout as -1 (infinite) 2023-08-04 08:36:45 -04:00
pod_top_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
port_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
prune_test.go make lint: re-enable ginkgolinter 2023-06-19 15:09:34 +02:00
ps_test.go test/e2e: add regression testing for comma-containing labels 2023-05-25 22:56:27 +02:00
pull_test.go vendor containers/common@12405381ff 2023-08-30 13:20:35 +02:00
push_test.go push, manifest-push: --force-compression must be true with --compression-format 2023-08-28 16:41:13 +05:30
quadlet_test.go Add DNS fields to Container and Network unit groups 2023-09-13 13:16:53 -04:00
rename_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
restart_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
rm_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
rmi_test.go In a concurrent removal test, don't remove concurrently with builds 2023-05-23 18:14:33 +02:00
run_aardvark_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_apparmor_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_cgroup_parent_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_cleanup_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_cpu_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_device_test.go e2e: use parallel-safe /dev subdirectories 2023-06-21 13:43:19 -06:00
run_dns_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_entrypoint_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_env_test.go run,create: modify --env-merge behavior for non-existent vars 2023-06-22 15:42:55 +05:30
run_exit_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_memory_test.go Tests: remove/update obsolete skips 2023-07-13 15:04:07 -06:00
run_networking_test.go Add missing reserved annotation support to play 2023-07-17 14:06:23 -04:00
run_ns_test.go Revert "test/e2e: fix "podman run ipcns ipcmk container test"" 2023-06-01 16:27:27 -04:00
run_passwd_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_privileged_test.go e2e: use parallel-safe /dev subdirectories 2023-06-21 13:43:19 -06:00
run_restart_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_seccomp_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_security_labels_test.go security: accept empty capabilities list 2023-09-06 14:55:28 +02:00
run_selinux_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_signal_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_staticip_test.go e2e: GetSafeIPAddress() replaces GetRandomIPAddress 2023-06-15 11:06:40 -06:00
run_test.go Mask /sys/devices/virtual/powercap 2023-10-27 11:55:42 +00:00
run_transient_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_userns_test.go uid/gid mapping flags 2023-08-28 20:21:04 +02:00
run_volume_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
run_working_dir_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
runlabel_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
save_test.go Merge pull request #18563 from vrothberg/fix-15897 2023-05-15 13:20:18 -04:00
search_test.go CI: e2e: remove useless test 2023-08-03 06:16:25 -06:00
secret_test.go secret: add support for --ignore with rm 2023-08-02 11:13:08 +05:30
start_test.go Add support for passing container stop timeout as -1 (infinite) 2023-08-04 08:36:45 -04:00
stats_test.go Fix: use --all in podman stats to get all containers stats 2023-07-26 09:41:14 +03:00
stop_test.go test/e2e: use GinkgoT().TempDir() over MkdirTemp() 2023-07-05 10:40:26 +02:00
system_connection_test.go Update system connection add & remove 2023-08-09 13:37:37 -04:00
system_df_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
system_dial_stdio_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
system_reset_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
system_service_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
systemd_activate_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
systemd_test.go e2e: systemd test: major fixes 2023-06-28 10:07:19 -06:00
tag_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
toolbox_test.go Use constants for mount types 2023-07-14 07:17:21 -04:00
top_test.go top: do not depend on ps(1) in container 2023-07-10 13:32:55 +02:00
tree_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
trust_test.go e2e: add ginkgo decorators to address flakes 2023-06-07 07:10:25 -06:00
unshare_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
untag_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
update_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
version_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
volume_create_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
volume_exists_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
volume_inspect_test.go Use constants for mount types 2023-07-14 07:17:21 -04:00
volume_ls_test.go Add since as valid filter option for volume subcommands 2023-07-18 14:52:42 -04:00
volume_plugin_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
volume_prune_test.go Add since as valid filter option for volume subcommands 2023-07-18 14:52:42 -04:00
volume_rm_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00
wait_test.go test/e2e: dedup Before/AfterEach nodes 2023-05-15 16:56:18 +02:00