From: Thomas Huth Date: Mon, 27 Oct 2025 10:40:12 +0000 (+0100) Subject: tests/functional/i386: Remove unused variable from the replay test X-Git-Tag: v10.2.0-rc1~39^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5c43fafc668c845647c346be0604bd8792fc3b;p=thirdparty%2Fqemu.git tests/functional/i386: Remove unused variable from the replay test Remove a left-over from the time when this test was still an avocado-based test. Signed-off-by: Thomas Huth Reviewed-by: Daniel P. Berrangé Reviewed-by: Zhao Liu Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/tests/functional/i386/test_replay.py b/tests/functional/i386/test_replay.py index 7c4c2602da..3a92ecde17 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'