osbuild/tests/tests.yml
Ondřej Budai 9cfe887f2c
Update to 29
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
2021-06-29 09:31:42 +02:00

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