Skip to content

AT2-938 Improve OET BDD tests

Viivi Pursiainen requested to merge at2-938 into master

Address some of the OET BDD test issues:

  • Use ska-oso-scripting chart 0.5.3 which has a fix for tracking telescopeState to check startup/standby are completed in Mid
  • Increase timeout on resource allocation scripts on Mid (currently seems to take up to 5 minutes in some cases)

Try prevent tests from getting stuck (instead throw an error) in two scenarios:

  • Throw an error if sub-array is not in EMPTY at the end of the test
  • Not all devices always go to standby whenever TelescopeOff command is sent which leads to the command being sent again. Currently TMC does not handle two consecutive off commands well so avoid doing this by checking just telescopeState before sending the command instead of the state of all sub-devices
Edited by Viivi Pursiainen

Merge request reports