summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/conditiongentest/test.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/test/yaml/conditiongentest/test.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/test/yaml/conditiongentest/test.yaml')
-rw-r--r--src/test/yaml/conditiongentest/test.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/yaml/conditiongentest/test.yaml b/src/test/yaml/conditiongentest/test.yaml
index 0444d55..870877a 100644
--- a/src/test/yaml/conditiongentest/test.yaml
+++ b/src/test/yaml/conditiongentest/test.yaml
@@ -4,16 +4,16 @@
class: group
group: path
members:
- - meta: path
+ - meta: PATH
path: /xyz/openbmc_project/testing/inst4
- name: test path group 2
class: group
group: path
members:
- - meta: path
+ - meta: PATH
path: /xyz/openbmc_project/testing/inst4
- - meta: path
+ - meta: PATH
path: /xyz/openbmc_project/testing/inst6
- name: test property group 1
@@ -22,7 +22,7 @@
type: int32
members:
- interface: xyz.openbmc_project.Sensor.Iface1
- meta: property
+ meta: PROPERTY
property: Value
- name: test property group 2
@@ -31,7 +31,7 @@
type: string
members:
- interface: xyz.openbmc_project.Sensor.Iface3
- meta: property
+ meta: PROPERTY
property: Value2
- name: test count condition 1
OpenPOWER on IntegriCloud