samples: add testcases for rk043fn02h_ct and rk043fn66hs_ctg shields

Add testcases for rk043fn02h_ct and rk043fn66hs_ctg shields to display
and LVGL samples, so these testcases will be built by CI.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-04-30 20:22:22 +00:00 committed by Alberto Escolar
commit 7b207e309f
2 changed files with 28 additions and 0 deletions

View file

@ -175,3 +175,17 @@ tests:
harness: console
harness_config:
fixture: fixture_display
sample.display.rk043fn66hs_ctg:
platform_allow: mimxrt1060_evk
tags: display
harness: console
extra_args: SHIELD=rk043fn66hs_ctg
harness_config:
fixture: fixture_display
sample.display.rk043fn02h_ct:
platform_allow: mimxrt1060_evk
tags: display
harness: console
extra_args: SHIELD=rk043fn02h_ct
harness_config:
fixture: fixture_display

View file

@ -70,3 +70,17 @@ tests:
- shield
- lvgl
- gui
samples.subsys.display.lvgl.rk043fn66hs_ctg:
platform_allow: mimxrt1060_evk
tags: display
harness: console
extra_args: SHIELD=rk043fn66hs_ctg
harness_config:
fixture: fixture_display
samples.subsys.display.lvgl.rk043fn02h_ct:
platform_allow: mimxrt1060_evk
tags: display
harness: console
extra_args: SHIELD=rk043fn02h_ct
harness_config:
fixture: fixture_display