podman/test/e2e
umohnani8 e56717833e Clear variables used to store options after parsing for every volume
If more than one volume was mounted using the --volume flag in
podman run, the second and onwards volumes were picking up options
of the previous volume mounts defined. Found out that the options were
not be cleared out after every volume was parsed.

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

Closes: #1142
Approved by: mheon
2018-07-25 14:44:57 +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 Podman pod create/rm commands with man page and tests. 2018-07-13 09:05:03 -04:00
load_test.go Podman load/tag/save prepend localhost when no repository is present 2018-07-20 11:46:11 -04: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
namespace_test.go Add an E2E test to verify basic namespace functionality 2018-07-24 16:12:31 -04:00
pause_test.go sleep does not catch SIGTERM 2018-03-14 20:38:08 +00:00
pod_create_test.go Podman pod create/rm commands with man page and tests. 2018-07-13 09:05:03 -04:00
pod_ps_test.go Added full podman pod ps, with tests and man page 2018-07-13 09:17:33 -04:00
pod_rm_test.go Added full podman pod ps, with tests and man page 2018-07-13 09:17:33 -04:00
pod_start_test.go Added pod start and stop 2018-07-20 08:44:44 -04:00
pod_stop_test.go Added pod start and stop 2018-07-20 08:44:44 -04:00
port_test.go Final ginkgo migration 2018-02-08 12:37:07 -06:00
ps_test.go Fix ps --sort=size test 2018-07-13 15:14:51 -04:00
pull_test.go fix pull image that includes a sha 2018-07-13 13:37:49 +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 podman rmi should only untag image if parent of another 2018-07-12 18:56:33 +00:00
rootless_test.go rootless: require subids to be present 2018-07-16 13:40:40 +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 oci: keep exposed ports busy and leak the fd into conmon 2018-07-19 13:21:50 +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 Clear variables used to store options after parsing for every volume 2018-07-25 14:44:57 +00:00
run_userns_test.go urfave/cli: fix regression in short-opts parsing 2018-07-09 20:02:29 +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 Podman load/tag/save prepend localhost when no repository is present 2018-07-20 11:46:11 -04:00
top_test.go podman-top: use containers/psgo 2018-07-19 20:47:52 +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