From: Eilís 'pidge' Ní Fhlannagáin <[email protected]>

Excluding riscv64 due to mouse rather than a touchscreen which adds a
moving cursor, so the diff ends up > 0. Need to fix the image to use the
touchscreen rather than mouse input.

Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <[email protected]>
---
 meta/lib/oeqa/runtime/cases/login.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/cases/login.py 
b/meta/lib/oeqa/runtime/cases/login.py
index ac8a0454f38..edbc48ac205 100644
--- a/meta/lib/oeqa/runtime/cases/login.py
+++ b/meta/lib/oeqa/runtime/cases/login.py
@@ -28,7 +28,7 @@ from oeqa.runtime.decorator.package import OEHasPackage
 class LoginTest(OERuntimeTestCase):
     @OEHasPackage(['matchbox-desktop'])
     def test_screenshot(self):
-        if self.td.get('MACHINE') in ("qemuppc64", "qemuarmv5", "qemuriscv32", 
"qemuloongarch64"):
+        if self.td.get('MACHINE') in ("qemuppc64", "qemuarmv5", "qemuriscv32", 
"qemuriscv64", "qemuloongarch64"):
             self.skipTest("{0} is not currently 
supported.".format(self.td.get('MACHINE')))
 
         pn = self.td.get('PN')
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#196741): 
https://lists.openembedded.org/g/openembedded-core/message/196741
Mute This Topic: https://lists.openembedded.org/mt/104768948/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to