spiegel_podman/test/e2e
gabi beyer 65d5a9823e add list mount tests
Add two unit tests to determine whether mounts are being listed
correctly. One tests that a created container is not listed
until mounted. The second checks that running containers are
mounted, and then no longer listed as mounted when they stop
running. The final test creates three containers, mounts two,
and checks that mount correctly only lists the two mounted.

Signed-off-by: gabi beyer <gabrielle.n.beyer@intel.com>
2019-09-24 11:01:28 +02:00
..
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
attach_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
checkpoint_test.go Test that restored container does not depend on the original container 2019-08-09 19:26:57 +02:00
commit_test.go Merge pull request #3081 from baude/remotecommit 2019-06-03 20:58:13 +02:00
common_test.go test: fix option name 2019-08-13 21:43:35 +02:00
config.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
config_amd64.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
config_ppc64le.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
container_inspect_test.go Add ContainerManager annotation to created containers 2019-09-10 09:37:14 +02:00
cp_test.go Do not support wildcards on cp 2019-09-12 16:56:38 -07:00
create_staticip_test.go Move random IP code for tests from checkpoint to common 2019-07-29 14:24:08 +02:00
create_test.go add --pull flag for podman create&run 2019-08-09 15:21:34 -04:00
diff_test.go Add --latest, -l to 'podman diff' 2019-06-21 13:37:04 +02:00
e2e.coverprofile Enable rootless integration tests 2019-03-19 15:01:48 +01:00
events_test.go podman events format json 2019-08-02 11:47:43 -04:00
exec_test.go exec: fix --preserve-fds 2019-09-16 15:27:00 -04:00
exists_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
export_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
generate_kube_test.go Add test for generate kube with volumes 2019-07-02 15:18:44 -04:00
generate_systemd_test.go generate systemd: support pods and geneartig files 2019-08-21 17:28:30 +02:00
healthcheck_run_test.go Implement healthcheck for remote client 2019-08-19 12:14:54 -04:00
history_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
images_test.go Fix unit tests missing comparative for 'Expect' 2019-09-04 23:30:24 +00:00
import_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
info_test.go split remote tests from distro tests 2019-05-13 12:17:55 -05:00
init_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
inspect_test.go Support aliases for .Src and .Dst in inspect .Mounts 2019-06-24 14:08:25 -04:00
kill_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
libpod_suite_remoteclient_test.go test: enable all tests for crun 2019-08-19 13:41:42 +02:00
libpod_suite_test.go test: enable all tests for crun 2019-08-19 13:41:42 +02:00
load_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
login_logout_test.go fix create&run getting --authfile from cli 2019-08-09 12:27:32 -04:00
logs_test.go test: add test for logs -f 2019-06-17 11:04:34 +02:00
mount_test.go add list mount tests 2019-09-24 11:01:28 +02:00
namespace_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
negative_test.go Add negative command-line test 2019-05-08 11:04:37 -04:00
network_create_test.go podman network create 2019-09-09 09:32:43 -05:00
network_test.go inclusion of podman network 2019-08-15 12:49:12 -05:00
pause_test.go tests: skip pause tests if freezer is not available 2019-08-13 21:44:23 +02:00
play_kube_test.go play kube: fix segfault 2019-09-06 08:41:04 -04:00
pod_create_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_infra_container_test.go add test to verify hostname is shared in a pod 2019-08-07 08:44:08 -04:00
pod_inspect_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_kill_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_pause_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_pod_namespaces.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_prune_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_ps_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_restart_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_rm_test.go cgroups: fix a leak when using cgroupfs 2019-07-11 18:07:49 +02:00
pod_start_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_stats_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_stop_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
pod_top_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
port_test.go Fix unit tests missing comparative for 'Expect' 2019-09-04 23:30:24 +00:00
prune_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
ps_test.go support podman ps filter regular expressions 2019-07-18 13:11:04 -04:00
pull_test.go Fix directory pull image name for OCI images 2019-08-19 12:49:59 +02:00
push_test.go Add --digestfile option to push 2019-08-21 10:11:52 -04:00
restart_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
rm_test.go Add new exit codes to rm & rmi for running containers & dependencies 2019-08-01 03:40:29 -04:00
rmi_test.go Fix unit tests missing comparative for 'Expect' 2019-09-04 23:30:24 +00:00
run_cgroup_parent_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
run_cleanup_test.go fix unit test to use Expect 2019-09-12 21:01:43 +00:00
run_cpu_test.go Fix unit tests missing comparative for 'Expect' 2019-09-04 23:30:24 +00:00
run_device_test.go rootless: bind mount devices instead of creating them 2019-09-02 13:03:19 +02:00
run_dns_test.go Allow the passing of '.' to --dns-search 2019-08-08 15:25:50 -04:00
run_entrypoint_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
run_exit_test.go Fix exit code failure 2019-09-17 12:01:02 -04:00
run_memory_test.go tests: enable memory tests for cgroups v2 2019-08-13 21:43:37 +02:00
run_networking_test.go rootless: add an entry to /etc/hosts when using slirp4netns 2019-06-24 10:12:33 +02:00
run_ns_test.go libpod: support for cgroup namespace 2019-07-18 10:32:25 +02:00
run_passwd_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
run_privileged_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
run_restart_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
run_selinux_test.go Podman-remote run should wait for exit code 2019-09-12 16:20:01 -04:00
run_signal_test.go speed up rootless tests 2019-07-08 12:31:31 -05:00
run_staticip_test.go Move random IP code for tests from checkpoint to common 2019-07-29 14:24:08 +02:00
run_test.go execuser: look at the source for /etc/{passwd,group} overrides 2019-09-21 22:11:09 +02:00
run_userns_test.go podman: support --userns=ns|container 2019-07-25 23:04:55 +02:00
run_volume_test.go When first mounting any named volume, copy up 2019-09-09 17:17:39 -04:00
runlabel_test.go Completely disable global options test 2019-06-14 16:33:22 -04:00
save_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
search_test.go fix search output limit 2019-08-01 16:15:15 -04:00
start_test.go test: enable all tests for crun 2019-08-19 13:41:42 +02:00
stats_test.go first pass of corrections for golangci-lint 2019-07-10 15:52:17 -05:00
stop_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
system_df_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
systemd_test.go Temporarily disable systemd test for CGroups V2 2019-08-28 09:28:49 -04:00
tag_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
top_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
tree_test.go speed up rootless tests 2019-07-08 12:31:31 -05:00
trust_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
unshare_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
version_test.go fix podman -v regression 2019-07-29 14:47:21 +02:00
volume_create_test.go Add ability for volumes with options to mount/umount 2019-09-05 17:12:27 -04:00
volume_inspect_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
volume_ls_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
volume_prune_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
volume_rm_test.go Add function for looking up volumes by partial name 2019-09-09 12:06:10 -04:00
wait_test.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00