9cfe887f2c
This commit also: - backports the devices and mounts patch from upstream 50971fbe - copies gating from RHEL 8 - RHEL 9 manifest is used instead of RHEL 8 Resolves: rhbz#1972429
21 lines
408 B
YAML
21 lines
408 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- git
|
|
- make
|
|
- python3-mako
|
|
- python3-pytest
|
|
tests:
|
|
- unit:
|
|
dir: source
|
|
run: python3 -m pytest test/mod
|
|
- image:
|
|
dir: tests
|
|
run: osbuild test-image.json --output-directory=/var/tmp/osbuild
|