Migrate to tmt testing

Related: RHEL-34598
This commit is contained in:
Severin Gehwolf 2024-06-13 10:55:34 +02:00
parent 35df5f9289
commit 4779a80db0
5 changed files with 11 additions and 12 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

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/smoke/main.fmf Normal file
View 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
View File

@ -2,6 +2,7 @@
#
set -e
java --version
##############################################################
#
# Test 1: bmjava

View File

@ -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