Searched full:testpath (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 365 'testpath, required_snippets, expected_filtered_len, expected_filtered_reason', 373 testpath, argument 380 testpath = os.path.join('scripts', 'tests', 'twister', 'test_data', 381 'testsuites', 'tests', testpath) 382 testsuite = class_testplan.testsuites.get(testpath) 385 plan.testsuites = {testpath: testsuite}
|