Home
last modified time | relevance | path

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

12345678910>>...14

/Zephyr-Core-3.5.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_class.py54 Test : Asserting on default platforms list
91 plan.platforms = platforms_list
125 plan.platforms = platforms_list
128 for plat in plan.platforms:
197 class_testplan.platforms = platforms_list
226 Part 3 : Testing edge cases for ram and flash values of platforms & testsuites
228 class_testplan.platforms = platforms_list
232 for plat in class_testplan.platforms:
253 plan.platforms = platforms_list
319 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.5.0/scripts/pylib/twister/twisterlib/
Dquarantine.py40 platforms: list[str] = field(default_factory=list) variable in QuarantineElement
54 if 'all' in self.platforms:
55 self.platforms = []
62 self.re_platforms = [re.compile(pat) for pat in self.platforms]
66 # However, at least one of the filters ('scenarios', platforms' ...)
69 if not any([self.scenarios, self.platforms, self.architectures, self.simulations]):
70 raise QuarantineException("At least one of filters ('scenarios', 'platforms' ...) "
116 if (qelem.platforms
Dtestplan.py100 self.platforms = []
258 # (device_testing), were multiple physical platforms can run the tests
400 def report_platform_tests(self, platforms=[]): argument
401 if len(platforms) > 1:
405 for p in platforms:
434 platform_config = self.test_config.get('platforms', {})
439 if platform.name in [p.name for p in self.platforms]:
446 self.platforms.append(platform)
449 logger.debug(f"adding {platform.name} to default platforms")
453 logger.debug(f"adding {platform.name} to default platforms")
[all …]
/Zephyr-Core-3.5.0/tests/subsys/logging/log_api/
Dtestcase.yaml56 # Testing on selected platforms as it enables all logs in the application
57 # and it cannot be handled on many platforms.
107 # Testing on selected platforms as it enables all logs in the application
108 # and it cannot be handled on many platforms.
119 # Testing on selected platforms as it enables all logs in the application
120 # and it cannot be handled on many platforms.
312 # Testing on selected platforms as it enables all logs in the application
313 # and it cannot be handled on many platforms.
325 # Testing on selected platforms as it enables all logs in the application
326 # and it cannot be handled on many platforms.
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_error_case/src/
Dmain.c45 /* Skip on platforms with no userspace support */ in ZTEST_USER()
79 /* Skip on platforms with no userspace support */ in ZTEST_USER()
113 /* Skip on platforms with no userspace support */ in ZTEST_USER()
147 /* Skip on platforms with no userspace support */ in ZTEST_USER()
181 /* Skip on platforms with no userspace support */ in ZTEST_USER()
215 /* Skip on platforms with no userspace support */ in ZTEST_USER()
248 /* Skip on platforms with no userspace support */ in ZTEST_USER()
283 /* Skip on platforms with no userspace support */ in ZTEST_USER()
/Zephyr-Core-3.5.0/tests/kernel/timer/cycle64/
Dtestcase.yaml3 # Some platforms such as native_posix, qemu_riscv32, qemu_riscv64
10 # As other platforms are added with varying timer frequencies, increase
/Zephyr-Core-3.5.0/doc/develop/test/
Dtwister.rst73 If you want to run tests on one or more specific platforms, you can use
75 option, test suites will only be built/run on the platforms specified.
324 hardware. Currently both architectures and platforms are supported:
353 If true, attempt to build test on all available platforms. This is mostly
358 will enable the test only those platforms that provide this feature.
384 platform_allow: <list of platforms>
385 Set of platforms that this test case should only be run for. Do not use
390 integration_platforms: <YML list of platforms/boards>
391 This option limits the scope to the listed platforms when twister is
396 platform_exclude: <list of platforms>
[all …]
/Zephyr-Core-3.5.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.
162 but unlike "filter", these cause platforms to be filtered already during the testplan
163 generation. While "filter" does not exclue platforms at the testplan generation, and instead
/Zephyr-Core-3.5.0/scripts/schemas/twister/
Dquarantine-schema.yaml8 # a list of configurations (scenarios + platforms) under quarantine
23 "platforms":
/Zephyr-Core-3.5.0/scripts/ci/
Dtest_plan.py89 def __init__(self, modified_files, pull_request=False, platforms=[]): argument
96 self.platforms = platforms
103 if not self.platforms:
162 if self.platforms:
163 for platform in self.platforms:
193 if self.platforms:
194 for platform in self.platforms:
259 if self.platforms:
260 for platform in self.platforms:
326 if self.platforms:
[all …]
/Zephyr-Core-3.5.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.5.0/boards/xtensa/intel_adsp_cavs25/doc/
Dindex.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.5.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.5.0/scripts/tests/twister/test_data/quarantines/
Dplatform.yaml1 - platforms:
Dbasic.yaml3 platforms:
/Zephyr-Core-3.5.0/samples/bluetooth/mesh/boards/
Dnrf5340dk_nrf5340_cpuapp_ns.conf1 # Known issue: non secure platforms do not work with settings subsystem.
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_demo/boards/
Dnrf5340dk_nrf5340_cpuapp_ns.conf1 # Known issue: non secure platforms do not work with settings subsystem.
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_provisioner/boards/
Dnrf5340dk_nrf5340_cpuapp_ns.conf1 # Known issue: non secure platforms do not work with settings subsystem.
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_vector_table/
Dprj.conf5 # Force Bluetooth disable (required by platforms that enable Bluetooth by default)
/Zephyr-Core-3.5.0/drivers/coredump/
DCMakeLists.txt1 # Copyright Meta Platforms, Inc. and its affiliates.
/Zephyr-Core-3.5.0/tests/drivers/build_all/i3c/src/
Dmain.c2 * Copyright (c) 2022 Meta Platforms
/Zephyr-Core-3.5.0/tests/drivers/build_all/uart/src/
Dmain.c2 * Copyright (c) 2023 Meta Platforms
/Zephyr-Core-3.5.0/tests/drivers/coredump/coredump_api/
Dprj.conf1 # Copyright Meta Platforms, Inc. and its affiliates.

12345678910>>...14