Update 3 files

- /gating.yaml
- /tests/tests.yml
- /tests/scripts/runtest.sh
This commit is contained in:
Kun Wang 2024-06-22 19:11:00 +00:00
parent d54475ae09
commit 1dc6d18d43
3 changed files with 14 additions and 1 deletions

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

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

@ -0,0 +1,2 @@
#!/usr/bin/bash
automount -V

11
tests/tests.yml Normal file
View File

@ -0,0 +1,11 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts
run: ./runtest.sh
required_packages:
- autofs