Update velia
New features:
* Faster sysfs hwmon reading of data in our PSU and PDU.
* Reporting systemd unit failures via sysrepo (ietf-alarms).
This also needs a migration because the original code ignored failures
of systemd-journal-upload service. Let's keep it that way.
Change-Id: I4464aa2ffe254cc50bca844b891c78c00f5597e3
diff --git a/tests/czechlight-cfg-fs/data/v2_sdn-roadm-line_samename/startup.json b/tests/czechlight-cfg-fs/data/v2_sdn-roadm-line_samename/startup.json
new file mode 100644
index 0000000..c49d5e7
--- /dev/null
+++ b/tests/czechlight-cfg-fs/data/v2_sdn-roadm-line_samename/startup.json
@@ -0,0 +1,16 @@
+{
+ "ietf-alarms:alarms": {
+ "control": {
+ "alarm-shelving": {
+ "shelf": [
+ {
+ "name": "systemd journal upload",
+ "resource": [],
+ "alarm-type": [],
+ "description": "Something something something"
+ }
+ ]
+ }
+ }
+ }
+}