From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: Re: [PATCH 0/8] Testsuite improvements for SSH-based tests
Date: Thu, 24 Aug 2023 18:34:24 +0300 [thread overview]
Message-ID: <b172ea105732237f048a7b760a4d7132f749319b.camel@ilbers.de> (raw)
In-Reply-To: <20230818070706.27913-1-ubely@ilbers.de>
On Fri, 2023-08-18 at 09:06 +0200, Uladzimir Bely wrote:
> This patchset expands testsuite capabilities in the field of
> SSH-based tests:
>
> 1. Remote scripts can now accept additional arguments.
>
> 2. Return code, stdout and stderr from remote scripts and commands
> can now be handled in the tests.
>
> 3. Several tests can now reuse the same qemu process and don't need
> to start/kill it in each test.
>
> Uladzimir Bely (8):
> cibuilder.py: Support custom arguments passing to CI scripts
> meta-isar: Add more extra space to qemu ext4 images
> cibuilder.py: Split vm_start function to smaller subfunctions
> cibuilder.py: Simplify remote_run command
> cibuilder.py: Reuse the same qemu machine in ssh-based tests
> citest.py: Adapt tests to qemu reuse
> cibuilder.py: enable output from remote scripts
> testsuite: Switch to remote scripts with arguments
>
> meta-isar/conf/machine/qemuarm.conf | 1 +
> meta-isar/conf/machine/qemuarm64.conf | 1 +
> meta-isar/conf/machine/qemumipsel.conf | 1 +
> meta-isar/conf/machine/qemuriscv64.conf | 1 +
> testsuite/README.md | 2 +-
> testsuite/cibuilder.py | 339 +++++++++++++++------
> --
> testsuite/citest.py | 136 +++++----
> testsuite/scripts/test_example_module.sh | 5 -
> testsuite/scripts/test_getty_target.sh | 7 -
> testsuite/scripts/test_kernel_module.sh | 5 +
> testsuite/scripts/test_systemd_unit.sh | 23 ++
> 11 files changed, 335 insertions(+), 186 deletions(-)
> delete mode 100755 testsuite/scripts/test_example_module.sh
> delete mode 100755 testsuite/scripts/test_getty_target.sh
> create mode 100755 testsuite/scripts/test_kernel_module.sh
> create mode 100755 testsuite/scripts/test_systemd_unit.sh
>
> --
> 2.20.1
>
Applied to next.
prev parent reply other threads:[~2023-08-24 15:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 7:06 Uladzimir Bely
2023-08-18 7:06 ` [PATCH 1/8] cibuilder.py: Support custom arguments passing to CI scripts Uladzimir Bely
2023-08-18 7:07 ` [PATCH 2/8] meta-isar: Add more extra space to qemu ext4 images Uladzimir Bely
2023-08-18 7:07 ` [PATCH 3/8] cibuilder.py: Split vm_start function to smaller subfunctions Uladzimir Bely
2023-08-18 7:07 ` [PATCH 4/8] cibuilder.py: Simplify remote_run command Uladzimir Bely
2023-08-18 7:07 ` [PATCH 5/8] cibuilder.py: Reuse the same qemu machine in ssh-based tests Uladzimir Bely
2023-08-18 7:07 ` [PATCH 6/8] citest.py: Adapt tests to qemu reuse Uladzimir Bely
2023-08-18 7:07 ` [PATCH 7/8] cibuilder.py: enable output from remote scripts Uladzimir Bely
2023-08-18 7:07 ` [PATCH 8/8] testsuite: Switch to remote scripts with arguments Uladzimir Bely
2023-08-24 15:34 ` Uladzimir Bely [this message]
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=b172ea105732237f048a7b760a4d7132f749319b.camel@ilbers.de \
--to=ubely@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