That is: . a -tests subpackage containing the 'test' subdirectory . a gating.yaml file of the proper form . a tests subdirectory containing the proper incantations Signed-off-by: Ed Santiago <santiago@redhat.com>
15 lines
287 B
YAML
15 lines
287 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- oci-seccomp-bpf-hook-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_osbh.sh
|
|
timeout: 15m
|