Searched refs:tests_root (Results 1 - 5 of 5) sorted by relevance

/gem5/tests/long/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/long/fs/80.solaris-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/quick/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/gem5/fs/linux/arm/
H A Drun.py67 tests_root = joinpath(gem5_root, 'tests') variable
68 sys.path.append(joinpath(tests_root, 'configs'))
73 system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/
H A Drun.py157 tests_root = os.path.dirname(__file__) variable
160 test_progs = joinpath(tests_root, 'test-progs')
207 sys.path.append(joinpath(tests_root, 'configs'))
213 open(joinpath(tests_root, 'configs', test_filename + '.py')).read(), \
214 joinpath(tests_root, 'configs', test_filename + '.py'), 'exec'))
221 sys.path.append(joinpath(tests_root, category, mode, name))
223 open(joinpath(tests_root, category, mode, name, 'test.py')).read(), \
224 joinpath(tests_root, category, mode, name, 'test.py'), 'exec'))

Completed in 5 milliseconds