podman/test/e2e
baude b559c19c2f Make kill, pause, and unpause parallel.
Operations like kill, pause, and unpause -- which can operation on one or
more containers -- can greatly benefit from parallizing its main job (eq kill).

In the case of pauseand unpause, an --all option as was added. pause --all will
pause all **running** containers.  And unpause --all will unpause all **paused**
containers.

Signed-off-by: baude <bbaude@redhat.com>
2018-11-01 14:23:55 -05: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
checkpoint_test.go tests: use existing CRIU version check 2018-10-23 12:52:03 +02:00
commit_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00: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 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 Use restoreArtifacts to save time in integration tests 2018-10-22 17:07:04 -05: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 allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
load_test.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
logs_test.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05: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 Make kill, pause, and unpause parallel. 2018-11-01 14:23:55 -05:00
pod_create_test.go Make podman ps fast 2018-10-23 08:26:21 -05:00
pod_infra_container_test.go Make podman ps fast 2018-10-23 08:26:21 -05: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 Make podman ps fast 2018-10-23 08:26:21 -05: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 replace quay.io/baude to quay.io/libpod 2018-11-01 10:31:44 -05:00
push_test.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
refresh_test.go Integration Test Improvements #3 2018-08-01 13:01:44 +00:00
restart_test.go Make restart parallel and add --all 2018-11-01 13:14:12 -05: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 allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
rootless_test.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
run_cgroup_parent_test.go Add ability for ubuntu to be tested 2018-10-03 12:45:37 -05: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 Make podman ps fast 2018-10-23 08:26:21 -05: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 Add ability for ubuntu to be tested 2018-10-03 12:45:37 -05:00
run_networking_test.go podman: fix --uts=host 2018-08-17 08:17:43 +00:00
run_ns_test.go Add new tests for ipc namespace sharing 2018-09-17 16:55:11 +00:00
run_passwd_test.go fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests 2018-10-18 10:38:16 -05:00
run_privileged_test.go Make podman ps fast 2018-10-23 08:26:21 -05:00
run_restart_test.go Show duration for each ginkgo test and test speed improvements 2018-07-28 22:51:08 +00:00
run_selinux_test.go Add tests for selinux labels 2018-10-25 09:33:08 -04:00
run_signal_test.go allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05:00
run_staticip_test.go Add tests for --ip flag 2018-10-11 11:24:08 -04:00
run_test.go replace quay.io/baude to quay.io/libpod 2018-11-01 10:31:44 -05:00
run_userns_test.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
runlabel_test.go runlabel: run any command 2018-10-24 14:02:43 +02: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 allow ppc64le to pass libpod integration tests 2018-10-31 18:40:09 -05: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 correct stats err with non-running containers 2018-10-22 17:07:42 -05: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 Make podman ps fast 2018-10-23 08:26:21 -05:00
wait_test.go Speed up test results 2018-07-30 12:26:39 +00:00