Add basic smoke test

Related: rhbz#1994935
This commit is contained in:
Mikolaj Izdebski 2021-08-20 08:45:28 +02:00
parent 38ea89eca3
commit 4b038ddc37
3 changed files with 15 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_contexts:
- osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

7
plans/smoke.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Basic smoke test
prepare:
how: install
exclude:
- maven-openjdk8
execute:
script: mvn dependency:get -Dartifact=junit:junit:4.12 && stat $HOME/.m2/repository/junit/junit/4.12/junit-4.12.jar