All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] image-tests and sstate permissions testing
@ 2024-02-29 12:04 Eilís 'pidge' Ní Fhlannagáin
  2024-02-29 12:05 ` [PATCH 1/4] sstatetests.py: Add testing for correct sstate permissions Eilís 'pidge' Ní Fhlannagáin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eilís 'pidge' Ní Fhlannagáin @ 2024-02-29 12:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Eilís pidge Ní Fhlannagáin

This patch series implements image-testing proof of concept and 
sstate permissions testing for self test. It fixes an issue in qemurunner due to
changes in QEMUMonitorProtocol.cmd() and adds test png images to compare against
for the image-testing.

Eilís 'pidge' Ní Fhlannagáin (4):
  sstatetests.py: Add testing for correct sstate permissions
  qemurunner.py: Fix error on calls to run_monitor
  image-tests: Add initial image test png files
  login.py: Proof of concept for screenshot testcases

 .../image-tests/core-image-sato-qemuarm.png   | Bin 0 -> 52405 bytes
 .../image-tests/core-image-sato-qemuarm64.png | Bin 0 -> 47505 bytes
 .../image-tests/core-image-sato-qemumips.png  | Bin 0 -> 46634 bytes
 .../core-image-sato-qemumips64.png            | Bin 0 -> 46053 bytes
 .../image-tests/core-image-sato-qemuppc.png   | Bin 0 -> 52232 bytes
 .../core-image-sato-qemuriscv64.png           | Bin 0 -> 38806 bytes
 .../image-tests/core-image-sato-qemux86.png   | Bin 0 -> 46548 bytes
 meta/lib/oeqa/runtime/cases/login.py          | 107 ++++++++++++++++++
 meta/lib/oeqa/selftest/cases/sstatetests.py   |  28 ++++-
 meta/lib/oeqa/utils/qemurunner.py             |   4 +-
 10 files changed, 136 insertions(+), 3 deletions(-)
 create mode 100644 meta/files/image-tests/core-image-sato-qemuarm.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemuarm64.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemumips.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemumips64.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemuppc.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemuriscv64.png
 create mode 100644 meta/files/image-tests/core-image-sato-qemux86.png
 create mode 100644 meta/lib/oeqa/runtime/cases/login.py

-- 
2.34.1



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

end of thread, other threads:[~2024-02-29 12:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 12:04 [PATCH 0/4] image-tests and sstate permissions testing Eilís 'pidge' Ní Fhlannagáin
2024-02-29 12:05 ` [PATCH 1/4] sstatetests.py: Add testing for correct sstate permissions Eilís 'pidge' Ní Fhlannagáin
2024-02-29 12:05 ` [PATCH 2/4] qemurunner.py: Fix error on calls to run_monitor Eilís 'pidge' Ní Fhlannagáin
2024-02-29 12:05 ` [PATCH 3/4] image-tests: Add initial image test png files Eilís 'pidge' Ní Fhlannagáin
2024-02-29 12:05 ` [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.