podman/test/e2e
umohnani8 4855998f1c Add --volumes-from flag to podman run and create
podman now supports --volumes-from flag, which allows users
to add all the volumes an existing container has to a new one.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #931
Approved by: mheon
2018-07-09 19:30:03 +00:00
..
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
attach_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
commit_test.go do not commit default volumes from container 2018-04-30 21:07:59 +00:00
create_test.go Add flag to add annotations to a container 2018-06-04 17:52:28 +00:00
diff_test.go Add one test case for check diff in container and committed image 2018-04-19 14:19:04 +00:00
exec_test.go Propegate exit code on Exec calls and integrated test 2018-06-07 18:20:19 +00:00
export_test.go Make ':' a restricted character for file names 2018-04-30 19:58:22 +00:00
history_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
images_test.go Add --all,-a flag to podman images 2018-06-18 14:41:51 +00:00
import_test.go Inspect output should be in array form 2018-02-21 14:22:36 +00:00
info_test.go Initial gingko work 2018-01-29 19:12:20 +00:00
inspect_test.go Inspect output should be in array form 2018-02-21 14:22:36 +00:00
kill_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
libpod_suite_test.go test: add env variables to the debug output 2018-06-27 14:07:17 +00:00
load_test.go save and load should support multi-tag for docker-archive 2018-05-25 15:15:47 +00:00
logs_test.go podman logs: fix tailing 2018-02-09 15:27:52 +00:00
mount_test.go Allow multiple mounts 2018-07-03 18:02:45 +00:00
pause_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
port_test.go Final ginkgo migration 2018-02-08 12:37:07 -06:00
ps_test.go Added --sort to ps 2018-06-19 14:45:29 +00:00
pull_test.go Image library stage 4 - create and commit 2018-03-20 16:20:12 +00:00
push_test.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
refresh_test.go Add tests for podman refresh 2018-06-22 19:26:46 +00:00
restart_test.go Add restart test with timeout 2018-04-23 17:34:26 +08:00
rm_test.go Add a test case for remove the latest container 2018-03-16 13:35:10 +00:00
rmi_test.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
rootless_test.go test: add test for running a rootless container 2018-06-15 14:53:19 +00:00
run_cgroup_parent_test.go Skip systemd-style CGroups test 2018-05-11 14:43:57 +00:00
run_cleanup_test.go Add podman container cleanup to CLI 2018-06-29 15:25:21 +00:00
run_cpu_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
run_device_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
run_dns_test.go ip validation game too strong 2018-04-18 10:58:24 +00:00
run_entrypoint_test.go Add --all,-a flag to podman images 2018-06-18 14:41:51 +00:00
run_exit_test.go Correct exit code 126 and 127 2018-02-21 16:49:00 +00:00
run_memory_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
run_networking_test.go podman should assign a host port to -p when omitted 2018-05-01 21:47:34 +00:00
run_ns_test.go Update the version of conmon used in test 2018-06-22 13:19:08 +00:00
run_privileged_test.go Only allocate tty when -t 2018-04-03 22:23:23 +00:00
run_restart_test.go Allow the use of -i/-a on any container 2018-04-14 13:48:35 +00:00
run_signal_test.go Update the version of conmon used in test 2018-06-22 13:19:08 +00:00
run_test.go Add --volumes-from flag to podman run and create 2018-07-09 19:30:03 +00:00
run_userns_test.go test/e2e/run_userns_test.go: new file 2018-05-04 17:15:55 +00:00
save_test.go Make ':' a restricted character for file names 2018-04-30 19:58:22 +00:00
search_test.go Remove the --registry flag from podman search 2018-06-28 16:55:29 +00:00
start_test.go Fix broken 'podman start' test 2018-03-15 17:45:11 +00:00
stats_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
stop_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
tag_test.go Tagging an image alias by shortname 2018-02-26 18:28:54 +00:00
top_test.go top: make output tabular 2018-06-18 12:56:44 +00:00
version_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
wait_test.go Initial gingko work 2018-01-29 19:12:20 +00:00