2019-02-28 04:13:46 +00:00
|
|
|
---
|
2019-03-08 03:12:13 +00:00
|
|
|
#- hosts: localhost
|
|
|
|
# roles:
|
|
|
|
# - role: standard-test-beakerlib
|
|
|
|
# tags:
|
|
|
|
# - classic
|
|
|
|
# tests:
|
|
|
|
# - libinput-tool-beakerlib
|
|
|
|
#
|
|
|
|
#- hosts: localhost
|
|
|
|
# roles:
|
|
|
|
# - role: standard-test-basic
|
|
|
|
# tags:
|
|
|
|
# - classic
|
|
|
|
# tests:
|
|
|
|
# - libinput-tool
|
|
|
|
#
|
|
|
|
#- hosts: localhost
|
|
|
|
# roles:
|
|
|
|
# - role: standard-test-scripts
|
|
|
|
# tags:
|
|
|
|
# - classic
|
|
|
|
# tests:
|
|
|
|
# - libinput-tool-scripttest/libinput-tool-test.sh
|
2019-03-08 02:04:55 +00:00
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
2019-03-08 03:47:25 +00:00
|
|
|
- role: standard-test-rpm
|
|
|
|
subjects: python3-devel # for pathfix during srpm prep
|
|
|
|
tags:
|
|
|
|
- always
|
2019-03-08 03:57:23 +00:00
|
|
|
- classic
|
2019-03-08 02:04:55 +00:00
|
|
|
- role: standard-test-source
|
|
|
|
tags:
|
|
|
|
- always
|
2019-03-08 03:57:23 +00:00
|
|
|
- classic
|
2019-03-08 02:04:55 +00:00
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
|
|
|
- meson
|
|
|
|
- gcc
|
|
|
|
- mtdev-devel
|
|
|
|
- libevdev-devel
|
|
|
|
- libwacom-devel
|
|
|
|
- check-devel
|
|
|
|
- systemd-devel
|
2019-03-08 03:49:04 +00:00
|
|
|
- tree # for debugging
|
2019-03-08 02:04:55 +00:00
|
|
|
tests:
|
|
|
|
- libinput-test-suite
|