aaed67deea
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/osbuild#3ed31ee037b425d9d9e3c9b64bfad7a1b9ad6999
20 lines
341 B
YAML
20 lines
341 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/samples/base-qcow2.json
|