Lines Matching +full:test +full:- +full:cpu
3 # Functional test that boots a kernel and checks the console
5 # Copyright (c) 2023-2024 Linaro Ltd.
8 # Philippe Mathieu-Daudé
11 # SPDX-License-Identifier: GPL-2.0-or-later
21 ('https://dl-cdn.alpinelinux.org/'
22 'alpine/v3.17/releases/aarch64/alpine-standard-3.17.2-aarch64.iso'),
26 # We only boot a whole OS for the current top level CPU and GIC
27 # Other test profiles should use more minimal boots
28 def boot_alpine_linux(self, cpu=None): argument
29 self.set_machine('sbsa-ref')
36 "-drive", f"file={iso_path},media=cdrom,format=raw",
38 if cpu:
39 self.vm.add_args("-cpu", cpu)
45 self.boot_alpine_linux("cortex-a57")
54 self.boot_alpine_linux("max,pauth-impdef=on")
56 @skipSlowTest() # Test might timeout due to PAuth emulation