generated from coulomb/repo-seed
Dry run and operator handbook
This commit is contained in:
59
profiles/assessments/cmis-browser-local-dry-run.json
Normal file
59
profiles/assessments/cmis-browser-local-dry-run.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"id": "cmis-browser-local-dry-run",
|
||||
"framework_refs": [
|
||||
"cmis.browser-binding.compatibility.v1"
|
||||
],
|
||||
"extension_refs": [
|
||||
"open-cmis-tck"
|
||||
],
|
||||
"target_profile_ref": "kontextual-cmis-compat",
|
||||
"selected_check_groups": {
|
||||
"open-cmis-tck": [
|
||||
"repository-type"
|
||||
]
|
||||
},
|
||||
"expectations_ref": null,
|
||||
"waivers_ref": null,
|
||||
"output_policy": {
|
||||
"report_formats": [
|
||||
"json",
|
||||
"markdown"
|
||||
],
|
||||
"artifact_retention": "raw-logs-plus-summary"
|
||||
},
|
||||
"retention_policy": {
|
||||
"summary_days": 365,
|
||||
"raw_artifact_days": 30
|
||||
},
|
||||
"runtime_policy": {
|
||||
"offline": false,
|
||||
"timeout_seconds": 60,
|
||||
"opencmis_tck": {
|
||||
"repository_id": "compat-tck",
|
||||
"requires_java_maven": false,
|
||||
"command": [
|
||||
"python3",
|
||||
"{extension_path}/adapters/opencmis_console_adapter.py",
|
||||
"--browser-url",
|
||||
"{browser_url}",
|
||||
"--repository-id",
|
||||
"{repository_id}",
|
||||
"--check-group",
|
||||
"{check_group}",
|
||||
"--artifact-dir",
|
||||
"{artifact_dir}",
|
||||
"--run-dir",
|
||||
"{run_dir}",
|
||||
"--extension-path",
|
||||
"{extension_path}",
|
||||
"--credentials-ref",
|
||||
"{credentials_ref}",
|
||||
"--target-profile-dir",
|
||||
"{target_profile_dir}",
|
||||
"--timeout-seconds",
|
||||
"{timeout_seconds}",
|
||||
"--dry-run"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user