python-oauthlib/tests/tests.yml
Tomas Halman 66e06ec893 Add gating tests
Related: rhbz#1984046 - python-oauthlib depends on jwt for RSA
2022-11-07 17:51:58 +01:00

18 lines
297 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- python3-oauthlib
tests:
- oauthtests:
dir: .
run: ./oauthtests.sh
save-files: ["source/*.log"]