tests: error_hook: cleanup test metadata
Remove definition of testcases in yaml file, those are now detected from binary. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8be608d349
commit
75b8e03a07
|
@ -5,17 +5,7 @@ tests:
|
|||
- test_framework
|
||||
- userspace
|
||||
ignore_faults: true
|
||||
testcases:
|
||||
- catch_assert_fail
|
||||
- catch_fatal_error
|
||||
- catch_z_oops
|
||||
- catch_assert_in_isr
|
||||
|
||||
testing.ztest.error_hook.no_userspace:
|
||||
extra_args: CONF_FILE=prj_no_userspace.conf
|
||||
tags: test_framework
|
||||
ignore_faults: true
|
||||
testcases:
|
||||
- catch_fatal_error
|
||||
- catch_assert_fail
|
||||
- catch_assert_in_isr
|
||||
|
|
Loading…
Reference in a new issue