mbox series

[v3,0/2] Cover installer image with tests

Message ID 20250220121150.14318-1-ubely@ilbers.de
Headers show
Series Cover installer image with tests | expand

Message

Uladzimir Bely Feb. 20, 2025, 12:09 p.m. UTC
We had an implementation of isar-installer that was not covered
by our testsuite.

Patch 1 improves some installer things in kas that were helpful for
developing patches 2/3 implementing CI tests for the installer.

Changes since v2:
 - Reuse perform_build_test functionality for installer build test.

Changes since v1:
 - Reuse vm_start functionality for installer run test;
 - Add ssh run test to check for final root partition.

Uladzimir Bely (2):
  kas: Allow isar-image-ci to be embedded into installer image.
  testsuite: Add tests for installer image

 kas/image/Kconfig      |  8 +++++++-
 testsuite/cibuilder.py | 22 ++++++++++++++++++++++
 testsuite/citest.py    | 27 +++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletion(-)