Add module ownership for not covered rules#359
Merged
chetan-rathore merged 3 commits intoApr 21, 2026
Conversation
- Add rule_test_map placeholders for uncovered rules using module-only entries so rule orchestration can identify the owning module even when a rule is not implemented. - Update print_rule_test_start() to use rule_test_map[].module_id directly for module transition detection, which fixes delayed "*** Running <module> tests ***" banners when the first rule in a module are uncovered. Signed-off-by: Amrathesh <amrathesh@arm.com> Change-Id: I4100e2f795d344be00a0325f75c844d65eae34e2
- remove S_L7MP_07, S_L7PE_08, S_L7PE_09, and PCI_PP_06 from rule enums, string maps, and rule metadata placeholders since these rules are etiher moved to recommendation or is removed in latest spec. - update BSA and VBSA checklist/scenario docs to drop the retired rule references. - keep the existing test_pool source files intact, if needs reintroduction in future. Signed-off-by: Amrathesh <amrathesh@arm.com> Change-Id: I931accdb97f9b7d6f7fd770028df6fd012eadc0f
- Add runnable alias metadata in rule_test_map for JKZMT, HVZJY and IE_CFG_3. - Enables user to run this sublists using -r command. - These rules are resolved into their base rules for xBSA ACS runs, to keep orchestrator design simple. hence no ACS flows would be affected. Signed-off-by: Amrathesh <amrathesh@arm.com> Change-Id: I96ab3bbea7e8f5269583c325ea61e2adf0ea5e61
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.