summaryrefslogtreecommitdiffstats
path: root/tools/example
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-05 23:23:50 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-15 21:11:40 +0000
commit739e925643409e2e9b7750b3cb9f6d873c2be2fe (patch)
tree3f89c38b81048d36d2e5fd332a7a21c379216f92 /tools/example
parentd722b3aa03c55f9a9737fb47a68e66ad803f53cc (diff)
downloadphosphor-logging-739e925643409e2e9b7750b3cb9f6d873c2be2fe.tar.gz
phosphor-logging-739e925643409e2e9b7750b3cb9f6d873c2be2fe.zip
test: add callout-test
Add test program which can create callouts based on an input device path. It creates an error, with callouts, with name TestCallout. Change-Id: I96b66b73ae4a9c00daff06222841a13747c07408 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'tools/example')
-rw-r--r--tools/example/xyz/openbmc_project/Example/Device.errors.yaml2
-rw-r--r--tools/example/xyz/openbmc_project/Example/Device.metadata.yaml7
-rw-r--r--tools/example/xyz/openbmc_project/Example/Elog.errors.yaml3
-rw-r--r--tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml8
4 files changed, 20 insertions, 0 deletions
diff --git a/tools/example/xyz/openbmc_project/Example/Device.errors.yaml b/tools/example/xyz/openbmc_project/Example/Device.errors.yaml
new file mode 100644
index 0000000..fbcf78c
--- /dev/null
+++ b/tools/example/xyz/openbmc_project/Example/Device.errors.yaml
@@ -0,0 +1,2 @@
+- name: Callout
+ description: Generic device callout
diff --git a/tools/example/xyz/openbmc_project/Example/Device.metadata.yaml b/tools/example/xyz/openbmc_project/Example/Device.metadata.yaml
new file mode 100644
index 0000000..e5d6508
--- /dev/null
+++ b/tools/example/xyz/openbmc_project/Example/Device.metadata.yaml
@@ -0,0 +1,7 @@
+- name: Callout
+ meta:
+ - str: "CALLOUT_ERRNO_TEST=%d"
+ type: int32
+ - str: "CALLOUT_DEVICE_PATH_TEST=%s"
+ type: string
+ process: true
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml b/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
index d968823..77dacdb 100644
--- a/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
+++ b/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
@@ -6,3 +6,6 @@
- name: AutoTestSimple
description: This is a simple test error.
+
+- name: TestCallout
+ description: This is test error TestCallout
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
index 64db7fc..cb1dc7a 100644
--- a/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
+++ b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
@@ -26,3 +26,11 @@
meta:
- str: STRING=%s
type: string
+
+- name: TestCallout
+ level: ERR
+ meta:
+ - str: DEV_ADDR=0x%.8X
+ type: uint32
+ inherits:
+ - example.xyz.openbmc_project.Example.Device.Callout
OpenPOWER on IntegriCloud