Skip to content

E3-774: tests

Simon Rose requested to merge e3_774_tests into master

Added two tests to e3-base:

  • Run the set of tests from EPICS base.
    • There is a bit of annoyance from data carried between pipeline stages; it needs to rebuild a bunch of pieces, which expands the amount of time it takes to run.
    • Currently, the tests fail. However, I don't think this is on us: the tests fail for me when I build EPICS base locally and run the same command, so I think I need to talk with tech-talk or core-talk about this. It might be necessary to add an allow_failure: true to this...
  • Run a minimal e3 test: build and install require, and run iocsh. This is pretty minimal, but it is likely useful to have as well. It's a quick test.

Merge request reports