Adding files for c10s gating test

This commit is contained in:
Brian Chae 2024-08-09 15:51:14 -04:00
parent 2758356fd9
commit e4d7d0b2fd
3 changed files with 20 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}

3
tests/run_tests.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
exit 0

11
tests/tests.yml Normal file
View File

@ -0,0 +1,11 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
run: ./run_tests.sh # this is your test command, its exit code is the outcome of the test
required_packages:
- ucx