mbox series

[kvm-unit-tests,v3,0/3] arm64: runtime scripts improvements on efi

Message ID 20240116065847.71623-1-shahuang@redhat.com (mailing list archive)
Headers show
Series arm64: runtime scripts improvements on efi | expand

Message

Shaoqin Huang Jan. 16, 2024, 6:58 a.m. UTC
When I run the arm64 tests on efi, I found several runtime scripts issues. This
patch series try to fix all the issues.

The first patch add a missing error reporting.

The second patch skip the migration tests when run on efi since it will always
fail.

The thrid patch fix the issue when parallel running tests on efi.

Changelog:
----------
v2->v3:
  - Collect the Reviewed-By.
  - Drop the arm64 flag in patch summary of patch2.
  - Small tweak to minimize the call to basename in patch3.

v1->v2:
  - Add the fixes tag in patch-1.
  - Change the $last_line to embedeed format in patch-1.
  - Move the check EFI into the check for migration, which decrease one check in
  patch-2.
  - Add more detailed comments about how tests fail in patch-3.

v1: https://lore.kernel.org/all/20231129032123.2658343-1-shahuang@redhat.com/
v2: https://lore.kernel.org/all/20231130032940.2729006-1-shahuang@redhat.com/

Shaoqin Huang (3):
  runtime: Fix the missing last_line
  runtime: Skip the migration tests when run on EFI
  arm64: efi: Make running tests on EFI can be parallel

 arm/efi/run          | 16 +++++++++-------
 scripts/runtime.bash |  6 +++++-
 2 files changed, 14 insertions(+), 8 deletions(-)