Add simple smoke test

This commit is contained in:
Mikolaj Izdebski 2023-10-19 14:59:27 +02:00
parent 45c1b008de
commit f07e073195
2 changed files with 10 additions and 0 deletions

View File

@ -5,4 +5,5 @@ decision_contexts:
- bodhi_update_push_testing
- bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional}

9
plans/smoke.fmf Normal file
View File

@ -0,0 +1,9 @@
summary: Basic smoke test
discover:
how: shell
tests:
- name: /smoke/help
test: |
python3 /usr/share/java-utils/mvn_build.py --help
execute:
how: tmt