mbox series

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

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

Message

Shaoqin Huang Nov. 29, 2023, 3:21 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.

Shaoqin Huang (3):
  runtime: Fix the missing last_line
  runtime: arm64: 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 |  7 +++++++
 2 files changed, 16 insertions(+), 7 deletions(-)