13 lines
234 B
YAML
13 lines
234 B
YAML
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
- container
|
||
|
- atomic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
required_packages:
|
||
|
- libkcapi-tests
|
||
|
tests:
|
||
|
- upstream-tests:
|
||
|
run: /usr/libexec/libkcapi/test-invocation.sh
|