summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/propertygentest/groupone.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/propertygentest/groupone.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/propertygentest/groupone.yaml')
-rw-r--r--src/test/yaml/propertygentest/groupone.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/yaml/propertygentest/groupone.yaml b/src/test/yaml/propertygentest/groupone.yaml
index 9ab9ace..5837e72 100644
--- a/src/test/yaml/propertygentest/groupone.yaml
+++ b/src/test/yaml/propertygentest/groupone.yaml
@@ -5,10 +5,10 @@
members:
- interface: xyz.openbmc_project.Test.Iface3
property: Foo
- meta: property1
+ meta: PROPERTY1
- interface: xyz.openbmc_project.Test.Iface2
property: Value
- meta: property2
+ meta: PROPERTY2
- name: test property group 2
class: group
@@ -17,7 +17,7 @@
members:
- interface: xyz.openbmc_project.Test.Iface3
property: Bar
- meta: property1
+ meta: PROPERTY1
- interface: xyz.openbmc_project.Test.Iface2
property: Foo
- meta: property2
+ meta: PROPERTY2
OpenPOWER on IntegriCloud