mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2025-10-30 07:57:14 +08:00
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 <thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
337c7a7ad1
commit
2a5c43fafc
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user