generated from coulomb/repo-seed
Add guide-board pilot ingestion
This commit is contained in:
8
tests/fixtures/guide-board/logs/log-review-summary.json
vendored
Normal file
8
tests/fixtures/guide-board/logs/log-review-summary.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"reviewed_logs": [
|
||||
"raw/session/transcript.txt"
|
||||
],
|
||||
"warnings": [
|
||||
"Repository returned one optional capability warning."
|
||||
]
|
||||
}
|
||||
6
tests/fixtures/guide-board/raw/session/browser-response.json
vendored
Normal file
6
tests/fixtures/guide-board/raw/session/browser-response.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"repositoryId": "fixture-repo",
|
||||
"capabilities": {
|
||||
"capabilityQuery": "metadataonly"
|
||||
}
|
||||
}
|
||||
3
tests/fixtures/guide-board/raw/session/transcript.txt
vendored
Normal file
3
tests/fixtures/guide-board/raw/session/transcript.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
GET /cmis/browser
|
||||
200 OK
|
||||
Repository info collected for fixture.
|
||||
12
tests/fixtures/guide-board/reports/assessment-package.json
vendored
Normal file
12
tests/fixtures/guide-board/reports/assessment-package.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"package_version": 1,
|
||||
"files": [
|
||||
{ "path": "run.json", "kind": "run-metadata" },
|
||||
{ "path": "retention-summary.json", "kind": "retention-summary" },
|
||||
{ "path": "reports/report.md", "kind": "report" },
|
||||
{ "path": "scorecards/cmis-scorecard.json", "kind": "scorecard" },
|
||||
{ "path": "logs/log-review-summary.json", "kind": "log-review" },
|
||||
{ "path": "raw/session/transcript.txt", "kind": "raw-artifact" },
|
||||
{ "path": "raw/session/browser-response.json", "kind": "raw-artifact" }
|
||||
]
|
||||
}
|
||||
3
tests/fixtures/guide-board/reports/report.md
vendored
Normal file
3
tests/fixtures/guide-board/reports/report.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Guide-board CMIS Assessment
|
||||
|
||||
Fixture run `gb-fixture-001` completed with one warning and no failed checks.
|
||||
17
tests/fixtures/guide-board/retention-summary.json
vendored
Normal file
17
tests/fixtures/guide-board/retention-summary.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"retention_class": "release-evidence",
|
||||
"report_paths": [
|
||||
"reports/report.md",
|
||||
"scorecards/cmis-scorecard.json",
|
||||
"logs/log-review-summary.json"
|
||||
],
|
||||
"evidence_counts": {
|
||||
"raw_artifacts": 2,
|
||||
"reports": 3
|
||||
},
|
||||
"finding_counts": {
|
||||
"pass": 17,
|
||||
"warning": 1,
|
||||
"fail": 0
|
||||
}
|
||||
}
|
||||
10
tests/fixtures/guide-board/run.json
vendored
Normal file
10
tests/fixtures/guide-board/run.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"run_id": "gb-fixture-001",
|
||||
"target_profile_ref": "open-cmis-tck:browser-binding",
|
||||
"assessment_profile_ref": "guide-board:cmis-assessment:v1",
|
||||
"result_status": "passed-with-findings",
|
||||
"source_commits": {
|
||||
"guide-board": "1234567890abcdef",
|
||||
"open-cmis-tck": "abcdef1234567890"
|
||||
}
|
||||
}
|
||||
7
tests/fixtures/guide-board/scorecards/cmis-scorecard.json
vendored
Normal file
7
tests/fixtures/guide-board/scorecards/cmis-scorecard.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"scorecard": "cmis-browser-binding",
|
||||
"checks": 18,
|
||||
"passed": 17,
|
||||
"warnings": 1,
|
||||
"failed": 0
|
||||
}
|
||||
Reference in New Issue
Block a user