Home
last modified time | relevance | path

Searched refs:from_buildlog (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py375 from_buildlog: bool = False,
386 buildlog_filepath = self.get_buildlog_file() if from_buildlog else ''
Drunner.py1730 self.calc_size(instance=instance, from_buildlog=self.options.footprint_from_buildlog)
1740 def calc_size(instance: TestInstance, from_buildlog: bool):
1745 from_buildlog=from_buildlog,
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py579 def test_testinstance_calculate_sizes(testinstance, from_buildlog, expected_buildlog_filepath): argument
590 res = testinstance.calculate_sizes(from_buildlog, expected_warning)
Dtest_runner.py2439 from_buildlog = True
2441 ProjectBuilder.calc_size(instance_mock, from_buildlog)
2445 from_buildlog=from_buildlog,