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 00:58:04 +00:00
|
|
|
- role: standard-test-repo
|
|
|
|
subjects: https://copr-be.cloud.fedoraproject.org/results/whot/libinput-git/fedora-29-x86_64/
|
|
|
|
packages: libinput
|
2019-03-11 02:34:24 +00:00
|
|
|
tags:
|
|
|
|
- always
|
2019-03-08 11:13:10 +00:00
|
|
|
# standard-test-rpm should do this but it's currently broken. So let's add
|
|
|
|
# a noop test that requires the package we need
|
|
|
|
- role: standard-test-basic
|
|
|
|
tests:
|
|
|
|
- simple:
|
|
|
|
dir: .
|
2019-03-08 11:40:27 +00:00
|
|
|
run: "echo noop"
|
2019-03-08 05:59:26 +00:00
|
|
|
tags:
|
|
|
|
- always
|
2019-03-11 02:29:08 +00:00
|
|
|
required_packages:
|
|
|
|
- python3-devel # for pathfix during srpm prep
|
2019-03-08 06:32:05 +00:00
|
|
|
- role: standard-test-source
|
2019-03-08 02:04:55 +00:00
|
|
|
tags:
|
|
|
|
- always
|
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-08 05:50:38 +00:00
|
|
|
tests:
|
|
|
|
- libinput-test-suite
|