| Index: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
|
| diff --git a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
|
| index 635ebcf28a846b931e9186a4f0fa3131e12012c8..2bd587dcead4f1fac02ec584a9557ca94f102426 100644
|
| --- a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
|
| +++ b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
|
| @@ -1,20 +1,29 @@
|
| {
|
| + "header": {
|
| + "type": "ChecksummedImages",
|
| + "revision": 1
|
| + },
|
| "actual-results": {
|
| - "failed": null,
|
| - "failure-ignored": null,
|
| - "no-comparison": {
|
| - "file_.png" : [
|
| - "bitmap-64bitMD5",
|
| - 111110
|
| - ],
|
| - "file_2.png" : [
|
| - "bitmap-64bitMD5",
|
| - 22222
|
| - ],
|
| - "file_3.png" : [
|
| - "bitmap-64bitMD5",
|
| - 333330
|
| - ]
|
| + "skpfileA.skp": {
|
| + "whole-image": {
|
| + "checksumAlgorithm": "bitmap-64bitMD5",
|
| + "checksumValue": 111110,
|
| + "comparisonResult": "no-comparison",
|
| + "filepath": "skpfileA_skp.png"
|
| + }
|
| + },
|
| + "skpfileB.skp": {
|
| + "tiled-images": [{
|
| + "checksumAlgorithm": "bitmap-64bitMD5",
|
| + "checksumValue": 22222,
|
| + "comparisonResult": "no-comparison",
|
| + "filepath": "skpfileB_skp-tile0.png"
|
| + }, {
|
| + "checksumAlgorithm": "bitmap-64bitMD5",
|
| + "checksumValue": 333330,
|
| + "comparisonResult": "no-comparison",
|
| + "filepath": "skpfileB_skp-tile1.png"
|
| + }]
|
| }
|
| }
|
| }
|
|
|