Hi Marcin, On 24/6/24 15:14, Marcin Juszkiewicz wrote:
FreeBSD has longer support cycle for stable release (14.x EoL in 2028) than OpenBSD (7.3 we used is already EoL). Also bugfixes are backported so we can stay on 14.x for longer.
Could we keep the test but not run it by default on CI? No need to upgrade the distro version, using the fixed cortex-a57 (and not 'max'). I find it useful when bisecting hw model changes, when we don't need to test the bleeding edge sbsa-ref. At least I'd like to keep test_sbsaref_openbsd73_cortex_a57. Maybe: @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
Moved from Neoverse-N1 to Neoverse-N2 as sbsa-ref defaults were changed. Timeout messages expanded to mention being affected by PAuth emulation: test_sbsaref_alpine_linux_cortex_a57: PASS (24.00 s) test_sbsaref_alpine_linux_neoverse_n2: PASS (82.24 s) test_sbsaref_alpine_linux_max: PASS (81.10 s) test_sbsaref_alpine_linux_max_pauth_off: PASS (23.54 s) test_sbsaref_alpine_linux_max_pauth_impdef: PASS (28.96 s)
(These are Linux test outputs).
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org> --- tests/avocado/machine_aarch64_sbsaref.py | 53 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 26 deletions(-)