public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Remove code duplications for start_vm
@ 2024-06-21 15:08 Anton Mikanovich
  2024-06-21 15:08 ` [PATCH v3 1/5] start_vm: Switch to python version Anton Mikanovich
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Anton Mikanovich @ 2024-06-21 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 v2:
- Fix getVars usage in repro-build-test.
- Fix coding style.

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                      |   8 +-
 testsuite/cibuilder.py                   |  69 +++-------
 testsuite/citest.py                      |   4 +-
 testsuite/repro-build-test.py            |   4 +-
 testsuite/start_vm.py                    |  94 +++++++++----
 testsuite/utils.py                       |  55 ++++++++
 11 files changed, 193 insertions(+), 364 deletions(-)
 delete mode 100755 scripts/vm_smoke_test
 create mode 100755 testsuite/utils.py

-- 
2.34.1


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

end of thread, other threads:[~2024-06-26  6:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-21 15:08 [PATCH v3 0/5] Remove code duplications for start_vm Anton Mikanovich
2024-06-21 15:08 ` [PATCH v3 1/5] start_vm: Switch to python version Anton Mikanovich
2024-06-21 15:08 ` [PATCH v3 2/5] start_vm: Add secureboot support Anton Mikanovich
2024-06-21 15:08 ` [PATCH v3 3/5] scripts: Remove vm_smoke_test Anton Mikanovich
2024-06-21 15:08 ` [PATCH v3 4/5] CI: Allow external usage for some APIs Anton Mikanovich
2024-06-21 15:08 ` [PATCH v3 5/5] start_vm: Reuse getVars API Anton Mikanovich
2024-06-26  6:32 ` [PATCH v3 0/5] Remove code duplications for start_vm Uladzimir Bely

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