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>
10 lines
147 B
YAML
10 lines
147 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "echo PASS"
|