Fix jenkins compile failure

Jenkins just started complaining about a mismatch between
an sprintf format and its type.  This code will eventually
be replaced by an elog, so is only temporary anyway.

Also fixed unit test fails.

With the newest location of the FSI slave directory,
the path had to be updated in the testcases that
model its structure.

Change-Id: I46af324c25ea19d9ad31e9e9ce085b93f00cb1a9
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
3 files changed
tree: 32f9eeb92f94bc14b87a2b451c682b33fde9d0fa
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. filedescriptor.cpp
  9. filedescriptor.hpp
  10. gen_makefile.sh
  11. LICENSE
  12. Makefile.am
  13. Makefile.generated.in
  14. p9_cfam.hpp
  15. proc_control.cpp
  16. README.md
  17. registration.cpp
  18. registration.hpp
  19. targeting.cpp
  20. targeting.hpp
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

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

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