From f78716db9860f32f27e376917e032412725918eb Mon Sep 17 00:00:00 2001 From: Debbie Martin Date: Fri, 3 Nov 2023 09:49:35 +0000 Subject: [PATCH] arm/fvp-base: Update the default testsuites For fvp-base, update the DEFAULT_TEST_SUITES to include fvp_boot and fvp_devices. This is only the default behaviour; individual recipes can override this using the TEST_SUITES variable. Signed-off-by: Debbie Martin Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf index d202a79f..4e17a3cc 100644 --- a/meta-arm-bsp/conf/machine/fvp-base.conf +++ b/meta-arm-bsp/conf/machine/fvp-base.conf @@ -33,7 +33,7 @@ MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys" TEST_TARGET = "OEFVPTarget" TEST_TARGET_IP = "127.0.0.1:2222" -TEST_SUITES:append = " fvp_boot fvp_devices" +DEFAULT_TEST_SUITES:append = " fvp_boot fvp_devices" TEST_FVP_DEVICES ?= "rtc watchdog networking virtiorng cpu_hotplug" FVP_PROVIDER ?= "fvp-base-a-aem-native"