Searched refs:conftest (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_xsdb.py | 9 from conftest import RC_KERNEL_ELF
|
D | test_dediprog.py | 13 from conftest import RC_KERNEL_BIN
|
D | test_gd32isp.py | 12 from conftest import RC_KERNEL_BIN
|
D | test_stm32flash.py | 13 from conftest import RC_KERNEL_BIN
|
D | test_canopen_program.py | 12 from conftest import RC_KERNEL_BIN
|
D | test_dfu_util.py | 13 from conftest import RC_KERNEL_BIN
|
D | test_pyocd.py | 12 from conftest import RC_BUILD_DIR, RC_GDB, RC_KERNEL_HEX, RC_KERNEL_ELF
|
D | test_stm32cubeprogrammer.py | 13 from conftest import RC_KERNEL_HEX, RC_KERNEL_ELF, RC_KERNEL_BIN
|
D | test_blackmagicprobe.py | 14 from conftest import RC_KERNEL_ELF, RC_GDB
|
D | test_nxp_s32dbg.py | 10 from conftest import RC_KERNEL_ELF
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_device.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_shuffle.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_testlist.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock, clear_log_in_test
|
D | test_error.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_config.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_disable.py | 16 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_quarantine.py | 18 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_tooling.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, sample_filename_mock, testsuite_filename_mock
|
D | test_testplan.py | 17 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock
|
D | test_hardwaremap.py | 14 from conftest import ZEPHYR_BASE, testsuite_filename_mock, clear_log_in_test
|
D | test_output.py | 18 from conftest import ZEPHYR_BASE, TEST_DATA, testsuite_filename_mock, clear_log_in_test
|
/Zephyr-latest/doc/develop/test/twister/ |
D | sample_blackbox_test.py | 13 from conftest import TEST_DATA, ZEPHYR_BASE, testsuite_filename_mock
|
D | twister_blackbox.rst | 59 - allows us to use ``clear_log`` fixture from ``conftest.py`` . 83 :zephyr_file:`scripts/tests/twister_blackbox/conftest.py` file. 85 - :zephyr_file:`scripts/tests/twister_blackbox/conftest.py` already contains some fixtures -
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 53 - conftest.py: Contains common fixtures for use in testing the twister tool.
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_bootstrap.py | 22 from conftest import Endpoint
|
12