From d678f30633db376819f795421c0bf7f6d36da0c0 Mon Sep 17 00:00:00 2001 From: Stefan Amuraritei Date: Wed, 19 Jul 2023 12:34:12 +0200 Subject: [PATCH] feat: add conformance test results for climatecamp --- .../conformance-tests/result-climatecamp-001.json | 15 +++++++++++++++ .../conformance-tests/result-climatecamp-002.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 catalog/conformance-tests/result-climatecamp-001.json create mode 100644 catalog/conformance-tests/result-climatecamp-002.json diff --git a/catalog/conformance-tests/result-climatecamp-001.json b/catalog/conformance-tests/result-climatecamp-001.json new file mode 100644 index 0000000..ddb8f3b --- /dev/null +++ b/catalog/conformance-tests/result-climatecamp-001.json @@ -0,0 +1,15 @@ +{ + "tested_solution": { + "solution_id": "climatecamp", + "version": "2.0.0" + }, + "tested_by": { + "solution_id": "carboledger", + "version": "1.0.0", + "solution_name": "Carboledger" + }, + "test_result": "passed", + "test_date": "2023-07-13T09:00:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] +} \ No newline at end of file diff --git a/catalog/conformance-tests/result-climatecamp-002.json b/catalog/conformance-tests/result-climatecamp-002.json new file mode 100644 index 0000000..b3f0081 --- /dev/null +++ b/catalog/conformance-tests/result-climatecamp-002.json @@ -0,0 +1,15 @@ +{ + "tested_solution": { + "solution_id": "climatecamp", + "version": "2.0.0" + }, + "tested_by": { + "solution_id": "carbontrail", + "version": "1.0.0", + "solution_name": "Carbon Trail" + }, + "test_result": "passed", + "test_date": "2023-07-19T11:00:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] +} \ No newline at end of file