Skip to content

Adapt hiperta stream start for LST1 integration tests

POLLET Vincent requested to merge lst1_integration_test_acada_refactoring into master

To respect the file structure for the LST1 integration tests, we need to remove all paths created by hiperta_stream_start. This should be handled by the supervisor on the ACADA side, and by lst-auto-rta on the LST side (until supervisor is deployed there).

MR in the supervisor

  • Remove everything that hardcoded the data/config paths
  • Let supervisor set said paths in config
  • Use logging for logs
  • black formatting

Of course this is shouldn't be used in LST1 until we update lst-auto-rta to handle the paths!

Edited by POLLET Vincent

Merge request reports