:orphan: .. title:: CONFIG_ZTRESS .. kconfig:: CONFIG_ZTRESS CONFIG_ZTRESS ############# *Stress test framework* Type: ``bool`` Direct dependencies =================== !\ :kconfig:`USERSPACE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`THREAD_RUNTIME_STATS ` - \ :kconfig:`THREAD_MONITOR ` - \ :kconfig:`TEST_RANDOM_GENERATOR ` if !\ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definition ================== At ``/testsuite/ztest/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config ZTRESS bool "Stress test framework" select THREAD_RUNTIME_STATS select THREAD_MONITOR select TEST_RANDOM_GENERATOR if !ENTROPY_HAS_DRIVER depends on !USERSPACE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*