9acb3ad0b7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/upower#e7e3fb4ee426802c8236860b87b10512d387db80
24 lines
434 B
YAML
24 lines
434 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- upower
|
|
- pygobject3-devel
|
|
- python3-dbus
|
|
- python3-dbusmock
|
|
- umockdev-devel
|
|
tests:
|
|
- smoke:
|
|
dir: smoke
|
|
run: upower -d
|
|
- integration:
|
|
dir: .
|
|
run: ./run-it.sh source/src/linux/integration-test
|