Description of issue
nidigital python API contains fancy HRAM method. Digital driver does not simulate HRAM functions in the C API "well enough", to allow testing of the fancy HRAM method. During development of fancy HRAM method, the system tests were run on real h/w. But these tests are disabled on the nimi-bot runs.
We need to re-enable the tests by doing one of the following:
- Mock the C entry points
- Improve the simulation in C API
- Use real h/w to run tests in CI
- Something else