Home
last modified time | relevance | path

Searched full:pytest_dut_scope (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/boards/nordic/coresight_stm/
Dsample.yaml16 pytest_dut_scope: session
28 pytest_dut_scope: session
/Zephyr-latest/tests/ztest/ztest_param/
Dtestcase.yaml8 pytest_dut_scope: session
/Zephyr-latest/tests/boards/nrf/coresight_stm/
Dtestcase.yaml17 pytest_dut_scope: session
30 pytest_dut_scope: session
/Zephyr-latest/tests/net/lib/lwm2m/interop/
Dtestcase.yaml7 pytest_dut_scope: module
/Zephyr-latest/tests/drivers/can/host/
Dtestcase.yaml11 pytest_dut_scope: session
/Zephyr-latest/doc/develop/test/
Dpytest.rst114 ``pytest_dut_scope`` keyword placed under ``harness_config`` section (more info
115 :ref:`here <pytest_dut_scope>`).
132 fixture is determined by the ``pytest_dut_scope`` keyword placed under ``harness_config`` section
133 (more info :ref:`here <pytest_dut_scope>`).
241 as ``function``. This can be changed by adding to .yaml file ``pytest_dut_scope`` keyword placed
248 pytest_dut_scope: session
250 More info can be found :ref:`here <pytest_dut_scope>`.
Dtwister.rst689 pytest_dut_scope: <function|class|module|package|session> (default function)
/Zephyr-latest/scripts/schemas/twister/
Dtestsuite-schema.yaml124 "pytest_dut_scope":
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py384 pytest_dut_scope = config.get('pytest_dut_scope', None) if config else None
399 if pytest_dut_scope:
400 command.append(f'--dut-scope={pytest_dut_scope}')
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py60 testinstance.testsuite.harness_config['pytest_dut_scope'] = dut_scope