Re: [OE-core] [PATCH] selftest/manifest.py: Test to verify rootfs manifest

2015-08-28 Thread Paul Eggleton
On Thursday 27 August 2015 10:50:51 Benjamin Esquivel wrote: > Hey Paul, thanks for looking at this, check the comments below. > > On Thu, 2015-08-27 at 09:34 +0100, Paul Eggleton wrote: > > Hi Benjamin / Mariano, > > > > On Wednesday 26 August 2015 12:26:02 Benjamin Esquivel wrote: > > > Adding

Re: [OE-core] [PATCH] selftest/manifest.py: Test to verify rootfs manifest

2015-08-27 Thread Benjamin Esquivel
Hey Paul, thanks for looking at this, check the comments below. On Thu, 2015-08-27 at 09:34 +0100, Paul Eggleton wrote: > Hi Benjamin / Mariano, > > On Wednesday 26 August 2015 12:26:02 Benjamin Esquivel wrote: > > Adding a new test to verify if the packages in the > > manifest files actually exi

Re: [OE-core] [PATCH] selftest/manifest.py: Test to verify rootfs manifest

2015-08-27 Thread Paul Eggleton
Hi Benjamin / Mariano, On Wednesday 26 August 2015 12:26:02 Benjamin Esquivel wrote: > Adding a new test to verify if the packages in the > manifest files actually exists in pkgdata. > -adding a setUpClass for when more tests get created here > -check for the paths and fail gracefully if not the

[OE-core] [PATCH] selftest/manifest.py: Test to verify rootfs manifest

2015-08-26 Thread Benjamin Esquivel
Adding a new test to verify if the packages in the manifest files actually exists in pkgdata. -adding a setUpClass for when more tests get created here -check for the paths and fail gracefully if not there -skip the test when there are no manifest files to check -debug prints for failure analys