33 lines
542 B
YAML
33 lines
542 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
tags:
|
||
|
- classic
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
required_packages:
|
||
|
- podman
|
||
|
- curl
|
||
|
- jq
|
||
|
- checkpolicy
|
||
|
- policycoreutils
|
||
|
- make
|
||
|
- gcc
|
||
|
- python3
|
||
|
- libnet-devel
|
||
|
- protobuf-devel
|
||
|
- protobuf-c-devel
|
||
|
- python3-devel
|
||
|
- libnl3-devel
|
||
|
- libcap-devel
|
||
|
- libaio-devel
|
||
|
- nftables-devel
|
||
|
- python3-pyyaml
|
||
|
- python3-protobuf
|
||
|
tests:
|
||
|
- zdtm:
|
||
|
dir: .
|
||
|
run: ./run-zdtm.sh
|