Skip to content

SAH-1525: Implement tests for successive and longrunning sequence path scenarios for TMC-CSP

Manthan Ambekar requested to merge sah-1525 into main
  • Implemented test case for following successive scenarios: - AssignResources-ReleasResources-AssignResources scenario - Successive AssignResources Scenario - Succesive Configure Scenario
  • Implemented longrunning command sequences.
  • Recently scenarios tested with older verson of cspleafnode and dishleafnode due to some issues faces with latest chart which is resolved as part of another story
  • Loggers were added for testing purpose after all test pass will remove them.Also for testing specific scenario on pipeline skipped test cases.

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 JayantKumbhar

Merge request reports