2020-10-15 20:34:39 +00:00
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-source
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
2021-06-29 07:11:20 +00:00
|
|
|
- git
|
|
|
|
- make
|
|
|
|
- python3-mako
|
|
|
|
- python3-pytest
|
2020-10-15 20:34:39 +00:00
|
|
|
tests:
|
2021-06-29 07:11:20 +00:00
|
|
|
- unit:
|
|
|
|
dir: source
|
|
|
|
run: python3 -m pytest test/mod
|
2020-10-15 20:34:39 +00:00
|
|
|
- image:
|
2021-06-29 07:11:20 +00:00
|
|
|
dir: tests
|
|
|
|
run: osbuild test-image.json --output-directory=/var/tmp/osbuild
|