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 ('http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/arm64'
22 '/aarch64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-bootonly.iso.xz'),
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_freebsd14(self, cpu=None): argument
29 self.set_machine('sbsa-ref')
36 "-drive", f"file={img_path},format=raw,snapshot=on",
38 if cpu:
39 self.vm.add_args("-cpu", cpu)
45 self.boot_freebsd14("cortex-a57")
53 @skipSlowTest() # Test might timeout due to PAuth emulation
55 self.boot_freebsd14("max,pauth-impdef=on")
57 @skipSlowTest() # Test might timeout due to PAuth emulation