Searched refs:test_filename (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/gem5/
H A Dverifier.py68 test_filename='simout'):
79 self.test_filename = test_filename
88 self.test_filename = joinpath(tempdir, self.test_filename)
91 self.test_filename,
102 if they are going to manually override the test_filename param.
104 if 'test_filename' in kwargs:
105 raise ValueError('If you are setting test_filename use the more'
124 test_filename
[all...]
/gem5/tests/
H A Drun.py208 test_filename = config variable
210 if re.search('-ruby', test_filename):
211 test_filename = test_filename.split('-ruby')[0]+'-ruby' variable
213 open(joinpath(tests_root, 'configs', test_filename + '.py')).read(), \
214 joinpath(tests_root, 'configs', test_filename + '.py'), 'exec'))

Completed in 5 milliseconds