16 lines
403 B
YAML
16 lines
403 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- atomic
|
||
|
- classic
|
||
|
- container
|
||
|
tests:
|
||
|
- test_annobin
|
||
|
- test_annocheck
|
||
|
required_packages:
|
||
|
- findutils # beakerlib needs find command
|
||
|
- annobin # So that we can test it...
|
||
|
- annobin-annocheck # We need the annocheck command
|
||
|
- gcc # To build some test cases
|