Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py154 def run_tests(scripts: List[str], multiply: int = 1, run_directory: str = None): function
209 fail_count = run_tests(args.scripts, args.multiply, args.run_directory)
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddepends.py458 def run_tests(options, domain_data, conf): function
551 sys.exit(0 if run_tests(options, domain_data, conf) else 1)