spiegel_podman/contrib/python/podman/test
Daniel J Walsh fbd1392a46 Don't output inodes created to run a container
There is a group of inodes that get created when running a container
if they do not exist.

containerMounts = map[string]bool{
	"/dev":               true,
	"/etc/hostname":      true,
	"/etc/hosts":         true,
	"/etc/resolv.conf":   true,
	"/proc":              true,
	"/run":               true,
	"/run/.containerenv": true,
	"/run/secrets":       true,
	"/sys":               true,
}

If the destination inode does not exist, libpod/runc will create the inode.
This can cause programs like podman diff to see the image as having changed,
when actually it has not.  This patch ignores changes in these inodes.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1508
Approved by: giuseppe
2018-09-21 09:45:14 +00:00
..
__init__.py Update python directories to better support setup.py 2018-07-13 12:50:12 -07:00
podman_testcase.py Add retry decorator for flakey tests 2018-08-20 21:07:09 +00:00
retry_decorator.py Add retry decorator for flakey tests 2018-08-20 21:07:09 +00:00
test_client.py Rename varlink socket and interface 2018-08-06 14:49:11 +00:00
test_containers.py Don't output inodes created to run a container 2018-09-21 09:45:14 +00:00
test_images.py Clean up pylint warnings and errors for podman 2018-07-28 11:49:11 +00:00
test_libs.py Update python directories to better support setup.py 2018-07-13 12:50:12 -07:00
test_runner.sh Force cgroupfs for python tests 2018-08-10 14:32:28 -04:00
test_system.py Add missing dependencies to build system 2018-08-05 11:06:18 +00:00
test_tunnel.py Turn on test debugging 2018-08-31 16:52:52 +00:00