dbus-python/tests/tests.yml
2023-06-21 13:25:47 +02:00

16 lines
273 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- upstream-testset
required_packages:
- python3-dbus
- rpm-build
- gcc
- wget
- make