Skip to content

[Bug] Mandatory SDK Python Tests are also listed under SDK Python Tests, causing duplicate execution #1087

Description

@KishokG

Describe the bug

The following IDM test cases are currently listed in both Mandatory SDK Python Tests and SDK Python Tests (under Old Script Format). As a result, these test cases are executed twice when running the tests through the TH CLI.

  1. TC-IDM-10.2
  2. TC-IDM-10.3
  3. TC-IDM-10.4
  4. TC-IDM-10.5
  5. TC-IDM-12.1

This issue appears to have been introduced/regressed by PR #346.

Steps to reproduce the behavior

  1. Open and check it in the TH GUI. All the above tests will be present in both sections.
  2. Run any of those tests in CLI using All-Clusters-App.

Expected behavior

  • Test cases listed under Mandatory SDK Python Tests should not also be present under SDK Python Tests (Old Script Format). Each mandatory test should be selected and executed only once during TH CLI execution.

Actual Behavior

  • The affected IDM test cases are present in both sections and are therefore executed twice.

Expected fix

  • Remove the duplicate mandatory tests from the SDK Python Tests (Old Script Format) section while keeping them under Mandatory SDK Python Tests.

Log files

IDM_CLI_log.txt

Screenshots

Image

Environment

  • TH Version: v2.15.1+summer2026
  • Sha: a4e50ff

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions