From babf3b78deb58a2f40e405713f5ceb1485457529 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 31 May 2017 19:44:53 -0400 Subject: pdmgen: Require uppercase meta keys journald ignores lowercase metadata keys so require them to be uppercase. Abort the config file parse when lowercase keys are found. Change-Id: Icffffdc6680b4d305329c3395f8e2fda6210964f Signed-off-by: Brad Bishop --- src/example/example.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/example/example.yaml') diff --git a/src/example/example.yaml b/src/example/example.yaml index 899c4c8..6a1685f 100644 --- a/src/example/example.yaml +++ b/src/example/example.yaml @@ -18,13 +18,13 @@ class: group group: path members: - - meta: path + - meta: PATH path: /xyz/openbmc_project/testing/inst1 - - meta: path + - meta: PATH path: /xyz/openbmc_project/testing/inst2 - - meta: path + - meta: PATH path: /xyz/openbmc_project/testing/inst3 - - meta: path + - meta: PATH path: /xyz/openbmc_project/testing/inst4 - name: example property group @@ -39,10 +39,10 @@ type: uint32 members: - interface: xyz.openbmc_project.Sensor.Value - meta: property + meta: PROPERTY property: ValueA - interface: xyz.openbmc_project.Sensor.Value - meta: property + meta: PROPERTY property: ValueB - name: example property watch -- cgit v1.2.1