oci-seccomp-bpf-hook/tests/tests.yml
Ed Santiago d9dabc69eb add gating tests
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>
2021-01-28 06:35:38 -07:00

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