e8f9198d70
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/osbuild.git#d38dd0c342fa33afb308acf06037d9488c4dbb85
20 lines
390 B
YAML
20 lines
390 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- osbuild
|
|
tests:
|
|
- smoke:
|
|
dir: smoke
|
|
run: osbuild --help
|
|
- image:
|
|
dir: .
|
|
run: osbuild source/test/data/manifests/fedora-boot.json --output-directory=/var/tmp/osbuild
|