Add initial gating test

rust-ssh-key-dir is tested upstream and downstream thus add an initial
basic functionnal test.

Resolves: rhbz#2038292
This commit is contained in:
Timothée Ravier 2022-02-23 11:18:49 +01:00
parent eab466d1a2
commit b59412c3f2
2 changed files with 15 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} # this is the testcase identifier, which OSCI pipeline uses

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "/usr/libexec/ssh-key-dir --help"