f8e85e181d
Can't hurt.
24 lines
436 B
YAML
24 lines
436 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- bolt
|
|
- pygobject3-devel
|
|
- python3-dbus
|
|
- python3-dbusmock
|
|
- umockdev-devel
|
|
tests:
|
|
- smoke:
|
|
dir: smoke
|
|
run: boltctl --version
|
|
- integration:
|
|
dir: .
|
|
run: ./run-it.sh source/tests/test-integration
|