Skip to content

sbsa-acs : RAS_03 can't validate the case where the first node is a SR node and the second node is a MMIO node #327

@sunnywang-arm

Description

@sunnywang-arm

The test now can not cover the case where SR-based RAS node is the first node, and MMIO-based RAS noe is the second node. RAS_03 test only iterates up to (num_node - 1), so if the SR-based node is first node, the second node may never be evaluated.

We may need to change the line https://github.com/ARM-software/sysarch-acs/blob/main/test_pool/ras/ras003.c#L57
and

for (sec_node = node_index + 1; sec_node < num_node; sec_node++) {
to remove the asumption that MMIO-based RAS node is always ahead SR-based RAS node.

Metadata

Metadata

Assignees

Labels

sbsaServer Base System Architecture ACS specific issues/enhancements/questions.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions