[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 21/32] tests/functional: remove unused kernel_command_line
From: |
Alex Bennée |
Subject: |
[PATCH v4 21/32] tests/functional: remove unused kernel_command_line |
Date: |
Wed, 8 Jan 2025 12:10:43 +0000 |
The Alpine test boots from the CDROM so we don't --append a command
line. Drop the unused code.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/functional/test_aarch64_virt.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/functional/test_aarch64_virt.py
b/tests/functional/test_aarch64_virt.py
index 2d9995a95d..b3d3b0ee51 100755
--- a/tests/functional/test_aarch64_virt.py
+++ b/tests/functional/test_aarch64_virt.py
@@ -41,8 +41,6 @@ def test_alpine_virt_tcg_gic_max(self):
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")
--
2.39.5
- [PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL), Alex Bennée, 2025/01/08
- [PATCH v4 08/32] tests/functional: update the ppc32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 02/32] tests/functional: update the i386 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 05/32] tests/functional: update the mips32el tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 21/32] tests/functional: remove unused kernel_command_line,
Alex Bennée <=
- [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG, Alex Bennée, 2025/01/08
- [PATCH v4 11/32] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 12/32] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 10/32] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker, Alex Bennée, 2025/01/08
- [PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2025/01/08
- [PATCH v4 07/32] tests/functional: update the mips64el tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests, Alex Bennée, 2025/01/08