Add OSCI testing harness

Resolves: rhbz#2015560

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
Vladis Dronov 2021-11-23 17:38:12 +01:00
parent 0fa5349a15
commit ae9d72e321
4 changed files with 22 additions and 0 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

2
tests/README Normal file
View File

@ -0,0 +1,2 @@
jitterentropy library does not really have tests.
it is tested as a part of rng-tools tests.

4
tests/nulltest.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo JITTER-LIB nulltest is PASS
exit 0

10
tests/tests.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- nulltest:
dir: .
run: nulltest.sh