Skip to content

Commit f2e1161

Browse files
committed
tests/functional: remove unused kernel_command_line
The Alpine test boots from the CDROM so we don't --append a command line. Drop the unused code. Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent 3b9ec25 commit f2e1161

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/functional/test_aarch64_virt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def test_alpine_virt_tcg_gic_max(self):
4141

4242
self.set_machine('virt')
4343
self.vm.set_console()
44-
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
45-
'console=ttyAMA0')
4644
self.require_accelerator("tcg")
4745

4846
self.vm.add_args("-accel", "tcg")

0 commit comments

Comments
 (0)