Lines Matching refs:path
26 os.path.join('scripts', 'tests', 'twister_blackbox', 'test_data', 'tests',
44 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
61 path = os.path.join(TEST_DATA, 'tests', 'dummy')
62 args = ['-i', '--outdir', out_path, '-T', path, '--sub-test', test, '-y'] + \
75 with open(os.path.join(out_path, 'testplan.json')) as f:
94 path = os.path.join(TEST_DATA, 'tests', 'dummy')
95 args = ['-i', '--outdir', out_path, '-T', path, '--filter', filter, '-y'] + \
106 with open(os.path.join(out_path, 'testplan.json')) as f:
127 path = os.path.join(TEST_DATA, 'tests', 'dummy')
128 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
140 with open(os.path.join(out_path, 'testplan.json')) as f: