Message ID | 20231103094939.1290558-1-Debbie.Martin@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/5] arm/fvp-base: Update the default testsuites | expand |
On Fri, 03 Nov 2023 09:49:35 +0000, Debbie Martin wrote: > 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. > > Applied, thanks! [1/5] arm/fvp-base: Update the default testsuites commit: f78716db9860f32f27e376917e032412725918eb [2/5] arm-systemready: Introduce the Arm SystemReady layer commit: aebe535aa8c3505b45cfa92bb29edfbc15723e8b [3/5] arm-bsp/systemready: Bring up the Arm SystemReady IR ACS 2.0 suite on FVP base commit: f6dc41140c5072e39ce718121071083f2e4ff777 [4/5] kas: Add kas configuration for Arm SystemReady and fvp-base commit: 16d03e507f93e4259593ddb7c812f9ae14249312 [5/5] ci: Add fvpboot to IMAGE_CLASSES commit: 00e5691e2fe0a96b44e2f38c48240c998a1a0f1f Best regards,
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"
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 <Debbie.Martin@arm.com> --- meta-arm-bsp/conf/machine/fvp-base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)