/Zephyr-Core-3.6.0/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 | conftest.py | 77 Testsuite class and return the Platforms list""" 82 return plan.platforms 89 class_testplan.platforms = platforms_list
|
/Zephyr-Core-3.6.0/scripts/tests/twister_blackbox/test_data/ |
D | twister-quarantine-list.yml | 4 test all platforms 6 - platforms: 13 platforms:
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 40 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
|
D | testplan.py | 102 self.platforms = [] 260 # (device_testing), were multiple physical platforms can run the tests 406 platform_config = self.test_config.get('platforms', {}) 411 if platform.name in [p.name for p in self.platforms]: 418 self.platforms.append(platform) 424 logger.debug(f"adding {platform.name} to default platforms") 451 self.platforms.append(platform_revision) 460 self.platform_names = [p.name for p in self.platforms] 525 for platform in self.platforms: 626 logger.info("Selecting all possible platforms per test case") [all …]
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/ |
D | testcase.yaml | 56 # Testing on selected platforms as it enables all logs in the application 57 # and it cannot be handled on many platforms. 121 # Testing on selected platforms as it enables all logs in the application 122 # 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. 341 # Testing on selected platforms as it enables all logs in the application 342 # and it cannot be handled on many platforms. 355 # Testing on selected platforms as it enables all logs in the application 356 # and it cannot be handled on many platforms.
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/scripts/schemas/twister/ |
D | quarantine-schema.yaml | 8 # a list of configurations (scenarios + platforms) under quarantine 23 "platforms":
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/doc/develop/test/ |
D | twister.rst | 73 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.6.0/samples/boards/nrf/system_off/ |
D | README.rst | 10 deep sleep on Nordic platforms. 15 On nRF52 platforms this also can demonstrate RAM retention. By selecting
|
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | index.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-Core-3.6.0/samples/net/zperf/ |
D | README.rst | 32 This sample application has been tested on the following platforms: 37 - ARM BASE RevC AEMv8A Fixed Virtual Platforms
|
/Zephyr-Core-3.6.0/scripts/ci/ |
D | test_plan.py | 98 pull_request=False, platforms=[], detailed_test_id=True): argument 107 self.platforms = platforms 116 if not self.platforms: 176 if self.platforms: 177 for platform in self.platforms: 209 if self.platforms: 210 for platform in self.platforms: 303 if self.platforms: 304 for platform in self.platforms: 370 if self.platforms: [all …]
|
/Zephyr-Core-3.6.0/scripts/tests/twister/test_data/quarantines/ |
D | platform.yaml | 1 - platforms:
|
D | basic.yaml | 3 platforms:
|
/Zephyr-Core-3.6.0/tests/arch/arm/arm_irq_vector_table/ |
D | prj.conf | 4 # Force Bluetooth disable (required by platforms that enable Bluetooth by default)
|
/Zephyr-Core-3.6.0/drivers/coredump/ |
D | CMakeLists.txt | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/i3c/src/ |
D | main.c | 2 * Copyright (c) 2022 Meta Platforms
|
/Zephyr-Core-3.6.0/tests/drivers/coredump/coredump_api/ |
D | prj.conf | 1 # Copyright Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/uart/src/ |
D | main.c | 2 * Copyright (c) 2023 Meta Platforms
|
/Zephyr-Core-3.6.0/boards/arm/ev11l78a/ |
D | Kconfig.defconfig | 3 # Copyright (c) 2023 Meta Platforms, Inc. and its affiliates.
|
D | Kconfig.board | 3 # Copyright (c) 2023 Meta Platforms, Inc. and its affiliates.
|
/Zephyr-Core-3.6.0/boards/riscv/m2gl025_miv/support/ |
D | m2gl025_miv.repl | 3 using "platforms/cpus/miv.repl"
|