llext: set integration platform on relocatable test
This particular test was ignored in CI because, when using platform_key, Twister picks the specific platform very early in the process and it is possible that the chosen one is later filtered out. To fix this, use the `integration_platforms` key instead to specify the platforms where the test is expected to complete successfully. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
This commit is contained in:
parent
992d14948b
commit
51195f4884
1 changed files with 2 additions and 3 deletions
|
@ -50,9 +50,8 @@ tests:
|
||||||
llext.simple.modules_enabled_writable_relocatable:
|
llext.simple.modules_enabled_writable_relocatable:
|
||||||
arch_exclude: arm arm64
|
arch_exclude: arm arm64
|
||||||
filter: not CONFIG_MPU and not CONFIG_MMU
|
filter: not CONFIG_MPU and not CONFIG_MMU
|
||||||
platform_key:
|
integration_platforms:
|
||||||
- simulation
|
- qemu_xtensa
|
||||||
- arch
|
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MODULES=y
|
- CONFIG_MODULES=y
|
||||||
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue