All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/functional/i386: Remove unused variable from the replay test
@ 2025-10-27 10:40 Thomas Huth
  2025-10-27 10:42 ` Daniel P. Berrangé
  2025-10-27 11:07 ` Zhao Liu
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2025-10-27 10:40 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini, Alex Bennée; +Cc: qemu-trivial, Zhao Liu

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



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

end of thread, other threads:[~2025-10-27 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 10:40 [PATCH] tests/functional/i386: Remove unused variable from the replay test Thomas Huth
2025-10-27 10:42 ` Daniel P. Berrangé
2025-10-27 11:07 ` Zhao Liu

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.