-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Open
Copy link
Labels
bsaBase System Architecture ACS specific issues/enhancements/questions.Base System Architecture ACS specific issues/enhancements/questions.sbsaServer Base System Architecture ACS specific issues/enhancements/questions.Server Base System Architecture ACS specific issues/enhancements/questions.
Description
Background
- Previously, test files were not strictly aligned with individual rules:
- A single test could cover multiple rules.
- In some cases, multiple tests would cover the same rule.
- This made it harder to directly trace which test validated which rule.
Recent Change
- We are transitioning the test structure so that:
- Each test now maps to exactly one rule.
- This makes it easier to identify which test verifies a given rule.
- Users who were familiar with the old test structure are struggling to determine:
- How an old test file corresponds to the new rule-aligned test file(s).
Proposed Solution
- Create and maintain a mapping table that provides:
- Old test file(s) → New test file(s)
- Rule IDs (before vs after restructuring)
sunnywang-arm
Metadata
Metadata
Assignees
Labels
bsaBase System Architecture ACS specific issues/enhancements/questions.Base System Architecture ACS specific issues/enhancements/questions.sbsaServer Base System Architecture ACS specific issues/enhancements/questions.Server Base System Architecture ACS specific issues/enhancements/questions.