Home
last modified time | relevance | path

Searched refs:filter_platform (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py261 self.load_from_file(last_run, filter_platform=connected_list)
612 def load_from_file(self, file, filter_platform=None): argument
613 if filter_platform is None:
614 filter_platform = []
625 if filter_platform and platform.name not in filter_platform:
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py1498 filter_platform = ['Platform 1']
1505 testplan.load_from_file('dummy.yaml', filter_platform)