cleanup: rename sanitycheck references to twister

Cleanup references to sanitycheck that should now be twister.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-01-13 12:08:34 -06:00 committed by Kumar Gala
commit 3befd7d45f
14 changed files with 25 additions and 25 deletions

View file

@ -61,7 +61,7 @@ config ZTEST_FATAL_HOOK
Use the pre-defined common fatal error handler and a post hook to
do actions in your test case, this option often enabled when doing
error test case. Remember to add ignore_fault tag in yaml file when
using sanitycheck to run testing.
using twister to run testing.
config ZTEST_ASSERT_HOOK
bool "Using a pre-defined assert handler and hook function"
@ -70,7 +70,7 @@ config ZTEST_ASSERT_HOOK
Use the pre-defined common assert fail handler and a post hook to
do actions in your test case, this option often enabled when doing
error test case. Remember to add ignore_fault tag in yaml file when
using sanitycheck to run testing.
using twister to run testing.
endif # ZTEST