tests: Restore missing pyparted tests

This commit is contained in:
Brian C. Lane 2023-03-14 15:06:32 -07:00
parent 142bda3d25
commit 799afdbd16

21
tests/tests.yml Normal file
View File

@ -0,0 +1,21 @@
---
- 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