Skip to content

SAH-1512: Implement test for long sequence of commands for TMC-SDP pairwise testing

Trupti Nanaware requested to merge sah-1512 into main
  • This MR implements test to perform behavioral checks for configure-scan sequence of commands.
  • It has been tested with examples to support testing same/different configuration and scan Id combinations.
  • This MR also fixes the test cases in k8s-test and tmc-sdp job
  • The test folder with older test cases is removed in this MR. Some of the tests are not required from this folder. But 5 tests modules are still valid and need major refactoring. Therefore it is agreed to create XTPs for these tests and implement them with test harness.
  • As per the agreement, SKB-372 is created for the TMC SubarrayNode issue. And it is mentioned in the tests wherever temporary wait is introduced.

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 apurvapatkar

Merge request reports