From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org, qemu-arm@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Steven Lee" <steven_lee@aspeedtech.com>,
"Troy Lee" <leetroy@gmail.com>,
"Jamin Lin" <jamin_lin@aspeedtech.com>,
"Andrew Jeffery" <andrew@codeconstruct.com.au>,
"Joel Stanley" <joel@jms.id.au>, "Thomas Huth" <thuth@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Cédric Le Goater" <clg@redhat.com>
Subject: [PATCH v4 0/3] tests/functional: Finish conversion of Aspeed tests
Date: Fri, 22 Nov 2024 10:03:19 +0100 [thread overview]
Message-ID: <20241122090322.1934697-1-clg@redhat.com> (raw)
Hello,
This series completes the conversion of the Aspeed tests to the new
functional framework and removes the workarounds for capturing the
console output.
Thanks,
C.
Changes in v3:
- Required 'user' netdev in do_test_aarch64_aspeed_sdk_start() and
do_test_arm_aspeed_sdk_start()
Changes in v3:
- Rebased on :
https://lore.kernel.org/all/20241121165806.476008-1-alex.bennee@linaro.org/
- Added documentation on EXTRA_BOOTARGS removal
- Used a "login:" string or the command prompt to wait for in all
executed commands
Changes in v2:
- Redirected all console output in console.log file
- Added a "found" prefix when an expected string is captured
- Used a user mode network backend in SDK tests
- Changed the expected string to "login:" in buildroot tests
Cédric Le Goater (3):
tests/functional: Convert Aspeed aarch64 SDK tests
tests/functional: Convert Aspeed arm SDK tests
tests/functional: Remove sleep workarounds from Aspeed tests
tests/avocado/machine_aspeed.py | 202 ------------------------
tests/functional/meson.build | 2 +
tests/functional/test_aarch64_aspeed.py | 98 ++++++++++++
tests/functional/test_arm_aspeed.py | 84 ++++++++--
4 files changed, 175 insertions(+), 211 deletions(-)
delete mode 100644 tests/avocado/machine_aspeed.py
create mode 100644 tests/functional/test_aarch64_aspeed.py
--
2.47.0
next reply other threads:[~2024-11-22 9:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 9:03 Cédric Le Goater [this message]
2024-11-22 9:03 ` [PATCH v4 1/3] tests/functional: Convert Aspeed aarch64 SDK tests Cédric Le Goater
2024-11-22 9:03 ` [PATCH v4 2/3] tests/functional: Convert Aspeed arm " Cédric Le Goater
2024-11-22 9:03 ` [PATCH v4 3/3] tests/functional: Remove sleep workarounds from Aspeed tests Cédric Le Goater
2024-11-25 10:11 ` [PATCH v4 0/3] tests/functional: Finish conversion of " Alex Bennée
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=20241122090322.1934697-1-clg@redhat.com \
--to=clg@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=andrew@codeconstruct.com.au \
--cc=jamin_lin@aspeedtech.com \
--cc=joel@jms.id.au \
--cc=leetroy@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=steven_lee@aspeedtech.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;
as well as URLs for NNTP newsgroup(s).