/Zephyr-latest/scripts/tests/twister/ |
D | test_quarantine.py | 42 ['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 …]
|
D | test_testplan.py | 59 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/ |
D | twister-quarantine-list.yml | 4 test all platforms 6 - platforms: 13 platforms:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 49 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
|
D | testplan.py | 115 self.platforms = [] 290 # (device_testing), were multiple physical platforms can run the tests 455 platform_config = self.test_config.get('platforms', {}) 457 # helper function to initialize and add platforms 466 if platform.name in [p.name for p in self.platforms]: 471 self.platforms.append(platform) 531 for platform in self.platforms: 535 #logger.debug(f"adding {platform.name} to default platforms") 539 logger.debug(f"adding {platform.name} to default platforms (override mode)") 542 self.platform_names = [a for p in self.platforms for a in p.aliases] [all …]
|
/Zephyr-latest/tests/crypto/mbedtls_psa/ |
D | testcase.yaml | 8 # 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/ |
D | testcase.yaml | 16 # 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/tests/subsys/logging/log_api/ |
D | testcase.yaml | 57 # 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/tests/subsys/zbus/hlp_priority_boost/ |
D | testcase.yaml | 5 # All Intel Audio DSP platforms have non-coherent cache 10 # memcpy(). So exclude these platforms from running in
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | sample.yaml | 10 # platforms with active issues 16 # platforms that are always skipped by the runtime filter
|
/Zephyr-latest/tests/kernel/timer/cycle64/ |
D | testcase.yaml | 3 # 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/ |
D | quarantine-schema.yaml | 8 # a list of configurations (scenarios + platforms) under quarantine 23 "platforms":
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 74 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. 378 hardware. Currently architectures/platforms/simulation are supported: 410 hardware. Currently both architectures and platforms are supported: 439 If true, attempt to build test scenario on all available platforms. This is mostly 444 will enable the test only those platforms that provide this feature. 481 platform_allow: <list of platforms> 482 Set of platforms that this test scenario should only be run for. Do not use 487 integration_platforms: <YML list of platforms/boards> 488 This option limits the scope to the listed platforms when twister is [all …]
|
/Zephyr-latest/scripts/ |
D | twister | 60 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/ |
D | main.c | 49 /* 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/dts/bindings/usb/ |
D | nxp,usbphy.yaml | 6 platforms if high speed usb is supported on these platforms.
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | README.rst | 5 Use deep sleep on Nordic platforms. 11 deep sleep on Nordic platforms.
|
/Zephyr-latest/samples/ |
D | sample_definition_and_criteria.rst | 19 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/ |
D | intel_adsp_cavs25.rst | 32 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/ |
D | platform.yaml | 1 - platforms:
|
D | basic.yaml | 3 platforms:
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/ |
D | prj.conf | 4 # Force Bluetooth disable (required by platforms that enable Bluetooth by default)
|
/Zephyr-latest/drivers/coredump/ |
D | CMakeLists.txt | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/tests/subsys/debug/coredump_threads/ |
D | prj.conf | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-latest/tests/drivers/coredump/coredump_api/boards/ |
D | qemu_riscv32_qemu_virt_riscv32_smp.overlay | 2 * Copyright Meta Platforms, Inc. and its affiliates.
|