From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 0/5] Remove code duplications for start_vm
Date: Mon, 17 Jun 2024 18:08:56 +0300 [thread overview]
Message-ID: <20240617150901.55853-1-amikan@ilbers.de> (raw)
We had both shell and python APIs for running QEMU images, there is
also start_vm related functionality in testsuite itself. All this parts
duplicate each other and should be cleanup.
Changes since v1:
- Fix multiple image type targets.
Anton Mikanovich (3):
start_vm: Add secureboot support
CI: Allow external usage for some APIs
start_vm: Reuse getVars API
Ilia Skochilov (2):
start_vm: Switch to python version
scripts: Remove vm_smoke_test
CONTRIBUTING.md | 50 +++----
meta-isar/conf/machine/qemuamd64-sb.conf | 2 +-
scripts/start_vm | 161 ++---------------------
scripts/vm_smoke_test | 106 ---------------
testsuite/README.md | 4 +-
testsuite/cibase.py | 6 +-
testsuite/cibuilder.py | 65 +++------
testsuite/citest.py | 4 +-
testsuite/start_vm.py | 90 +++++++++----
testsuite/utils.py | 54 ++++++++
10 files changed, 179 insertions(+), 363 deletions(-)
delete mode 100755 scripts/vm_smoke_test
create mode 100755 testsuite/utils.py
--
2.34.1
next reply other threads:[~2024-06-17 15:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-17 15:08 Anton Mikanovich [this message]
2024-06-17 15:08 ` [PATCH v2 1/5] start_vm: Switch to python version Anton Mikanovich
2024-06-17 15:08 ` [PATCH v2 2/5] start_vm: Add secureboot support Anton Mikanovich
2024-06-17 15:08 ` [PATCH v2 3/5] scripts: Remove vm_smoke_test Anton Mikanovich
2024-06-17 15:09 ` [PATCH v2 4/5] CI: Allow external usage for some APIs Anton Mikanovich
2024-06-17 15:09 ` [PATCH v2 5/5] start_vm: Reuse getVars API Anton Mikanovich
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=20240617150901.55853-1-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.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