Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py1534 pb.cleanup_artifacts = mock.Mock()
1737 pb.cleanup_artifacts(additional_keep)
1758 pb.cleanup_artifacts = mock.Mock()
1765 pb.cleanup_artifacts.assert_called_once_with(
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1163 self.cleanup_artifacts()
1251 def cleanup_artifacts(self, additional_keep: list[str] = None): member in ProjectBuilder
1302 self.cleanup_artifacts(files_to_keep)