mbox series

[0/4] Image screenshot testing proof of concept

Message ID cover.1701959631.git.pidge@baylibre.com
Headers show
Series Image screenshot testing proof of concept | expand

Message

Eilís 'pidge' Ní Fhlannagáin Dec. 7, 2023, 2:36 p.m. UTC
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