spiegel_podman/test/e2e
baude 4f825f2e07 Add container runlabel command
Execute the command as described by a container image.  The value of the label is processed
into a command by:

1. Ensuring the first argument of the command is podman.
2. Substituting any variables with those defined by the environment or otherwise.

If no label exists in the container image, nothing is done.

podman container runlabel LABEL IMAGE extra_args
Signed-off-by: baude <bbaude@redhat.com>
2018-09-28 14:14:13 -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
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 Add container runlabel command 2018-09-28 14:14:13 -05: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 test, rootless: enforce cgroupfs manager 2018-09-20 13:31:59 +00:00
run_cgroup_parent_test.go run different cgroup tests depending on conditions 2018-09-12 20:20:50 +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 Add new tests for ipc namespace sharing 2018-09-17 16:55:11 +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 run complex image names with short names 2018-09-28 12:48:54 -05: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 change search test to look for fedora and not fedora-minimal 2018-09-14 13:49:58 -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 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