From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Cc: qemu-trivial@nongnu.org, Zhao Liu <zhao1.liu@intel.com>
Subject: [PATCH] tests/functional/i386: Remove unused variable from the replay test
Date: Mon, 27 Oct 2025 11:40:12 +0100 [thread overview]
Message-ID: <20251027104012.51682-1-thuth@redhat.com> (raw)
From: Thomas Huth <thuth@redhat.com>
Remove a left-over from the time when this test was still an
avocado-based test.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/functional/i386/test_replay.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/functional/i386/test_replay.py b/tests/functional/i386/test_replay.py
index 7c4c2602da9..3a92ecde173 100755
--- a/tests/functional/i386/test_replay.py
+++ b/tests/functional/i386/test_replay.py
@@ -17,7 +17,6 @@ class I386Replay(ReplayKernelBase):
def test_pc(self):
self.set_machine('pc')
- kernel_url = ()
kernel_path = self.ASSET_KERNEL.fetch()
kernel_command_line = self.KERNEL_COMMON_COMMAND_LINE + 'console=ttyS0'
console_pattern = 'VFS: Cannot open root device'
--
2.51.0
next reply other threads:[~2025-10-27 10:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-27 10:40 Thomas Huth [this message]
2025-10-27 10:42 ` [PATCH] tests/functional/i386: Remove unused variable from the replay test Daniel P. Berrangé
2025-10-27 11:07 ` Zhao Liu
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=20251027104012.51682-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=zhao1.liu@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.