-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Fix] Replace automatable PICS in TSTAT test modules #35238
base: master
Are you sure you want to change the base?
[Fix] Replace automatable PICS in TSTAT test modules #35238
Conversation
j-ororke
commented
Aug 28, 2024
- Replaced automatable PICS in TC_TSTAT_4_2 test module with values gathered from attributes and features from the endpoint
- Replaced automatable PICS in TC_TSTAT_4_2 test module with values gathered from attributes and features from the endpoint
PR #35238: Size comparison from 0944982 to 54c7cd9 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
- Updated to include changes for checking AtomicRequest command is a supported command on endpoint
PR #35238: Size comparison from 3d69583 to e5086a6 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -267,7 +276,7 @@ async def test_TC_TSTAT_4_2(self): | |||
coolSetpoint = minCoolSetpointLimit + ((maxCoolSetpointLimit - minCoolSetpointLimit) / 2) | |||
|
|||
self.step("2") | |||
if self.pics_guard(self.check_pics("TSTAT.S.F08") and self.check_pics("TSTAT.S.A0050")): | |||
if supports_presets and presets_attr_id in attribute_list: |
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.
As in the other tests, this is going to remove the skip markers. I think let's wait until 34290 goes in and just update to use the attribute guard. It might make sense to add something similar for features (and commands) to get it working with this PR too.
PR #35238: Size comparison from a3a443a to fd8340d Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35238: Size comparison from 38ad07d to 2f52b9b Full report (25 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
- Updated Test step 6 to match with original test step PICS args to pass CI checks
PR #35238: Size comparison from 38ad07d to 322a75d Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35238: Size comparison from 2c6c421 to 2835ae7 Full report (3 builds for cc32xx, stm32)
|
PR #35238: Size comparison from 1c92162 to ddabe10 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|