python-dasbus/tests/tests.yml
Troy Dawson 5da6d6d065 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-dasbus#34b4decb9c077ca435d10f03c08aa63817cf2ff9
2020-10-14 18:08:03 -07:00

21 lines
395 B
YAML

- hosts: localhost
roles:
- role: standard-test-source
tags:
- classic
- role: standard-test-basic
tags:
- classic
required_packages:
- python3
- python3-dasbus
- dbus-daemon
tests:
- smoke_test:
dir: .
run: python3 -c "import dasbus"
- unit_tests:
dir: .
run: python3 -m unittest discover -v -s ./source/tests/