lasso/tests/tests.yml
Tomas Halman c5d8760d42 Add upstream python binding tests
Related: rhbz#2117590
2022-11-09 14:36:54 +01:00

21 lines
430 B
YAML

- 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