libinput/tests/tests.yml
Peter Hutterer bf49b3f44b tests: only have one role with required_packages
move the python3-devel package to the other role

because https://pagure.io/standard-test-roles/issue/311
2019-03-11 14:12:17 +10:00

51 lines
1.1 KiB
YAML

---
#- 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
- hosts: localhost
roles:
- role: standard-test-repo
subjects: https://copr-be.cloud.fedoraproject.org/results/whot/libinput-git/fedora-29-x86_64/
packages: libinput
tags:
- classic # running this with always doesn't do anything
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- meson
- gcc
- gcc-c++
- mtdev-devel
- libevdev-devel
- libwacom-devel
- check-devel
- systemd-devel
- valgrind
- python3-devel # for pathfix during srpm prep
tests:
- libinput-test-suite