On Wed, Mar 6, 2024 at 8:23 AM Richard Purdie
<richard.pur...@linuxfoundation.org> wrote:
>
> From: Eilís 'pidge' Ní Fhlannagáin <pi...@baylibre.com>
>
> 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.

Is it an option we are using to start the qemu which is causing this issue?
I would like to understand more

>
> Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pi...@baylibre.com>
> ---
>  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 (#196751): 
https://lists.openembedded.org/g/openembedded-core/message/196751
Mute This Topic: https://lists.openembedded.org/mt/104768948/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to