Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py147 for _, testcase in plan.testsuites.items():
149 testcase.toolchain_allow = tc_value
151 testcase.platform_allow = tc_value
153 testcase.toolchain_exclude = tc_value
155 testcase.platform_exclude = tc_value
157 testcase.arch_exclude = tc_value
159 testcase.arch_allow = tc_value
161 testcase.skip = tc_value
163 testcase.tags = tc_value
165 testcase.min_flash = tc_value
[all …]
Dconftest.py92 for _, testcase in all_testsuites_dict.items():
93 instance = TestInstance(testcase, platform, class_testplan.outdir)
Dtest_testinstance.py141 testcase = class_testplan.testsuites.get('scripts/tests/twister/test_data/testsuites/samples/'
145 testcase.extra_configs = extra_configs
150 testinstance = TestInstance(testcase, platform, class_testplan.env.outdir)
157 testcase = class_testplan.testsuites.get('scripts/tests/twister/test_data/testsuites/samples/'
161 testinstance = TestInstance(testcase, platform, class_testplan.env.outdir)
Dtest_testsuite.py783 for testcase in suite.testcases:
785 if expected_value[0] == testcase.name and \
786 expected_value[1] == testcase.freeform:
DREADME.md54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo…
Dtest_handlers.py147 assert all(testcase.status == TwisterStatus.FAIL for \
148 testcase in handler.instance.testcases)
212 testcase.status == TwisterStatus.FAIL for testcase in handler.instance.testcases
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set2.llcp.test_list9 #LL/CON/PER/BV-77-C # Needs testcase implementation update
10 #LL/CON/PER/BV-78-C # Needs testcase implementation update
11 #LL/CON/PER/BV-80-C # Needs testcase implementation update
12 #LL/CON/PER/BV-81-C # Needs testcase implementation update
Dll.set1.llcp.test_list52 #LL/CON/CEN/BV-74-C # Needs testcase implementation update
53 #LL/CON/CEN/BV-76-C # Needs testcase implementation update
54 #LL/CON/CEN/BV-77-C # Needs testcase implementation update
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME29 named on testcase.yaml, with the following interface:
34 to run; `options` is a string defined on testcase.yaml with options known to
57 must be available on the device. Also, testcase.yaml
62 Check testcase.yaml for an example using the saleae_logic2 module.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py416 testcase = {}
417 testcase['identifier'] = case.name
420 testcase['execution_time'] = single_case_duration
422 testcase['execution_time'] = f"{float(case.duration):.2f}"
425 testcase['log'] = case.output
429 testcase["status"] = TwisterStatus.FILTER
431 testcase["status"] = TwisterStatus.SKIP
432 testcase["reason"] = case.reason or instance.reason
434 testcase["status"] = case.status
436 testcase["reason"] = case.reason
[all …]
/Zephyr-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake5 # including different arguments given to them via testcase.yaml.
DCMakeLists.txt133 # Test with an external variable provided in testcase.yaml
223 # Test with an external variable provided in testcase.yaml
366 # Include the external variable provided in testcase.yaml
454 # Test with an external variable provided in testcase.yaml
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1829 for testcase in sorted(inheritors(ComplianceTest), key=lambda x: x.name):
1830 print(testcase.name)
1855 for testcase in inheritors(ComplianceTest):
1860 if included and testcase.name.lower() not in included:
1863 if testcase.name.lower() in excluded:
1864 print("Skipping " + testcase.name)
1867 test = testcase()
1889 name2doc = {testcase.name: testcase.doc
1890 for testcase in inheritors(ComplianceTest)}
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py54 for testcase in testsuite['testcases']:
55 if testcase['status'] == 'None':
56 testcase_name = testcase['identifier']
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst261 * :github:`3747` - tests/kernel/mem_slab/test_mslab_threadsafe/testcase.ini#test type:qemu-zephyr-a…
287 * :github:`4549` - tests/crypto/mbedtls/testcase.yaml#test :Build failed
290 * :github:`4576` - no testcase.yaml for tests/drivers/spi/spi_loopback
291 * :github:`4578` - tests/net/socket/udp/testcase.yaml#test : Build failed on esp32
292 * :github:`4596` - tests/net/mgmt/testcase.yaml#test :failed due to un-handled exception
293 * :github:`4597` - tests/drivers/ipm/testcase.yaml#test :unable to print the Expected output
303 * :github:`4709` - tests/kernel/fatal/testcase.yaml#stack-sentinel : Kernel Panic
306 * :github:`4777` - need a testcase for version number of the kernel and version.h
386 * :github:`5619` - zephyr.git/tests/misc/test_build/testcase.yaml#test_newlib @ esp32:xtensa BUILD …
Drelease-notes-4.1.rst143 Twister XML reports have full testsuite name as ``testcase.classname property`` resolving
144 possible duplicate testcase elements in ``twister_report.xml`` testsuite container.
Drelease-notes-1.10.rst225 * :github:`1474` - tests/net/ipv6_fragment build failure, missing testcase.yaml
369 * :github:`4050` - zephyr.git/tests/kernel/obj_validation/testcase.yaml#test :Evaluation failure
376 * :github:`4059` - zephyr.git/tests/net/ipv6/testcase.yaml#test :evaluation failed
467 * :github:`4744` - tests/net/ieee802154/l2/testcase.yaml#test : unable to acknowledge data from rec…
482 * :github:`4791` - rpl-node uses testcase.ini instead of sample.yaml format
Drelease-notes-1.13.rst301 * :github:`9744` - tests/kernel/mbox/mbox_usage/testcase.yaml#kernel.mailbox crashes on ESP32
341 * :github:`9611` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.slice_reset fails on …
355 * :github:`9527` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.unlock_preemptible fa…
362 * :github:`9468` - tests/kernel/mem_pool/mem_pool_concept/testcase.yaml#kernel.memory_pool fails on…
363 * :github:`9466` - tests/kernel/context/testcase.yaml#kernel.common.k_sleep fails on nrf52_pca10040…
674 * :github:`4018` - zephyr.git/tests/net/mld/testcase.yaml#test :evalution failed
/Zephyr-latest/subsys/testsuite/
DKconfig108 tag in their testcase.yaml file.
117 testcase.yaml.
/Zephyr-latest/doc/develop/test/
Dpytest.rst61 └─── testcase.yaml
65 provided in the ``testcase.yaml`` file, Twister builds the application from ``src`` and then, if the
91 useful when one wants to select a specific testcase from a test suite. For instance, one can use
Dtwister_statuses.rst41 One can modify Twister's behaviour on a per-Suite basis via ``testcase.yaml`` files.
Dztest.rst240 ``your.test.scenario.name`` references a test scenario defined in :file:`testcase.yaml`
254 testcase.yaml
256 .. literalinclude:: ../../../samples/subsys/testsuite/integration/testcase.yaml
Dtwister.rst240 Tests are detected by the presence of a ``testcase.yaml`` or a ``sample.yaml``
274 #. All Test Scenario identifiers within a Test Configuration (``testcase.yaml`` file)
276 For example a ``testcase.yaml`` file covering semaphores in the kernel can have:
288 a Test Scenario identifier from the corresponding ``testcase.yaml`` file,
293 a Test Scenario identifier from the corresponding ``testcase.yaml`` (or
510 A harness keyword in the ``testcase.yaml`` file identifies a Twister
947 integration keyword in the test configuration file (``testcase.yaml`` and
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md128 |LightweightM2M-1.1-int-2 - Client Initiated Bootstrap Full (Cert) | |testcase not implemented…
135 |LightweightM2M-1.1-int-9 - Bootstrap and Configuration Consistency | |testcase not implemented…
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst69 tests use** ``test_data.yaml`` **as a filename, not** ``testcase.yaml`` **!**

12