[OE-core] [PATCH] oeqa/selftest: added auto-test for directfb image on arm architecture
Richard Purdie
richard.purdie at linuxfoundation.org
Fri Jun 5 15:28:48 UTC 2015
On Fri, 2015-06-05 at 16:33 +0300, Costin Constantin wrote:
> Signed-off-by: Costin Constantin <costin.c.constantin at intel.com>
> ---
> meta/lib/oeqa/selftest/buildoptions.py | 29 +++++++++--------------------
> 1 file changed, 9 insertions(+), 20 deletions(-)
>
> diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
> index e48bd04..620fd77 100644
> --- a/meta/lib/oeqa/selftest/buildoptions.py
> +++ b/meta/lib/oeqa/selftest/buildoptions.py
> @@ -124,26 +124,15 @@ class BuildhistoryTests(BuildhistoryBase):
> self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_regex=error)
>
> class BuildImagesTest(oeSelfTest):
> - @testcase(283)
> - def test_btrfs(self):
> + @testcase(563)
> + def test_directfb(self):
These patches seem a little confused, doesn't this remove the btrfs test
you just added?
Cheers,
Richard
More information about the Openembedded-core
mailing list