pyparted/tests/tests.yml
2023-03-14 15:06:32 -07:00

22 lines
412 B
YAML

---
- hosts: localhost
roles:
# Fetch package source
- role: standard-test-source
tags:
- classic
- role: standard-test-basic
tags:
- classic
required_packages:
- gcc
- make
- parted-devel
- python3-devel
- redhat-rpm-config
tests:
- simple:
dir: source/
run: make test PYTHON=python3