2019-03-08 06:32:05 +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-11 04:30:09 +00:00
|
|
|
# sigh, we need this separately because of
|
|
|
|
# https://pagure.io/standard-test-roles/issue/307 and
|
|
|
|
# https://pagure.io/standard-test-roles/issue/311
|
2019-03-08 05:50:38 +00:00
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
|
|
|
- meson
|
|
|
|
- gcc
|
2019-03-08 06:52:48 +00:00
|
|
|
- gcc-c++
|
2019-03-08 05:50:38 +00:00
|
|
|
- mtdev-devel
|
|
|
|
- libevdev-devel
|
|
|
|
- libwacom-devel
|
|
|
|
- check-devel
|
|
|
|
- systemd-devel
|
2019-03-08 06:32:05 +00:00
|
|
|
- valgrind
|
2019-03-11 04:12:17 +00:00
|
|
|
- python3-devel # for pathfix during srpm prep
|
2019-03-11 04:30:09 +00:00
|
|
|
tests:
|
|
|
|
- simple:
|
|
|
|
dir: .
|
2019-03-11 06:51:16 +00:00
|
|
|
run: test -f /usr/bin/pathfix.py
|
2019-03-11 04:30:09 +00:00
|
|
|
- role: standard-test-source
|
|
|
|
tags:
|
2019-03-11 05:33:30 +00:00
|
|
|
- classic
|
2019-03-11 04:30:09 +00:00
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
2019-03-08 05:50:38 +00:00
|
|
|
tests:
|
|
|
|
- libinput-test-suite
|