Add simple smoke test
This commit is contained in:
parent
ffed0ed5d9
commit
24a83bfedb
3 changed files with 6 additions and 0 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
|
|
@ -7,6 +7,7 @@ rules:
|
|||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
|
||||
--- !Policy
|
||||
product_versions:
|
||||
|
|
@ -17,4 +18,5 @@ rules:
|
|||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
|
||||
|
|
|
|||
3
tests/smoke.fmf
Normal file
3
tests/smoke.fmf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
summary: Basic smoke test for abrt-java-connector
|
||||
execute:
|
||||
script: abrt-action-analyze-java --help
|
||||
Reference in a new issue