Home
last modified time | relevance | path

Searched full:platforms (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_quarantine.py42 ['platforms', 'architectures']
50 ['scenarios', 'platforms', 'architectures', 'simulations']
56 'scenarios, platforms, architectures, ' \
62 'all platforms and architectures',
68 platforms, argument
78 platforms=platforms,
85 platforms=platforms,
90 for attr in ['scenarios', 'platforms', 'architectures', 'simulations']:
100 'platforms': ['dummy platform'],
106 platforms=['dummy platform'],
[all …]
Dtest_testplan.py58 Test : Asserting on default platforms list
94 plan.platforms = platforms_list
129 plan.platforms = platforms_list
132 for plat in plan.platforms:
204 class_testplan.platforms = platforms_list
233 Part 3 : Testing edge cases for ram and flash values of platforms & testsuites
235 class_testplan.platforms = platforms_list
239 for plat in class_testplan.platforms:
260 plan.platforms = platforms_list
326 class_testplan.platforms = platforms_list
[all …]
Dconftest.py77 Testsuite class and return the Platforms list"""
82 return plan.platforms
89 class_testplan.platforms = platforms_list
/Zephyr-Core-3.7.0/scripts/tests/twister_blackbox/test_data/
Dtwister-quarantine-list.yml4 test all platforms
6 - platforms:
13 platforms:
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dquarantine.py45 platforms: list[str] = field(default_factory=list) variable in QuarantineElement
59 if 'all' in self.platforms:
60 self.platforms = []
67 self.re_platforms = [re.compile(pat) for pat in self.platforms]
71 # However, at least one of the filters ('scenarios', platforms' ...)
74 if not any([self.scenarios, self.platforms, self.architectures, self.simulations]):
75 raise QuarantineException("At least one of filters ('scenarios', 'platforms' ...) "
121 if (qelem.platforms
Dtestplan.py104 self.platforms = []
263 # (device_testing), were multiple physical platforms can run the tests
415 platform_config = self.test_config.get('platforms', {})
433 if platform.name in [p.name for p in self.platforms]:
440 self.platforms.append(platform)
446 logger.debug(f"adding {platform.name} to default platforms")
474 self.platforms.append(platform_revision)
483 self.platform_names = [p.name for p in self.platforms]
575 for platform in self.platforms:
700 logger.info("Selecting all possible platforms per test case")
[all …]
/Zephyr-Core-3.7.0/tests/subsys/logging/log_api/
Dtestcase.yaml57 # Testing on selected platforms as it enables all logs in the application
58 # and it cannot be handled on many platforms.
123 # Testing on selected platforms as it enables all logs in the application
124 # and it cannot be handled on many platforms.
136 # Testing on selected platforms as it enables all logs in the application
137 # and it cannot be handled on many platforms.
343 # Testing on selected platforms as it enables all logs in the application
344 # and it cannot be handled on many platforms.
357 # Testing on selected platforms as it enables all logs in the application
358 # and it cannot be handled on many platforms.
/Zephyr-Core-3.7.0/tests/kernel/timer/cycle64/
Dtestcase.yaml3 # Some platforms such as native_sim, qemu_riscv32, qemu_riscv64
10 # As other platforms are added with varying timer frequencies, increase
/Zephyr-Core-3.7.0/samples/subsys/llext/shell_loader/
Dsample.yaml8 # platforms with active issues
14 # platforms that are always skipped by the runtime filter
/Zephyr-Core-3.7.0/scripts/schemas/twister/
Dquarantine-schema.yaml8 # a list of configurations (scenarios + platforms) under quarantine
23 "platforms":
/Zephyr-Core-3.7.0/scripts/
Dtwister60 If true, attempt to build test on all available platforms.
64 will enable the test only those platforms that provide this feature.
87 platform_allow: <list of platforms>
88 Set of platforms that this test case should only be run for.
90 platform_exclude: <list of platforms>
91 Set of platforms that this test case should not run on.
165 but unlike "filter", these cause platforms to be filtered already during the testplan
166 generation. While "filter" does not exclue platforms at the testplan generation, and instead
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_error_case/src/
Dmain.c49 /* Skip on platforms with no userspace support */ in ZTEST_USER()
87 /* Skip on platforms with no userspace support */ in ZTEST_USER()
125 /* Skip on platforms with no userspace support */ in ZTEST_USER()
163 /* Skip on platforms with no userspace support */ in ZTEST_USER()
201 /* Skip on platforms with no userspace support */ in ZTEST_USER()
239 /* Skip on platforms with no userspace support */ in ZTEST_USER()
276 /* Skip on platforms with no userspace support */ in ZTEST_USER()
315 /* Skip on platforms with no userspace support */ in ZTEST_USER()
/Zephyr-Core-3.7.0/dts/bindings/usb/
Dnxp,usbphy.yaml6 platforms if high speed usb is supported on these platforms.
/Zephyr-Core-3.7.0/doc/develop/test/
Dtwister.rst72 If you want to run tests on one or more specific platforms, you can use
74 option, test suites will only be built/run on the platforms specified.
354 hardware. Currently both architectures and platforms are supported:
383 If true, attempt to build test scenario on all available platforms. This is mostly
388 will enable the test only those platforms that provide this feature.
414 platform_allow: <list of platforms>
415 Set of platforms that this test scenario should only be run for. Do not use
420 integration_platforms: <YML list of platforms/boards>
421 This option limits the scope to the listed platforms when twister is
426 platform_exclude: <list of platforms>
[all …]
/Zephyr-Core-3.7.0/samples/boards/nrf/system_off/
DREADME.rst10 deep sleep on Nordic platforms.
15 On nRF52 platforms this also can demonstrate RAM retention. By selecting
/Zephyr-Core-3.7.0/boards/intel/adsp/doc/
Dintel_adsp_cavs25.rst32 debugging applicable to all CAVS and ACE platforms.
34 .. _Tiger Lake: https://www.intel.com/content/www/us/en/products/platforms/details/tiger-lake-h.html
/Zephyr-Core-3.7.0/samples/subsys/llext/modules/
Dsample.yaml7 # platforms with active issues
13 # platforms that are always skipped by the runtime filter
/Zephyr-Core-3.7.0/scripts/tests/twister/test_data/quarantines/
Dplatform.yaml1 - platforms:
Dbasic.yaml3 platforms:
/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_vector_table/
Dprj.conf4 # Force Bluetooth disable (required by platforms that enable Bluetooth by default)
/Zephyr-Core-3.7.0/samples/net/zperf/
DREADME.rst32 This sample application has been tested on the following platforms:
37 - ARM BASE RevC AEMv8A Fixed Virtual Platforms
/Zephyr-Core-3.7.0/drivers/coredump/
DCMakeLists.txt1 # Copyright Meta Platforms, Inc. and its affiliates.
/Zephyr-Core-3.7.0/tests/subsys/debug/coredump_threads/
Dprj.conf1 # Copyright Meta Platforms, Inc. and its affiliates.
/Zephyr-Core-3.7.0/tests/drivers/coredump/coredump_api/boards/
Dqemu_riscv32_qemu_virt_riscv32_smp.overlay2 * Copyright Meta Platforms, Inc. and its affiliates.
/Zephyr-Core-3.7.0/tests/drivers/build_all/uart/src/
Dmain.c2 * Copyright (c) 2023 Meta Platforms

12345678910>>...17