generated from coulomb/repo-seed
CMIS compliance fixture integration and optional OpenCMIS TCK harness boundary
This commit is contained in:
66
tests/cmis/opencmis-tck/tck-subset-map.json
Normal file
66
tests/cmis/opencmis-tck/tck-subset-map.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"tck": {
|
||||
"name": "Apache Chemistry OpenCMIS TCK",
|
||||
"version": "1.1.0",
|
||||
"artifact": "org.apache.chemistry.opencmis:chemistry-opencmis-test-tck:1.1.0",
|
||||
"execution": "optional"
|
||||
},
|
||||
"target": {
|
||||
"profile": "compat-tck",
|
||||
"repository_id": "kontextual-compat-tck",
|
||||
"browser_url": "http://127.0.0.1:8000/cmis/compat-tck/browser"
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"capability_group": "repository-type",
|
||||
"tck_groups": ["RepositoryInfoTestGroup", "TypesTestGroup"],
|
||||
"expected": "selected-pass"
|
||||
},
|
||||
{
|
||||
"capability_group": "navigation",
|
||||
"tck_groups": ["NavigationTestGroup"],
|
||||
"expected": "selected-pass"
|
||||
},
|
||||
{
|
||||
"capability_group": "object-content",
|
||||
"tck_groups": ["ObjectServiceTestGroup", "ContentStreamTestGroup"],
|
||||
"expected": "selected-pass"
|
||||
},
|
||||
{
|
||||
"capability_group": "versioning",
|
||||
"tck_groups": ["VersioningTestGroup"],
|
||||
"expected": "partial-pass",
|
||||
"known_gaps": ["private_working_copy"]
|
||||
},
|
||||
{
|
||||
"capability_group": "discovery-query",
|
||||
"tck_groups": ["QueryTestGroup"],
|
||||
"expected": "partial-pass",
|
||||
"known_gaps": ["full_cmis_sql_joins"]
|
||||
},
|
||||
{
|
||||
"capability_group": "relationships",
|
||||
"tck_groups": ["RelationshipTestGroup"],
|
||||
"expected": "selected-pass"
|
||||
},
|
||||
{
|
||||
"capability_group": "acl-policy",
|
||||
"tck_groups": ["AclTestGroup", "PolicyTestGroup"],
|
||||
"expected": "partial-pass",
|
||||
"known_gaps": ["apply_policy", "remove_policy"]
|
||||
},
|
||||
{
|
||||
"capability_group": "change-log",
|
||||
"tck_groups": ["ChangeLogTestGroup"],
|
||||
"expected": "selected-pass"
|
||||
},
|
||||
{
|
||||
"capability_group": "retention-renditions-bulk",
|
||||
"tck_groups": ["RenditionsTestGroup", "BulkUpdateTestGroup"],
|
||||
"expected": "skip",
|
||||
"known_gaps": ["retention_hold_mutation", "bulk_update_properties", "rendition_streams"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user