opencsd/tests/tests.yml
Michael Petlan 1f6a7f0ae9 Enable gating for opencsd
Resolves: rhbz#2031794

The test is a dummy stub, however, we first need to add something
that will let opencsd appear in RHEL-9, then we can start using it
in real situations, then we can add actual tests that use the lib.

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2021-12-14 14:23:48 +01:00

10 lines
147 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "echo PASS"