Searched refs:testsuite_path (Results 1 – 3 of 3) sorted by relevance
202 testsuite_path = 'scripts/tests/twister/test_data/testsuites'204 testsuite_path += '/samples/test_app/sample_test.app'206 testsuite_path += '/tests/test_a/test_a.check_1'209 testsuite = class_testplan.testsuites.get(testsuite_path)224 testsuite_path = 'scripts/tests/twister/test_data/testsuites/samples/test_app/sample_test.app'226 testsuite = class_testplan.testsuites.get(testsuite_path)234 …_dir == os.path.join(class_testplan.env.outdir, platform.normalized_name, 'zephyr', testsuite_path)284 testsuite_path = 'scripts/tests/twister/test_data/testsuites/tests/test_a/test_a.check_1'286 testsuite = class_testplan.testsuites.get(testsuite_path)338 testsuite_path = 'scripts/tests/twister/test_data/testsuites/samples/test_app/sample_test.app'[all …]
621 testsuite_path,630 src_dir_path = os.path.join(testsuite_path, 'src')638 elif path == testsuite_path:664 result = scan_testsuite_path(testsuite_path)
306 def scan_testsuite_path(testsuite_path): argument313 src_dir_path = _find_src_dir_path(testsuite_path)337 for filename in find_c_files_in(testsuite_path):