The sample file got renamed: base-rpm-qcow2.json → base-qcow2.json Do the same in the test or gating will file.
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
|