babel/tests/tests.yml
Honza Horak aa275fb893 Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit b09f88c
2023-05-15 16:27:51 +02:00

24 lines
399 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- babel
- coreutils
- python3-babel
- python3-pytest
tests:
- smoke:
dir: .
run: ./run-smoke-tests.sh
- verify:
dir: .
run: ./run-unit-tests-on-installed-pkg.sh