add test and gating.yaml
Related: RHEL-29737
This commit is contained in:
parent
0f3c5c51e5
commit
06fa096533
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
- role: standard-test-basic
|
||||||
|
required_packages:
|
||||||
|
- gcc-c++
|
||||||
|
- make
|
||||||
|
tests:
|
||||||
|
- testsuite:
|
||||||
|
dir: ./source/testsuite/
|
||||||
|
run: CLKNETSIM_RANDOM_SEED=13773 ./run
|
Loading…
Reference in New Issue
Block a user