Add more elog tests

Add tests to callbackgroupgentest/test.yaml

Change-Id: I0b9d4799dd3ed3a4876115594aacbd80caa3f9d0
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/src/test/yaml/callbackgroupgentest/test.yaml b/src/test/yaml/callbackgroupgentest/test.yaml
index 91a4923..afb9d7e 100644
--- a/src/test/yaml/callbackgroupgentest/test.yaml
+++ b/src/test/yaml/callbackgroupgentest/test.yaml
@@ -58,6 +58,27 @@
   severity: INFO
   message: Hello world from PDM!
 
+- name: test elog callback 1
+  class: callback
+  callback: elog
+  paths: test path group 2
+  properties: test property group 2
+  error: xyz::openbmc_project::Common::Error::InvalidArgument
+  metadata:
+    - name: xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_NAME
+      value: testing...
+      type: string
+    - name: xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_VALUE
+      value: testing...
+      type: string
+
+- name: test elog callback 2
+  class: callback
+  callback: elog
+  paths: test path group 2
+  properties: test property group 2
+  error: xyz::openbmc_project::Common::Error::InternalFailure
+
 - name: test group callback 1
   class: callback
   callback: group
@@ -65,6 +86,7 @@
     - test journal callback 1
     - test journal callback 2
     - test journal callback 3
+    - test elog callback 1
 
 - name: test group callback 2
   class: callback
@@ -72,6 +94,7 @@
   members:
     - test journal callback 1
     - test journal callback 2
+    - test elog callback 2
 
 - name: test group callback 3
   class: callback