Lines Matching refs:out_path
58 def test_compare_report(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
62 args = ['-i', '--outdir', out_path, '-T', path] + \
77 with open(os.path.join(out_path, 'twister.json')) as f:
84 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
88 os.path.dirname(out_path),
96 args = ['-i', '--outdir', out_path, '-T', path] + \
120 def test_footprint_from_buildlog(self, out_path): argument
124 args = ['-i', '--outdir', out_path, '-T', path] + \
139 with open(os.path.join(out_path, 'twister.json')) as f:
149 args = ['-i', '--outdir', out_path, '-T', path] + \
164 with open(os.path.join(out_path, 'twister.json')) as f:
184 def test_footprint_threshold(self, caplog, out_path, old_ram_multiplier, argument
189 args = ['-i', '--outdir', out_path, '-T', path] + \
204 with open(os.path.join(out_path, 'twister.json')) as f:
210 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
214 os.path.dirname(out_path),
222 args = ['-i', '--outdir', out_path, '-T', path] + \
254 def test_show_footprint(self, caplog, out_path, flags, old_ram_multiplier, expect_delta_log): argument
258 args = ['-i', '--outdir', out_path, '-T', path] + \
273 with open(os.path.join(out_path, 'twister.json')) as f:
279 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
283 os.path.dirname(out_path),
291 args = ['-i', '--outdir', out_path, '-T', path] + \
327 def test_last_metrics(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
331 args = ['-i', '--outdir', out_path, '-T', path] + \
346 with open(os.path.join(out_path, 'twister.json')) as f:
352 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
356 os.path.dirname(out_path),
364 args = ['-i', '--outdir', out_path, '-T', path] + \
395 args = ['-i', '--outdir', out_path, '-T', path] + \
424 def test_all_deltas(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
428 args = ['-i', '--outdir', out_path, '-T', path] + \
443 with open(os.path.join(out_path, 'twister.json')) as f:
449 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
453 os.path.dirname(out_path),
461 args = ['-i', '--outdir', out_path, '-T', path] + \