Home
last modified time | relevance | path

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

12345678910>>...21

/Zephyr-latest/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.py59 Test : Asserting on default platforms list
97 plan.platforms = platforms_list
132 plan.platforms = platforms_list
135 for plat in plan.platforms:
207 class_testplan.platforms = platforms_list
236 Part 3 : Testing edge cases for ram and flash values of platforms & testsuites
238 class_testplan.platforms = platforms_list
242 for plat in class_testplan.platforms:
263 plan.platforms = platforms_list
329 class_testplan.platforms = platforms_list
[all …]
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/
Dtwister-quarantine-list.yml4 test all platforms
6 - platforms:
13 platforms:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py49 platforms: list[str] = field(default_factory=list) variable in QuarantineElement
63 if 'all' in self.platforms:
64 self.platforms = []
71 self.re_platforms = [re.compile(pat) for pat in self.platforms]
75 # However, at least one of the filters ('scenarios', platforms' ...)
78 if not any([self.scenarios, self.platforms, self.architectures, self.simulations]):
79 raise QuarantineException("At least one of filters ('scenarios', 'platforms' ...) "
125 if (qelem.platforms
Dtestplan.py114 self.platforms = []
289 # (device_testing), were multiple physical platforms can run the tests
446 platform_config = self.test_config.get('platforms', {})
451 self.platforms.append(platform)
456 #logger.debug(f"adding {platform.name} to default platforms")
460 logger.debug(f"adding {platform.name} to default platforms (override mode)")
463 self.platform_names = [a for p in self.platforms for a in p.aliases]
591 for platform in self.platforms:
730 logger.info("Selecting all possible platforms per testsuite scenario")
734 logger.info("Selecting default platforms per testsuite scenario")
[all …]
/Zephyr-latest/tests/kernel/threads/thread_apis/
DKconfig14 enabled. For most platforms, this address can be expected to be
16 for all platforms.
/Zephyr-latest/tests/crypto/mbedtls_psa/
Dtestcase.yaml8 # Since it might take too long to execute this test on all platforms
12 # of PSA crypto is working fine on the platforms that support TF-M.
34 # platforms.
/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml16 # is not automatically selected on platforms that do not have a CSPRNG
28 # is not automatically selected on platforms that do not have a CSPRNG
/Zephyr-latest/doc/hardware/arch/
Drisc-v.rst36 platforms. In order to test the SMP support, one can use
38 platforms, or :zephyr:board:`beaglev_fire` or :zephyr:board:`mpfs_icicle` for
39 hardware-based platforms.
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/
Dtestcase.yaml5 # All Intel Audio DSP platforms have non-coherent cache
10 # memcpy(). So exclude these platforms from running in
/Zephyr-latest/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.
122 # Testing on selected platforms as it enables all logs in the application
123 # and it cannot be handled on many platforms.
134 # Testing on selected platforms as it enables all logs in the application
135 # and it cannot be handled on many platforms.
340 # Testing on selected platforms as it enables all logs in the application
341 # and it cannot be handled on many platforms.
353 # Testing on selected platforms as it enables all logs in the application
354 # and it cannot be handled on many platforms.
/Zephyr-latest/samples/subsys/llext/shell_loader/
Dsample.yaml10 # platforms with active issues
16 # platforms that are always skipped by the runtime filter
/Zephyr-latest/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-latest/scripts/schemas/twister/
Dquarantine-schema.yaml8 # a list of configurations (scenarios + platforms) under quarantine
23 "platforms":
/Zephyr-latest/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-latest/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-latest/tests/bluetooth/classic/sdp_c/
DREADME.rst39 On the host PC, a HCI transport needs to be required. Refer to `bumble platforms`_ page of
70 .. _bumble platforms:
71 https://google.github.io/bumble/platforms/index.html
74 https://google.github.io/bumble/platforms/windows.html
/Zephyr-latest/dts/bindings/usb/
Dnxp,usbphy.yaml6 platforms if high speed usb is supported on these platforms.
/Zephyr-latest/samples/boards/nordic/system_off/
DREADME.rst5 Use deep sleep on Nordic platforms.
11 deep sleep on Nordic platforms.
/Zephyr-latest/doc/develop/test/
Dtwister.rst74 If you want to run tests on one or more specific platforms, you can use
76 option, test suites will only be built/run on the platforms specified.
377 hardware. Currently architectures/platforms/simulation are supported:
409 hardware. Currently both architectures and platforms are supported:
438 If true, attempt to build test scenario on all available platforms. This is mostly
443 will enable the test only those platforms that provide this feature.
480 platform_allow: <list of platforms>
481 Set of platforms that this test scenario should only be run for. Do not use
486 integration_platforms: <YML list of platforms/boards>
487 This option limits the scope to the listed platforms when twister is
[all …]
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst19 1. Samples must not be used to test features or verify platforms
60 run on the documented platforms. Use the ``harness`` option to skip the
64 file and should be operational on all supported platforms. Do not rely on the
77 * Use ``platform_allow`` to limit test to the platforms the sample was actually
78 verified on. Those platforms should be listed in the sample's README file.
/Zephyr-latest/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-latest/scripts/tests/twister/test_data/quarantines/
Dplatform.yaml1 - platforms:
Dbasic.yaml3 platforms:
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/
Dprj.conf4 # Force Bluetooth disable (required by platforms that enable Bluetooth by default)

12345678910>>...21