HomeSort by: relevance | last modified time | path
    Searched defs:system_test_dir (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 351 def system_test_dir(request, system_test_name, expected_artifacts): function
496 def templates(system_test_dir: Path):
497 return isctest.template.TemplateEngine(system_test_dir)
501 def run_tests_sh(system_test_dir):
505 isctest.run.shell(f"{system_test_dir}/tests.sh")
513 system_test_dir,
524 system_test_dir, which handles the creation of the temporary test
534 used by this one are finalized - e.g. system_test_dir performs final
549 isctest.run.shell(f"{system_test_dir}/prereq.sh")
569 setup_sh_path = f"{system_test_dir}/setup.sh
    [all...]

Completed in 63 milliseconds