Home
last modified time | relevance | path

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

12

/Zephyr-Core-2.7.6/scripts/tests/twister/
Dtest_testinstance.py35testcase = class_testsuite.testcases.get('scripts/tests/twister/test_data/testcases/tests/test_a/t…
41 testcase.harness = harness
42 testcase.build_only = build_only
43 testcase.slow = slow
45 testinstance = TestInstance(testcase, platform, class_testsuite.outdir)
70testcase = class_testsuite.testcases.get('scripts/tests/twister/test_data/testcases/samples/test_a…
74 testinstance = TestInstance(testcase, platform, class_testsuite.outdir)
81testcase = class_testsuite.testcases.get('scripts/tests/twister/test_data/testcases/samples/test_a…
84 testinstance = TestInstance(testcase, platform, class_testsuite.outdir)
125 testcase = TestCase("/scripts/tests/twister/test_data/testcases/tests", ".", "test_a.check_1")
[all …]
Dtest_testsuite_class.py40 testcase = class_testsuite.testcases.get(tests_rel_dir + 'test_a/test_a.check_1')
41 assert testcase.name == tests_rel_dir + 'test_a/test_a.check_1'
97 testcase = TestCase(testcase_root, workdir, test_name)
98 testcase.build_only = False
170 for _, testcase in class_testsuite.testcases.items():
172 testcase.toolchain_allow = tc_value
174 testcase.platform_allow = tc_value
176 testcase.toolchain_exclude = tc_value
178 testcase.platform_exclude = tc_value
180 testcase.arch_exclude = tc_value
[all …]
Dtest_reporting_testsuite.py62 mydict["test"].append(instance.testcase.name)
67 args = " ".join(instance.testcase.extra_args)
119 (inst1.testcase.name)
122 (inst2.testcase.name)
143 (res[0].testcase.name == instance.testcase.name):
Dconftest.py67 for _, testcase in all_testcases_dict.items():
68 instance = TestInstance(testcase, platform, class_testsuite.outdir)
DREADME.md54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo…
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py393 self.timeout = instance.testcase.timeout
394 self.sourcedir = instance.testcase.source_dir
445 for c in self.instance.testcase.cases:
522 harness_name = self.instance.testcase.harness.capitalize()
675 fixture = instance.testcase.harness_config.get("fixture")
816 harness_name = self.instance.testcase.harness.capitalize()
890 for k in self.instance.testcase.cases:
927 if "ignore_qemu_crash" in instance.testcase.tags:
1102 harness_import = HarnessImporter(self.instance.testcase.harness.capitalize())
1770 def __init__(self, testcase, platform, outdir): argument
[all …]
Dharness.py37 config = instance.testcase.harness_config
38 self.id = instance.testcase.id
39 if "ignore_faults" in instance.testcase.tags:
132 self.source_dir = instance.testcase.source_dir
135 config = instance.testcase.harness_config
/Zephyr-Core-2.7.6/scripts/ci/
Dcheck_compliance.py1003 for testcase in ComplianceTest.__subclasses__():
1004 print(testcase.name)
1026 for testcase in ComplianceTest.__subclasses__():
1031 if args.module and testcase.name not in args.module:
1034 if testcase.name in args.exclude_module:
1035 print("Skipping " + testcase.name)
1038 test = testcase()
1054 name2doc = {testcase.name: testcase.doc
1055 for testcase in ComplianceTest.__subclasses__()}
/Zephyr-Core-2.7.6/doc/guides/test/
Dtwister.rst34 These also affect the outputs of ``--testcase-report`` and
120 Available RAM on the board (specified in KB). This is used to match testcase
123 Available FLASH on the board (specified in KB). This is used to match testcase
134 This indicates the board does support PCI. You can make a testcase build or
143 A testcase can both depend on 'eth' to only test ethernet or on 'netif' to run
163 Test cases are detected by the presence of a 'testcase.yaml' or a 'sample.yaml'
167 The name of each testcase needs to be unique in the context of the overall
178 #. All test identifiers within a testcase.yaml file need to be unique. For
179 example a testcase.yaml file covering semaphores in the kernel can have:
188 concatenated to identifier in the testcase.yaml file generating unique
[all …]
Dztest.rst26 ``test-identifier`` references a test defined in the :file:`testcase.yaml` file.
40 testcase.yaml
42 .. literalinclude:: ../../../samples/subsys/testsuite/integration/testcase.yaml
174 The idea is that test reports show results for every sub-testcase
288 - Why not declare them in the YAML testcase description?
290 A separate testcase description file would be harder to maintain
/Zephyr-Core-2.7.6/tests/drivers/regulator/fixed/
DREADME.txt19 ``testcase.yaml`` file provides a variety of flags intended to cover the
/Zephyr-Core-2.7.6/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-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
Drelease-notes-2.5.rst971 * :github:`32167` - Bluetooth: controller: conformance testcase failures
1037 * :github:`31729` - test: build fatal related testcase failed on qemu_cortex_m0 and run failed on q…
1100 * :github:`31566` - up_squared: Couldn't get testcase log from console for all testcases.
1215 * :github:`30809` - new testcase is failing after 3f134877 on mec1501modular_assy6885
1267 * :github:`30477` - frdm_k64f: testcase samples/subsys/canbus/canopen/ failed to be ran
1268 * :github:`30476` - frdm_k64f: testcase samples/net/cloud/tagoio_http_post/ failed to be ran
1269 * :github:`30475` - frdm_k64f: testcase tests/kernel/fatal/exception/ failed to be ran
1270 * :github:`30473` - mimxrt1050_evk: testcase tests/kernel/fatal/exception/ failed to be ran
1424 * :github:`29772` - sam_e70_xplained:running testcase tests/subsys/logging/log_core failed
1487 * :github:`29533` - mec15xxevb_assy6853:running testcase tests/kernel/workq/work_queue_api/ failed.
[all …]
Drelease-notes-1.9.rst278 * :jira:`ZEP-2314` - Testcase failure :tests/benchmarks/timing_info/testcase.ini#test
279 * :jira:`ZEP-2316` - Testcase failure :tests/bluetooth/shell/testcase.ini#test_br
Drelease-notes-1.8.rst278 * :jira:`ZEP-1936` - tests/drivers/spi/spi_basic_api/testcase.ini#test_spi - Assertion Fail
Drelease-notes-1.6.rst321 * :jira:`ZEP-1124` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f
Drelease-notes-2.6.rst1040 * Provide test excution time per ztest testcase.
1278 * :github:`35027` - frdm_k64f: failed to run testcase tests/drivers/adc/adc_emul/
1691 * :github:`33120` - iotdk: running testcase tests/kernel/mbox/mbox_api/ failed
1692 * :github:`33114` - tests: mbox_api: testcase test_mbox_data_get_null has some bugs.
1900 * :github:`32514` - frdm_k64f:running testcase tests/subsys/debug/coredump/ and tests/subsys/debug/…
1981 * :github:`32137` - Provide test execution times per ztest testcase
Drelease-notes-1.14.rst1316 * :github:`14462` - tests/kernel/threads/no-multithreading/testcase.yam: Not Booting
1367 * :github:`14244` - tests/crypto/rand32/testcase.yaml#crypto.rand32.random_hw_xoroshiro.rand32: Not…
1539 * :github:`13465` - tests/lib/mem_alloc/testcase.yaml#libraries.libc.minimal: Bus fault at test_mal…
2154 * :github:`9704` - tests/lib/mem_alloc/testcase.yaml#libraries.libc.newlib @ minnowboard:x86 result…
2158 * :github:`9666` - tests/benchmarks/timing_info/testcase.yaml#benchmark.timing.default_kernel crash…
2160 * :github:`9653` - tests/lib/mem_alloc/testcase.yaml#libraries.libc.newlib @ esp32:xtensa BUILD fai…
Drelease-notes-2.1.rst891 * :github:`13417` - tests/drivers/watchdog/wdt\_basic\_api/testcase.yaml: test\_wdt\_no\_callback()…
930 * :github:`6991` - Enhance test reporting and maintain one source for testcase meta data
Drelease-notes-1.7.rst435 * :jira:`ZEP-1768` - samples: cases miss testcase.ini
Drelease-notes-1.12.rst766 * :github:`8069` - mem_slab/mslab_threadsafe testcase fails in CI sporadically
/Zephyr-Core-2.7.6/subsys/testsuite/
DKconfig67 tag in their testcase.yaml file.
76 testcase.yaml.
/Zephyr-Core-2.7.6/scripts/
Dtwister1092 tests = [x.testcase.cases for x in inst.values()]
1099 for c in i.testcase.cases:
1118 i.testcase.name,
1127 to_be_run.update(p.testcase.cases)

12