CONFIG_ZTRESS_MAX_THREADS

Maximum number of threads in ztress framework

Type: int

Direct dependencies

ZTRESS

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

At <Subsystem>/testsuite/ztest/Kconfig:120

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:61<Subsystem>/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework

config ZTRESS_MAX_THREADS
    int "Maximum number of threads in ztress framework"
    range 1 16
    default 3
    depends on ZTRESS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)