diff mbox series

[yocto-patches,meta-raspberrypi] parselogs_rpi.py: remove empty and problematic case

Message ID 20240704084326.3899266-1-Qi.Chen@windriver.com
State New
Headers show
Series [yocto-patches,meta-raspberrypi] parselogs_rpi.py: remove empty and problematic case | expand

Commit Message

ChenQi July 4, 2024, 8:43 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

This test case now is basically empty. And due to the change in
oe-core's parselogs case, this case is now problematic. Because
there's no common_errors any more. This means when this layer is
in BBLAYERS, any 'bitbake xxx -c testimage' will error out.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 lib/oeqa/runtime/cases/parselogs_rpi.py | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 lib/oeqa/runtime/cases/parselogs_rpi.py

Comments

ChenQi Aug. 19, 2024, 8:50 a.m. UTC | #1
ping

On 7/4/24 16:43, Chen Qi via lists.yoctoproject.org wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> This test case now is basically empty. And due to the change in
> oe-core's parselogs case, this case is now problematic. Because
> there's no common_errors any more. This means when this layer is
> in BBLAYERS, any 'bitbake xxx -c testimage' will error out.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>   lib/oeqa/runtime/cases/parselogs_rpi.py | 12 ------------
>   1 file changed, 12 deletions(-)
>   delete mode 100644 lib/oeqa/runtime/cases/parselogs_rpi.py
>
> diff --git a/lib/oeqa/runtime/cases/parselogs_rpi.py b/lib/oeqa/runtime/cases/parselogs_rpi.py
> deleted file mode 100644
> index 49226ae..0000000
> --- a/lib/oeqa/runtime/cases/parselogs_rpi.py
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -from oeqa.runtime.cases.parselogs import *
> -
> -rpi_errors = [
> -]
> -
> -ignore_errors['raspberrypi4'] = rpi_errors + common_errors
> -ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors
> -ignore_errors['raspberrypi3'] = rpi_errors + common_errors
> -ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors
> -
> -class ParseLogsTestRpi(ParseLogsTest):
> -    pass
diff mbox series

Patch

diff --git a/lib/oeqa/runtime/cases/parselogs_rpi.py b/lib/oeqa/runtime/cases/parselogs_rpi.py
deleted file mode 100644
index 49226ae..0000000
--- a/lib/oeqa/runtime/cases/parselogs_rpi.py
+++ /dev/null
@@ -1,12 +0,0 @@ 
-from oeqa.runtime.cases.parselogs import *
-
-rpi_errors = [
-]
-
-ignore_errors['raspberrypi4'] = rpi_errors + common_errors
-ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors
-ignore_errors['raspberrypi3'] = rpi_errors + common_errors
-ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors
-
-class ParseLogsTestRpi(ParseLogsTest):
-    pass