From: Shaoqin Huang <shahuang@redhat.com>
To: Andrew Jones <andrew.jones@linux.dev>, kvmarm@lists.linux.dev
Cc: Shaoqin Huang <shahuang@redhat.com>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Colton Lewis <coltonlewis@google.com>,
Eric Auger <eric.auger@redhat.com>,
kvm@vger.kernel.org, Nico Boehr <nrb@linux.ibm.com>,
Nikos Nikoleris <nikos.nikoleris@arm.com>,
Nina Schoetterl-Glausch <nsg@linux.ibm.com>,
Ricardo Koller <ricarkol@google.com>,
Sean Christopherson <seanjc@google.com>,
Thomas Huth <thuth@redhat.com>
Subject: [kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
Date: Wed, 29 Nov 2023 22:29:37 -0500 [thread overview]
Message-ID: <20231130032940.2729006-1-shahuang@redhat.com> (raw)
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:
----------
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/
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 | 6 +++++-
2 files changed, 14 insertions(+), 8 deletions(-)
--
2.40.1
next reply other threads:[~2023-11-30 3:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-30 3:29 Shaoqin Huang [this message]
2023-11-30 3:29 ` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line Shaoqin Huang
2024-01-15 12:26 ` Andrew Jones
2023-11-30 3:29 ` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI Shaoqin Huang
2023-11-30 4:17 ` Shaoqin Huang
2024-01-15 12:25 ` Andrew Jones
2024-01-16 6:19 ` Shaoqin Huang
2023-11-30 3:29 ` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel Shaoqin Huang
2024-01-15 12:23 ` Andrew Jones
2024-01-16 6:37 ` Shaoqin Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231130032940.2729006-1-shahuang@redhat.com \
--to=shahuang@redhat.com \
--cc=alexandru.elisei@arm.com \
--cc=andrew.jones@linux.dev \
--cc=coltonlewis@google.com \
--cc=eric.auger@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=nikos.nikoleris@arm.com \
--cc=nrb@linux.ibm.com \
--cc=nsg@linux.ibm.com \
--cc=ricarkol@google.com \
--cc=seanjc@google.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox