From: Thomas Huth <[email protected]> Remove a left-over from the time when this test was still an avocado-based test.
Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Reviewed-by: Zhao Liu <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- 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 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' -- 2.47.3
