:orphan: .. title:: ZTEST_THREAD_PRIORITY .. option:: CONFIG_ZTEST_THREAD_PRIORITY *Testing thread priority* Type: ``int`` Help ==== Set priority of the testing thread. Default is -1 (cooperative). Direct dependencies =================== \ :option:`ZTEST ` *(Includes any dependencies from ifs and menus.)* Default ======= - -1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/ztest/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` → ``subsys/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework .. parsed-literal:: config ZTEST_THREAD_PRIORITY int "Testing thread priority" default -1 depends on \ :option:`ZTEST ` help Set priority of the testing thread. Default is -1 (cooperative). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*