-
Notifications
You must be signed in to change notification settings - Fork 57
Update Power CTS consisting of deprecated Power properties related fields #189
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
Update Power CTS consisting of deprecated Power properties related fields #189
Conversation
…elds Related-To: VLCLJ-2413 Signed-off-by: Anvesh Bakwad <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just remove the below check in CTS GivenValidPowerHandleWhenRequestingPowerLimitsThenExpectZesSysmanPowerGetLimitsToReturnValidPowerLimits
EXPECT_LE(pPeak.powerAC, pProperties.maxLimit);
Since min/max/default is still being supported in driver code when KMD supports it, lets not remove all tests related to it.
conformance_tests/sysman/test_sysman_power/src/test_sysman_power.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_power/src/test_sysman_power.cpp
Outdated
Show resolved
Hide resolved
…elds Related-To: VLCLJ-2413 Signed-off-by: Anvesh Bakwad <[email protected]>
…elds Related-To: VLCLJ-2413 Signed-off-by: Anvesh Bakwad <[email protected]>
…elds Related-To: VLCLJ-2413 Signed-off-by: Anvesh Bakwad <[email protected]>
Related-To: VLCLJ-2413
Signed-off-by: Anvesh Bakwad [email protected]