From 4c4bb551e956f23783a0f76d033820c18597d557 Mon Sep 17 00:00:00 2001 From: noursaidi Date: Thu, 6 Oct 2022 11:09:20 +0100 Subject: [PATCH] fix CI --- etc/upversion_nay.txt | 1 + tests/state.tests/errors.json | 2 +- tests/state.tests/fcu.json | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/upversion_nay.txt b/etc/upversion_nay.txt index 66b081ef8..86a508ef0 100644 --- a/etc/upversion_nay.txt +++ b/etc/upversion_nay.txt @@ -22,3 +22,4 @@ tests/envelope.tests/example2.json tests/envelope.tests/errors1.json tests/state.tests/makemodel_upgrade.json tests message upgrade from v1 tests/config.tests/errors.json +tests/state.tests/errors.json test complete message upgrade pathway diff --git a/tests/state.tests/errors.json b/tests/state.tests/errors.json index e051ba5c8..12833042b 100644 --- a/tests/state.tests/errors.json +++ b/tests/state.tests/errors.json @@ -4,7 +4,7 @@ // This is NOT an example of how to report errors :-/. // { - "version": "1.4.1", + "version": 1, "timestamp": "2018-08-26T21:39:29.364Z", "id": "monkey_brains", "system": { diff --git a/tests/state.tests/fcu.json b/tests/state.tests/fcu.json index 7f03777e8..15108a5d3 100644 --- a/tests/state.tests/fcu.json +++ b/tests/state.tests/fcu.json @@ -2,9 +2,12 @@ "version": "1.4.1", "timestamp": "2019-01-17T14:02:29.364Z", "system": { - "make_model": "EasyIO FW-14", - "firmware": { - "version": "3.2a" + "hardware": { + "make": "EasyIO", + "model": "FW-14" + }, + "software": { + "firmware": "3.2a" }, "serial_no": "182732142", "last_config": "2019-01-14T21:49:29.364Z",