Parse error metadata yaml in reporting script

Parse the X.metadata.yaml files to pull out the
metadata fields for an error, so it can be printed
with the rest of the information.

Change-Id: I2a40fdafff6470ce84ab540469d85b7ac5b5e25d
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: 222a1be72c136ab7f96f2d501dbef7f98e0d6be1
  1. test/
  2. .gitignore
  3. bootstrap.sh
  4. condense_policy.py
  5. configure.ac
  6. create_error_reports.py
  7. dbus.cpp
  8. dbus.hpp
  9. interfaces.hpp
  10. LICENSE
  11. main.cpp
  12. Makefile.am
  13. manager.cpp
  14. manager.hpp
  15. policy_find.cpp
  16. policy_find.hpp
  17. policy_table.cpp
  18. policy_table.hpp
  19. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.