Re: [OE-Core][PATCH] manifest.py: Add tests to empty image

2021-02-13 Thread Milan Shah
Yes, Richard Looks like now there are two patches for the same bug. As the bugz was not updated, I also worked on the same bug. As It is already merged, you can neglect my one. Please update the Bugzilla bug and mark it as resolve whoever has worked on it. Thanks, Milan Shah On Sat, Feb 6

Re: [OE-Core][PATCH] manifest.py: Add tests to empty image

2021-02-05 Thread Milan Shah
Hi All, This is a Gentle reminder to review this patch. Thanks & Regards, Milan Shah On Fri, Jan 22, 2021 at 11:28 AM Milan Shah wrote: > An oe-selftest test is added to ensure > meta-selftest/recipes-test/images/test-empty-image.bb builds and is empty. > > It is just a test t

[OE-Core][PATCH] manifest.py: Add tests to empty image

2021-01-21 Thread Milan Shah
An oe-selftest test is added to ensure meta-selftest/recipes-test/images/test-empty-image.bb builds and is empty. It is just a test that ensures that an empty image has no packages in it (i.e. nothing in the manifest) See [YOCTO #8455] for details. Signed-off-by: Milan Shah --- meta/lib/oeqa

Re: [OE-Core][PATCH] manifest.py: Add tests to empty image

2021-01-17 Thread Milan Shah
Hi All, This is a gentle reminder to review this patch. On Tue, Jan 12, 2021 at 7:06 PM Milan Shah wrote: > An oe-selftest test is added to ensure > meta-selftest/recipes-test/images/test-empty-image.bb builds and is empty. > > It is just a test that ensures that an empty image has

Re: [OE-Core][PATCH v3] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2021-01-11 Thread Milan Shah
Hi All, This is a gentle reminder to review this patch. --- Thanks & Regards, *Milan Shah* MontaVista Software, Bangalore, India On Mon, Jan 4, 2021 at 11:24 AM Milan Shah wrote: > A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test > the sce

Re: [OE-Core][PATCH v2] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2021-01-03 Thread Milan Shah
p; Regards, *Milan Shah* MontaVista Software, Bangalore, India On Sun, Jan 3, 2021 at 5:18 PM Paul Barker wrote: > On Thu, 24 Dec 2020 at 10:01, Milan Shah wrote: > > > > A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test > > the scenario when oe-p

[OE-Core][PATCH v3] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2021-01-03 Thread Milan Shah
A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test the scenario when oe-pkgdata-util is executed without parameters and help is displayed. See [YOCTO #10726] for detailed bug information. Signed-off-by: Milan Shah --- meta/lib/oeqa/selftest/cases/pkgdata.py | 6 ++ 1

Re: [OE-core] [meta-oe][PATCH] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-24 Thread Milan Shah
p; Regards, *Milan Shah* MontaVista Software, Bangalore, India On Tue, Dec 22, 2020 at 7:14 PM Paul Barker wrote: > On Tue, 22 Dec 2020 at 11:25, Milan Shah wrote: > > > > A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test > > the scenario when oe-p

[OE-Core][PATCH v2] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-24 Thread Milan Shah
A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test the scenario when oe-pkgdata-util is executed without parameters and help is displayed. See [YOCTO #10726] for detailed bug information. Signed-off-by: Milan Shah --- meta/lib/oeqa/selftest/cases/pkgdata.py | 6 ++ 1

[OE-core] [meta-oe][PATCH] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-22 Thread Milan Shah
A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test the scenario when oe-pkgdata-util is executed without parameters and help is displayed. See [YOCTO #10726] for detailed bug information. Upstream-Status: Submitted Signed-off-by: Milan Shah --- meta/lib/oeqa/selftest