Migrate to tmt testing
Related: RHEL-34598
This commit is contained in:
parent
35df5f9289
commit
4779a80db0
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
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}
|
||||
3
tests/smoke/main.fmf
Normal file
3
tests/smoke/main.fmf
Normal file
@ -0,0 +1,3 @@
|
||||
summary: Basic smoke tests for byteman
|
||||
require: [java-17-openjdk-devel, byteman]
|
||||
test: ./test.sh
|
||||
1
tests/smoke/test-smoke.sh → tests/smoke/test.sh
Normal file → Executable file
1
tests/smoke/test-smoke.sh → tests/smoke/test.sh
Normal file → Executable file
@ -2,6 +2,7 @@
|
||||
#
|
||||
set -e
|
||||
|
||||
java --version
|
||||
##############################################################
|
||||
#
|
||||
# Test 1: bmjava
|
||||
@ -1,12 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- byteman
|
||||
- java-11-openjdk-devel
|
||||
|
||||
tests:
|
||||
- smoke/test-smoke.sh
|
||||
Loading…
Reference in New Issue
Block a user