18 lines
369 B
YAML
18 lines
369 B
YAML
# Tests that run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/openscap.git"
|
|
dest: "openscap"
|
|
tests:
|
|
- openscap/Sanity/oscap-builds-ssg
|
|
required_packages:
|
|
- git
|
|
- cmake
|
|
- PyYAML
|
|
- ansible
|
|
- openscap-utils
|