generated from coulomb/repo-seed
Setting up Open CMIS TCK
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
"{run_dir}",
|
||||
"--extension-path",
|
||||
"{extension_path}",
|
||||
"--credentials-ref",
|
||||
"{credentials_ref}",
|
||||
"--target-profile-dir",
|
||||
"{target_profile_dir}",
|
||||
"--timeout-seconds",
|
||||
"{timeout_seconds}"
|
||||
]
|
||||
|
||||
23
profiles/targets/templates/cmis-browser-anonymous.json
Normal file
23
profiles/targets/templates/cmis-browser-anonymous.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "cmis-browser-anonymous-template",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "Anonymous CMIS Browser Binding target",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8080/cmis/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": null,
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
23
profiles/targets/templates/cmis-browser-basic-auth-env.json
Normal file
23
profiles/targets/templates/cmis-browser-basic-auth-env.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "cmis-browser-basic-auth-env-template",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "Basic-auth CMIS Browser Binding target",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8080/cmis/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": "env:CMIS_TCK_USER,CMIS_TCK_PASSWORD",
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
23
profiles/targets/templates/cmis-browser-basic-auth-file.json
Normal file
23
profiles/targets/templates/cmis-browser-basic-auth-file.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "cmis-browser-basic-auth-file-template",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "File-credential CMIS Browser Binding target",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8080/cmis/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": "file:/absolute/path/to/cmis-tck-credentials.json",
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"user": "cmis-user",
|
||||
"password": "replace-with-local-secret"
|
||||
}
|
||||
Reference in New Issue
Block a user