Libtracefs is used by rtla. Install rtla and run the same gating tests as the rtla package. Resolves: rhbz#2171394 Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
12 lines
206 B
YAML
12 lines
206 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: scripts
|
|
run: ./run_tests.sh
|
|
required_packages:
|
|
- libtracefs trace-cmd
|