Enable gating test on RHEL10
Related: RHELMISC-3943
This commit is contained in:
parent
2119d0802e
commit
874887427c
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}
|
||||
15
tests/tests.yml
Normal file
15
tests/tests.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# Tests for scapy
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- python3-pip
|
||||
tests:
|
||||
- install-tox-mock:
|
||||
run: pip3 install tox mock
|
||||
- smoke-test:
|
||||
dir: ./source/test/
|
||||
run: chmod +x ./run_tests && bash ./run_tests -t fields.uts
|
||||
Loading…
Reference in New Issue
Block a user