tests: Restore missing pyparted tests
This commit is contained in:
parent
142bda3d25
commit
799afdbd16
21
tests/tests.yml
Normal file
21
tests/tests.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user