github.com/michaelhenkel/operator-sdk@v0.8.1/test/test-framework/scorecard/assets/output.json (about) 1 { 2 "kind": "ScorecardOutput", 3 "apiVersion": "osdk.openshift.io/v1alpha1", 4 "log": "", 5 "results": [ 6 { 7 "name": "Custom Scorecard", 8 "description": "Custom operator scorecard tests", 9 "error": 0, 10 "pass": 1, 11 "partialPass": 1, 12 "fail": 0, 13 "totalTests": 2, 14 "totalScorePercent": 71, 15 "tests": [ 16 { 17 "state": "partial_pass", 18 "name": "Operator Actions Reflected In Status", 19 "description": "The operator updates the Custom Resources status when the application state is updated", 20 "earnedPoints": 2, 21 "maximumPoints": 3, 22 "suggestions": [ 23 "Operator should update status when scaling cluster down" 24 ], 25 "errors": [] 26 }, 27 { 28 "state": "pass", 29 "name": "Verify health of cluster", 30 "description": "The cluster created by the operator is working properly", 31 "earnedPoints": 1, 32 "maximumPoints": 1, 33 "suggestions": [], 34 "errors": [] 35 } 36 ] 37 } 38 ] 39 }