tests: ztest/base: fix incorrect userspace filtering
The filter here should be used to filter for capability: whether the platform configuration supports userspace. And if it does support userspace, we then enable CONFIG_TEST_USERSPACE (and thus CONFIG_USERSPACE) for testing. We should not be filtering for whether userspace is enabled, but should really be filtering for whether userspace is supported. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
df4883ad23
commit
55ad66a30c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
testing.ztest.base.verbose_0_userspace:
|
testing.ztest.base.verbose_0_userspace:
|
||||||
filter: CONFIG_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
extra_args: CONF_FILE=prj_verbose_0.conf
|
extra_args: CONF_FILE=prj_verbose_0.conf
|
||||||
tags:
|
tags:
|
||||||
- userspace
|
- userspace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue