diff mbox series

[3/8] oeqa/runtime/parselogs: remove obsolete LSB testing support

Message ID 20230921134833.582827-4-ross.burton@arm.com
State Accepted, archived
Commit a465b61bc3a16152f90032d5d5a041f87bf30108
Headers show
Series oeqa/runtime/parselogs improvements | expand

Commit Message

Ross Burton Sept. 21, 2023, 1:48 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The LSB compliance tests were removed in 2019[1], so this is obsolete.

[1] oe-core fb064356

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index e62ab2c44ec..e670df3cedd 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -69,9 +69,6 @@  common_errors = [
     "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported",
     ]
 
-video_related = [
-]
-
 x86_common = [
     '[drm:psb_do_init] *ERROR* Debug is',
     'wrong ELF class',
@@ -225,11 +222,6 @@  class ParseLogsTest(OERuntimeTestCase):
         cls.ignore_errors = ignore_errors
         cls.log_locations = log_locations
         cls.msg = ''
-        is_lsb, _ = cls.tc.target.run("which LSB_Test.sh")
-        if is_lsb == 0:
-            for machine in cls.ignore_errors:
-                cls.ignore_errors[machine] = cls.ignore_errors[machine] \
-                                             + video_related
 
     def getMachine(self):
         return self.td.get('MACHINE', '')