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.py262 self.load_from_file(last_run, filter_platform=connected_list)
691 def load_from_file(self, file, filter_platform=None): argument
692 if filter_platform is None:
693 filter_platform = []
703 if filter_platform and platform.name not in filter_platform:
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py1622 filter_platform = ['Platform 1']
1629 testplan.load_from_file('dummy.yaml', filter_platform)