Skip to content

[MCCS-2048][MCCS-2114] Add InitialiseStation to the self check list + set src IP before initialise

Tom Moynihan requested to merge mccs-2048 into main

This MR adds a few things:

  1. A test for SpsStation which verifies we can initialise, then synchronsise TPMs, and that various register values are correct.
  2. Change the initialise procedure slightly such that we set src IPs before we initialise the tile, for use during initialisation. This gets rid of the long wait time seen at AAVS3 after initialise finishes before we can synchronise. (https://jira.skatelescope.org/browse/MCCS-2114)
  3. If not given a start time, SpsStation StartAcquisition will now get a start time at execution, rather than just before queuing.
  4. SpsStation.DescribeTest(test_name), grabs the doc string of the relevant test.
Edited by Tom Moynihan

Merge request reports