lasso/tests/tests.yml

21 lines
430 B
YAML
Raw Normal View History

- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
tests:
- mod_auth_mellon:
dir: scripts
run: ./run_tests.sh
- python_binding_tests:
dir: scripts
run: ./run_upstream_python_binding.sh
save-files: ["../source/bindings/python/tests/*.log"]
required_packages:
- git
- python3-lasso