Home
last modified time | relevance | path

Searched full:default_platforms (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/schemas/twister/
Dtest-config-schema.yaml17 "default_platforms":
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py118 self.default_platforms = []
534 self.default_platforms.append(platform.name)
537 for pp in platform_config.get('default_platforms', []):
540 self.default_platforms.append(platform.name)
802 default_platforms = False
812 default_platforms = True
834 elif default_platforms:
835 _platforms = list(filter(lambda p: p.name in self.default_platforms, self.platforms))
1142 if default_platforms and not ts.build_on_all and not integration:
1144 _default_p = set(self.default_platforms)
[all …]
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py66 print(sorted(plan.default_platforms))
67 …assert sorted(plan.default_platforms) == sorted(['demo_board_1/unit_testing', 'demo_board_3/unit_t…
70 assert sorted(plan.default_platforms) != sorted(['demo_board_1'])
1269 'default_platforms': ['p3', 'p1e1']
1278 print(testplan.default_platforms)
1279 assert sorted(expected_defaults) == sorted(testplan.default_platforms)
/Zephyr-latest/doc/develop/test/
Dtwister.rst1443 - ``default_platforms``: A list of additional default platforms to add. This list
1454 default_platforms:
1495 default_platforms:
1518 To run with above test_config.yaml file, only default_platforms with given test level