Add simple smoke test
This commit is contained in:
parent
45c1b008de
commit
f07e073195
@ -5,4 +5,5 @@ decision_contexts:
|
|||||||
- bodhi_update_push_testing
|
- bodhi_update_push_testing
|
||||||
- bodhi_update_push_stable
|
- bodhi_update_push_stable
|
||||||
rules:
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional}
|
||||||
|
9
plans/smoke.fmf
Normal file
9
plans/smoke.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user