spiegel_podman/test/e2e
baude 9c359a31d5 create pod on the fly
when a user specifies --pod to podman create|run, we should create that pod
automatically.  the port bindings from the container are then inherited by
the infra container.  this signicantly improves the workflow of running
containers inside pods with podman.  the user is still encouraged to use
podman pod create to have more granular control of the pod create options.

Signed-off-by: baude <bbaude@redhat.com>
2018-12-03 15:49:17 -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 disable checkpoint tests on f29 2018-11-28 14:39:47 -06: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_staticip_test.go test: cleanup CNI network used by the tests 2018-11-27 16:55:28 +01:00
create_test.go create pod on the fly 2018-12-03 15:49:17 -06: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
exists_test.go podman pod exists 2018-12-03 12:00:18 -06: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 tests: change return type for PodmanAsUser to PodmanTestIntegration 2018-11-27 21:10:15 +01: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 test, rootless: specify USER env variable 2018-11-28 21:31:28 +01: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 test: cleanup CNI network used by the tests 2018-11-27 16:55:28 +01:00
run_test.go create pod on the fly 2018-12-03 15:49:17 -06: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 Add test to ensure stopping a stopped container works 2018-11-28 09:35:30 -05: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