summaryrefslogtreecommitdiffstats
path: root/src/example/example.yaml
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-31 19:44:53 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-06-19 16:26:48 -0400
commitbabf3b78deb58a2f40e405713f5ceb1485457529 (patch)
tree28e57e6a9c8e3fd6dd092a58cd6d0dad891270ce /src/example/example.yaml
parent2d6586a6bcfa2a97b0370dd5a6c0df18ba93641f (diff)
downloadphosphor-dbus-monitor-babf3b78deb58a2f40e405713f5ceb1485457529.tar.gz
phosphor-dbus-monitor-babf3b78deb58a2f40e405713f5ceb1485457529.zip
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 <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'src/example/example.yaml')
-rw-r--r--src/example/example.yaml12
1 files changed, 6 insertions, 6 deletions
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
OpenPOWER on IntegriCloud