tests: ztest: style, tag and category fixes

Fix categories.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-04-11 22:01:14 -05:00 committed by Anas Nashif
parent 89a50932d3
commit fa6cce430c
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
tests:
test:
testing.ztest:
tags: test_framework
type: unit
test_verbose_0:
testing.ztest.verbose_0:
extra_args: CONF_FILE=prj_verbose_0.conf
tags: test_framework
test_verbose_1:
testing.ztest.verbose_1:
extra_args: CONF_FILE=prj_verbose_1.conf
tags: test_framework
test_verbose_2:
testing.ztest.verbose_2:
extra_args: CONF_FILE=prj_verbose_2.conf
tags: test_framework

View file

@ -1,7 +1,7 @@
tests:
test:
testing.ztest.mock:
arch_exclude: arm
tags: test_framework
test_unit:
testing.ztest.unit:
tags: test_framework
type: unit