Skip to content

HM-446: Test error propagation on TMC when one of the MCCS's subsytem i.e subarray beam is unavailable

Akshay Sonawane requested to merge hm-446 into main

1. What this MR does / why we need it:

  • Test the scenario created for error propagation on TMC when one of the MCCS subsystem is unavailable
  • The subarraybeam device of MCCS is made unavailable to test the above scenario
  • XTP-35236 is created and linked in JIRA

2. Improvement:

  • Added TMCLow class in test_harness which will facilitate adding device specific function into it instead on core test harness implementation

3. Make sure that you've checked the boxes below before you submit MR:

  • No conflict with master branch.
  • Merge Request Title appropriate.
  • Unit/Integration tests added and existing test cases are passing.
  • Variable and Function names state the purpose.
  • There is no commented out code, print/debug statements.
  • Logs are added wherever necessary.
  • Exception is handled wherever required.
Edited by Akshay Sonawane

Merge request reports