Add policy table vs error YAML crosscheck report

This option will show which errors that have been
defined in the error YAML are missing from the policy
table JSON file, as well as the policy errors that
are missing from the error YAML.

This is just for debug, as there are probably valid
reasons for errors missing from each list so nothing
can be enforced.

Change-Id: I4e490224cd4a571efbf741037062856ea9503ebc
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: a4c4c6180268c180e820283e904730c2edcfadc7
  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`.