podman/test/e2e
baude 690c52a113 Allow users to expose ports from the pod to the host
we need to allow users to expose ports to the host for the purposes
of networking, like a webserver.  the port exposure must be done at
the time the pod is created.

strictly speaking, the port exposure occurs on the infra container.

Signed-off-by: baude <bbaude@redhat.com>
2018-11-20 09:49:34 -06:00
..
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
attach_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
checkpoint_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
commit_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
config.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
config_amd64.go replace quay.io/baude to quay.io/libpod 2018-11-01 10:31:44 -05:00
config_ppc64le.go replace quay.io/baude to quay.io/libpod 2018-11-01 10:31:44 -05:00
create_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
diff_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
exec_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
export_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
history_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
images_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
import_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
info_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
inspect_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
kill_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
libpod_suite_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
load_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
logs_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
mount_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
namespace_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pause_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_create_test.go Allow users to expose ports from the pod to the host 2018-11-20 09:49:34 -06:00
pod_infra_container_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_inspect_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_kill_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_pause_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_pod_namespaces.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_ps_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_restart_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_rm_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_start_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_stats_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_stop_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pod_top_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
port_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
ps_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
pull_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
push_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
refresh_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
restart_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
rm_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
rmi_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
rootless_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_cgroup_parent_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_cleanup_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_cpu_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_device_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_dns_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_entrypoint_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_exit_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_memory_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_networking_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_ns_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_passwd_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_privileged_test.go Fix no-new-privileges test 2018-11-16 10:49:24 +08:00
run_restart_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_selinux_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_signal_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_staticip_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
run_userns_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
runlabel_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
save_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
search_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
start_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
stats_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
stop_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
tag_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
top_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
version_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00
wait_test.go Separate common used test functions and structs to test/utils 2018-11-16 10:49:00 +08:00