]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/functional: remove unused kernel_command_line
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Jan 2025 12:10:43 +0000 (12:10 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 10 Jan 2025 11:18:32 +0000 (11:18 +0000)
The Alpine test boots from the CDROM so we don't --append a command
line. Drop the unused code.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250108121054.1126164-22-alex.bennee@linaro.org>

tests/functional/test_aarch64_virt.py

index 2d9995a95d2572a5f417e7735bed853cdd88929a..b3d3b0ee5189d76aacf5587f6f8c4e3c82b51641 100755 (executable)
@@ -41,8 +41,6 @@ class Aarch64VirtMachine(QemuSystemTest):
 
         self.set_machine('virt')
         self.vm.set_console()
-        kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
-                               'console=ttyAMA0')
         self.require_accelerator("tcg")
 
         self.vm.add_args("-accel", "tcg")