public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Remove code duplications for start_vm
@ 2024-06-17 15:08 Anton Mikanovich
  2024-06-17 15:08 ` [PATCH v2 1/5] start_vm: Switch to python version Anton Mikanovich
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anton Mikanovich @ 2024-06-17 15:08 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-17 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-17 15:08 [PATCH v2 0/5] Remove code duplications for start_vm Anton Mikanovich
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox