initial gating tests

Signed-off-by: Linqing Lu <lilu@redhat.com>
This commit is contained in:
Linqing Lu 2024-04-09 11:03:52 -04:00
parent 428c33916c
commit 399096205d
3 changed files with 23 additions and 0 deletions

6
gating.yaml Normal file
View File

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

4
tests/scripts/runtest.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/bash
evmctl
evmctl --version
bash /usr/share/doc/ima-evm-utils/ima-genkey-self.sh

13
tests/tests.yml Normal file
View File

@ -0,0 +1,13 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts
run: ./runtest.sh
required_packages:
- ima-evm-utils
- ima-evm-utils-devel
- openssl