Skip to content

Work on issue 480 make the daqd tests runnable outside of cmake.

Install the python integration module, a test runner, and tests int PREFIX/libexec/advligorts. The test runner will search for globally installed binaries, allowing the cmake/ctest tests to run against packaged binaries for validation.

  • Updates
  • test runner written to run python based integration tests
  • Updates to the integration module to add /usr/bin as an optional search path
  • Pep8 changes to the integration module
  • Tweaks to some of the daqd tests

Note, only a few of the daqd tests are written against the integration module, more will need to be converted from bash scripts.

This is work towards #480

Merge request reports