Add gating configuration
This commit is contained in:
parent
e6aafcdc4a
commit
f0854b11f3
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.12-ply
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/ply-*/test) &&
|
||||||
|
rm -rf ply* &&
|
||||||
|
cd test &&
|
||||||
|
sed -i "s/self.assert_(/self.assertTrue(/" testlex.py &&
|
||||||
|
sed -i "s/self.assert_(/self.assertTrue(/" testyacc.py &&
|
||||||
|
sed -i "s/from six.moves.queue import Empty/from queue import Empty/" testcpp.py &&
|
||||||
|
python3.12 testlex.py &&
|
||||||
|
python3.12 testyacc.py &&
|
||||||
|
python3.12 testcpp.py
|
||||||
Loading…
Reference in New Issue
Block a user