Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L3 - Power Manager - Correct error in L3 tests #28

Open
hgfell683 opened this issue Oct 22, 2024 · 0 comments · May be fixed by #29
Open

L3 - Power Manager - Correct error in L3 tests #28

hgfell683 opened this issue Oct 22, 2024 · 0 comments · May be fixed by #29
Assignees
Labels
L3 Work Element L3 Test Code, document and RAFT

Comments

@hgfell683
Copy link
Contributor

hgfell683 commented Oct 22, 2024

There is an error within the setWakeUpSource test, where for a booleon where we are supposed to check that the enabled value is within the proper bounds, but we are checking it against sourceType, which is causing the test to fail out when a wake up source greater then 1 is selected. This is to fix this issue, and check the correct variables bounds such that it does not fail.

@srinivasgtl srinivasgtl added the L3 Work Element L3 Test Code, document and RAFT label Nov 13, 2024
@srinivasgtl srinivasgtl moved this to Under Review in HAL Interface - Upgrades Nov 13, 2024
@srinivasgtl srinivasgtl linked a pull request Nov 13, 2024 that will close this issue
@srinivasgtl srinivasgtl moved this from Under Review to Approved For Merge in HAL Interface - Upgrades Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment