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

  /src/external/mpl/bind/dist/bin/tests/system/
run.sh 20 echo "Usage: $0 system_test_dir [pytest_args]"
24 system_test_dir="$1"
25 system_test="$(basename $system_test_dir)"
29 [ -d "$system_test_dir" ] || exit 2
30 cd "${system_test_dir}/.."
conftest.py 341 def system_test_dir(request, system_test_name, expected_artifacts): function
492 def templates(system_test_dir: Path):
493 return isctest.template.TemplateEngine(system_test_dir)
506 def run_tests_sh(system_test_dir):
510 isctest.run.shell(f"{system_test_dir}/tests.sh")
518 system_test_dir,
529 system_test_dir, which handles the creation of the temporary test
539 used by this one are finalized - e.g. system_test_dir performs final
554 isctest.run.shell(f"{system_test_dir}/prereq.sh")
574 setup_sh_path = f"{system_test_dir}/setup.sh
    [all...]

Completed in 25 milliseconds