4a98456ce3
Tests should run the installed package, not the source. So use the test from RHEL 8.5.0 instead of from Fedora. Resolves: rhbz#1968763
14 lines
227 B
YAML
14 lines
227 B
YAML
---
|
|
# Run a simple parted test
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- parted
|
|
|
|
tests:
|
|
- simple:
|
|
run: ./run_tests.sh
|