cb73d7cca9
- New rebase https://github.com/containers/udica/releases/tag/v0.2.5 (#1995041) - Replace capability dictionary with str.lower() - Enable udica to generate policies with fifo class - Sort container inspect data before processing - Update templates to work properly with new cil parser - Related: #2000051 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
23 lines
426 B
YAML
23 lines
426 B
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container
|
|
roles:
|
|
- role: standard-test-source
|
|
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- make
|
|
- python3
|
|
- udica
|
|
tests:
|
|
- build_test:
|
|
dir: ./source
|
|
run: make
|
|
- smoke:
|
|
dir: ./source
|
|
run: python3 -m unittest -v tests/test_unit.py
|
|
- smoke2:
|
|
dir: ./source
|
|
run: python3 tests/test_integration.py
|