ARM-software / bsa-acs

Arm SystemReady : BSA Architecture Compliance Suite
Apache License 2.0
16 stars 42 forks source link

Tests 809 should continue test of all RPs even if an issue is found #130

Closed sunnywang-arm closed 1 year ago

sunnywang-arm commented 1 year ago

809 : Vendor specfic data are PCIe compliant Invalid Cap ID: 0xXX found in regular cfg space Invalid PCIe capability found on dev: XXXXXX

when BSA tests 809 finds an invalid cap ID, it will directly return without checking other RPs. We should change the test to continue to check other RPs.

https://github.com/ARM-software/bsa-acs/blob/df2cdb576650ed60d6d09acdb9bffe99be96f4d2/test_pool/pcie/operating_system/test_os_p009.c#L110

chetan-rathore commented 1 year ago

Hi @sunnywang-arm,

ACS team is checking the issue and share the updates soon.

Thanks, ACS team

gowthamsiddarthd commented 1 year ago

Hi Sunny,

Thank you for the feedback. This issue is fixed by https://github.com/ARM-software/bsa-acs/pull/140

Regards, Gowtham ACS Team