[OE-core] [PATCH V3] selftest/manifest.py: Test support for manifests

2015-10-07 Thread Benjamin Esquivel
adding support for tests to verify that manifest contents contain entries that exist in an specified pkgdata dir tests added: - manifest.VerifyManifest.test_image_manifest_entries - manifest.VerifyManifest.test_SDK_manifest_entries test support written for future tests: -adding a setUpClass tha

Re: [OE-core] [PATCH V3] selftest/manifest.py: Test support for manifests

2015-10-16 Thread Burton, Ross
On 7 October 2015 at 20:41, Benjamin Esquivel < benjamin.esqui...@linux.intel.com> wrote: > tests added: > - manifest.VerifyManifest.test_image_manifest_entries > This test case isn't exposing a known bug in the manifests, where the installed package list and the manifest don't match, specifical

Re: [OE-core] [PATCH V3] selftest/manifest.py: Test support for manifests

2015-10-16 Thread Benjamin Esquivel
this test does a one way check from the .manifest to the pkgdata dir. This test is looking for entries in the manifest that do not exist in the pkgdata dir. The bug you mention is the other way around, things that are installed in the rootfs but not listed in the manifest. I believe a test for this