All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Image screenshot testing proof of concept
@ 2023-12-07 14:36 Eilís 'pidge' Ní Fhlannagáin
  2023-12-07 14:36 ` [PATCH 1/4] qemurunner: remove unused import Eilís 'pidge' Ní Fhlannagáin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2023-12-07 14:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Eilís 'pidge' Ní Fhlannagáin

This patch series is based off of earlier work from Ross Burton to enable QMP
based screenshot testing. 

Eilís 'pidge' Ní Fhlannagáin (1):
  login.py: Proof of concept for screenshot testcases

Ross Burton (3):
  qemurunner: remove unused import
  python3-qemu-qmp: Add recipe
  runqemu: add qmp socket support

 .../core-image-sato-qemux86-64.png            | Bin 0 -> 46986 bytes
 meta/lib/oeqa/runtime/cases/login.py          |  39 ++++++++++++++++++
 meta/lib/oeqa/utils/qemurunner.py             |   1 -
 .../python/python3-qemu-qmp_0.0.2.bb          |  14 +++++++
 scripts/runqemu                               |  11 +++++
 5 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100644 meta/files/image-tests/core-image-sato-qemux86-64.png
 create mode 100644 meta/lib/oeqa/runtime/cases/login.py
 create mode 100644 meta/recipes-devtools/python/python3-qemu-qmp_0.0.2.bb

-- 
2.34.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-10 22:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 14:36 [PATCH 0/4] Image screenshot testing proof of concept Eilís 'pidge' Ní Fhlannagáin
2023-12-07 14:36 ` [PATCH 1/4] qemurunner: remove unused import Eilís 'pidge' Ní Fhlannagáin
2023-12-07 14:36 ` [PATCH 2/4] python3-qemu-qmp: Add recipe Eilís 'pidge' Ní Fhlannagáin
2023-12-07 17:38   ` [OE-core] " Tim Orling
2023-12-10 22:17     ` Alexandre Belloni
2023-12-07 14:36 ` [PATCH 3/4] runqemu: add qmp socket support Eilís 'pidge' Ní Fhlannagáin
2023-12-07 14:36 ` [PATCH 4/4] login.py: Proof of concept for screenshot testcases Eilís 'pidge' Ní Fhlannagáin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.