e31983a839
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/libfprint.git#5641bb2bf961d8bb9d3f6a2d0107cccd5c503aa5
24 lines
398 B
YAML
24 lines
398 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
required_packages:
|
|
- git
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- python3-dbusmock
|
|
- umockdev
|
|
tests:
|
|
- virtual_image:
|
|
dir: .
|
|
run: source/tests/virtual-image.py
|
|
- umockdev:
|
|
dir: .
|
|
run: run-umockdev.sh
|
|
|