expectation/waiver policy layer
This commit is contained in:
parent
5a6091fd2a
commit
4f8d8a1f52
13 changed files with 313 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"object-content"
|
||||
]
|
||||
},
|
||||
"expectations_ref": null,
|
||||
"expectations_ref": "profiles/expectations/cmis-local-harness.json",
|
||||
"waivers_ref": null,
|
||||
"output_policy": {
|
||||
"report_formats": [
|
||||
|
|
|
|||
24
profiles/expectations/cmis-local-harness.json
Normal file
24
profiles/expectations/cmis-local-harness.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"id": "cmis-local-harness",
|
||||
"target_profile_ref": "kontextual-cmis-compat",
|
||||
"expectations": [
|
||||
{
|
||||
"id": "cmis-tck-wrapper-bootstrap",
|
||||
"requirement_refs": [],
|
||||
"check_refs": [
|
||||
"check-group:open-cmis-tck:repository-type",
|
||||
"check-group:open-cmis-tck:object-content"
|
||||
],
|
||||
"result_refs": [
|
||||
"blocked"
|
||||
],
|
||||
"classification_refs": [
|
||||
"missing_dependency",
|
||||
"tck_invocation_not_configured"
|
||||
],
|
||||
"expected": true,
|
||||
"reason": "The local bootstrap can plan CMIS TCK groups before Java/Maven and the final Apache Chemistry invocation are configured.",
|
||||
"status": "active"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue