podman/test/e2e
Daniel J Walsh d9580ec62b Pass on securityOpts from podInfraContainer to container added to pod.
This is an incomplete fix, as it would be best for the libpod library to be in charge of coordinating the container's dependencies on the infra container. A TODO was left as such. UTS is a special case, because the docker library that namespace handling is based off of doesn't recognize a UTS based on another container as valid, despite the library being able to handle it correctly. Thus, it is left in the old way.

Signed-off-by: haircommander <pehunt@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1347
Approved by: mheon
2018-09-11 13:31:55 +00:00
..
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
attach_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
commit_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00:00
create_test.go allow specification of entrypoint in the form of a slice 2018-08-28 14:29:12 +00:00
diff_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
exec_test.go Swap test image in exec test to fedora for useradd 2018-08-23 12:07:59 +00:00
export_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
history_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
images_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
import_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
info_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
inspect_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
kill_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
libpod_suite_test.go Update WaitForTimeOut to output OutputString to help with debugging. 2018-09-06 21:26:15 +00:00
load_test.go Fix ambiguity in adding localhost to podman save 2018-08-08 21:04:11 +00:00
logs_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
mount_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
namespace_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
pause_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
pod_create_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_infra_container_test.go Pass on securityOpts from podInfraContainer to container added to pod. 2018-09-11 13:31:55 +00:00
pod_inspect_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_kill_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_pause_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_pod_namespaces.go Pass on securityOpts from podInfraContainer to container added to pod. 2018-09-11 13:31:55 +00:00
pod_ps_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_restart_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_rm_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_start_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_stats_test.go Fixing network ns segfault 2018-08-23 18:16:28 +00:00
pod_stop_test.go Added option to share kernel namespaces in libpod and podman 2018-08-23 18:16:28 +00:00
pod_top_test.go Fixing network ns segfault 2018-08-23 18:16:28 +00:00
port_test.go exposes tcp port only if no proto specified. 2018-08-24 14:31:38 +00:00
ps_test.go Fix handling of multiple filters in podman ps 2018-08-27 14:47:41 +00:00
pull_test.go Integration Test Improvements #2 2018-07-30 23:53:08 +00:00
push_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00:00
refresh_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00:00
restart_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
rm_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
rmi_test.go rmi remove all not error when no images are present 2018-09-05 11:06:59 +00:00
rootless_test.go Fix pod sharing for utsmode 2018-09-07 18:18:54 +00:00
run_cgroup_parent_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_cleanup_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00:00
run_cpu_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_device_test.go Fix handling of devices 2018-08-20 13:42:07 +00:00
run_dns_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_entrypoint_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_exit_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_memory_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_networking_test.go podman: fix --uts=host 2018-08-17 08:17:43 +00:00
run_ns_test.go Change shm test to be less flaky. 2018-09-07 12:05:54 +00:00
run_privileged_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_restart_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_signal_test.go Use REGISTRIES_CONFIG_PATH for all tests 2018-08-02 12:40:14 +00:00
run_test.go Pass on securityOpts from podInfraContainer to container added to pod. 2018-09-11 13:31:55 +00:00
run_userns_test.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
save_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
search_test.go Use REGISTRIES_CONFIG_PATH for all tests 2018-08-02 12:40:14 +00:00
start_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
stats_test.go Fixed segfault in stats where container had netNS none or from container 2018-08-21 15:37:39 +00:00
stop_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
tag_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
top_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
version_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
wait_test.go Speed up test results 2018-07-30 12:26:39 +00:00