Skip to content

HM-384: Implement BDD tests to verify TMC-SDP Configure and End functionality

Muskan Sharma requested to merge hm-384 into main

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

  • In the context of SS-116 for Low TMC-SDP pairwise testing, it is essential to perform verification on the TMC-SDP Configure and End functionalities.
  • Implemented Changes:
  • This Merge Request (MR) includes the implementation of BDD tests utilizing a test harness for the following commands:
    1. TMC-SDP Configure Command: XTP-29336 - Configuring a SDP subarray for a scan using TMC.
    2. TMC-SDP End Command: XTP-29415 - Ending configuration from SDP Subarray using TMC.

2. 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 Muskan Sharma

Merge request reports