]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
selftest/containerimage.py: Add container IMAGE_FSTYPES test
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 30 Jan 2017 21:16:28 +0000 (13:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Feb 2017 14:47:09 +0000 (06:47 -0800)
commit4f5e5321fafe491f91d78a35d11afc0dc0527d4b
tree328ff08e117d584d1b2ec945666bdc181db5e5ac
parentf0645e172bb839803d616f19307e1e81e0d204c0
selftest/containerimage.py: Add container IMAGE_FSTYPES test

This test checks to make sure only the files expected exist in a
container image. Currently only ROOTFS_BOOTSTRAP_INSTALL, gets added to
all images without the user specifying it.

But this test should help if a developer in the future ever silently
adds more than just ROOTFS_BOOTSTRAP_INSTALL, and that the developer can
make sure it also gets removed from a container image.

[YOCTO #9502]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/container-image/container-image-testpkg.bb [new file with mode: 0644]
meta-selftest/recipes-test/container-image/container-test-image.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/containerimage.py [new file with mode: 0644]