aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oeqa
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oeqa')
-rw-r--r--lib/oeqa/runtime/cases/jhi.py41
-rw-r--r--lib/oeqa/runtime/cases/parselogs-ignores-intel-core2-32.txt9
-rw-r--r--lib/oeqa/runtime/cases/parselogs-ignores-intel-corei7-64.txt14
3 files changed, 23 insertions, 41 deletions
diff --git a/lib/oeqa/runtime/cases/jhi.py b/lib/oeqa/runtime/cases/jhi.py
deleted file mode 100644
index 7a24b6da..00000000
--- a/lib/oeqa/runtime/cases/jhi.py
+++ /dev/null
@@ -1,41 +0,0 @@
-import os
-from oeqa.runtime.decorator.package import OEHasPackage
-from oeqa.runtime.case import OERuntimeTestCase
-from oeqa.core.decorator.depends import OETestDepends
-
-class JhiTest(OERuntimeTestCase):
-
- @classmethod
- def tearDownClass(cls):
- _, output = cls.tc.target.run('pidof jhid')
- cls.tc.target.run('kill %s' % output)
-
- @OEHasPackage(['openssh-sshd'])
- @OEHasPackage(['jhi'])
- def test_jhi_mei_driver(self):
- command = 'ls /dev/mei*'
- (status, output) = self.target.run(command)
- self.assertEqual(status, 0, msg="Error messages: %s" % output)
-
- @OETestDepends(['jhi.JhiTest.test_jhi_mei_driver'])
- def test_jhi_daemon_version(self):
- command = 'jhid -v'
- (status, output) = self.target.run(command)
- self.assertEqual(status, 0, msg="Error messages: %s" % output)
-
- @OETestDepends(['jhi.JhiTest.test_jhi_mei_driver'])
- def test_jhi_daemon_can_initialized(self):
- command = 'jhid -d'
- (status, output) = self.target.run(command)
- self.assertEqual(status, 0, msg="Error messages: %s" % output)
-
- @OEHasPackage(['jhi-test'])
- @OETestDepends(['jhi.JhiTest.test_jhi_daemon_can_initialized'])
- def test_jhi_bist(self):
- (status, output) = self.target.run('uname -m')
- self.assertEqual(status, 0, msg='status and output: %s and %s' % (status, output))
- if 'x86_64' not in output:
- self.skipTest("Skipped jhi bist test if not x86_64 machine (current machine: %s)." % output)
- command = 'bist'
- (status, output) = self.target.run(command)
- self.assertEqual(status, 0, msg="Error messages: %s" % output)
diff --git a/lib/oeqa/runtime/cases/parselogs-ignores-intel-core2-32.txt b/lib/oeqa/runtime/cases/parselogs-ignores-intel-core2-32.txt
new file mode 100644
index 00000000..84ce8168
--- /dev/null
+++ b/lib/oeqa/runtime/cases/parselogs-ignores-intel-core2-32.txt
@@ -0,0 +1,9 @@
+# These should be reviewed to see if they are still needed
+ACPI: No _BQC method, cannot determine initial brightness
+[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
+(EE) Failed to load module "psb"
+(EE) Failed to load module "psbdrv"
+(EE) open /dev/fb0: No such file or directory
+(EE) AIGLX: reverting to software rendering
+dmi: Firmware registration failed.
+ioremap error for 0x78
diff --git a/lib/oeqa/runtime/cases/parselogs-ignores-intel-corei7-64.txt b/lib/oeqa/runtime/cases/parselogs-ignores-intel-corei7-64.txt
new file mode 100644
index 00000000..5c9b4bc7
--- /dev/null
+++ b/lib/oeqa/runtime/cases/parselogs-ignores-intel-corei7-64.txt
@@ -0,0 +1,14 @@
+# These should be reviewed to see if they are still needed
+can't set Max Payload Size to 256
+intel_punit_ipc: can't request region for resource
+[drm] parse error at position 4 in video mode 'efifb'
+ACPI Error: Could not enable RealTimeClock event
+ACPI Warning: Could not enable fixed event - RealTimeClock
+hci_intel INT33E1:00: Unable to retrieve gpio
+hci_intel: probe of INT33E1:00 failed
+can't derive routing for PCI INT A
+failed to read out thermal zone
+Bluetooth: hci0: Setting Intel event mask failed
+ttyS2 - failed to request DMA
+Bluetooth: hci0: Failed to send firmware data (-38)
+atkbd serio0: Failed to enable keyboard on isa0060/serio0