list testcase in yaml file to workaround conditional testsuite definition. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
297 B
YAML
16 lines
297 B
YAML
common:
|
|
integration_platforms:
|
|
- native_posix
|
|
tests:
|
|
libraries.smf.flat:
|
|
tags: smf
|
|
testcases:
|
|
- smf_flat
|
|
libraries.smf.hierarchical:
|
|
extra_configs:
|
|
- CONFIG_SMF_ANCESTOR_SUPPORT=y
|
|
tags: smf
|
|
testcases:
|
|
- smf_hierarchical_5_ancestors
|
|
- smf_hierarchical
|