-
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] Replaced automatable PICS in SEAR tests #35231
base: master
Are you sure you want to change the base?
[Fix] Replaced automatable PICS in SEAR tests #35231
Conversation
j-ororke
commented
Aug 27, 2024
- Replaced automatable PICS in SEAR 1.3, 1.5, and 1.6 test modules with attributes gathered from endpoint.
- Replaced automatable PICS in SEAR 1.3, 1.5, and 1.6 test modules.
Changed Files
|
- resolved linting issue
PR #35231: Size comparison from 32c961f to 32cd0ad Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35231: Size comparison from 4d4fcb3 to b830540 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35231: Size comparison from 3bf596f to b253b36 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
- Replaced C02.Rsp with SkipArea command id check against accepted commands list for SearchArea cluster
PR #35231: Size comparison from 3d69583 to b8903bc Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Does this align with the Test Plan? I think this is a good addition but it needs to be aligned with the Test Plan and given the timing, this might be something we need to postpone to 1.5? |
src/python_testing/TC_SEAR_1_6.py
Outdated
@@ -72,7 +72,7 @@ async def read_progress(self, step): | |||
return progress | |||
|
|||
def TC_SEAR_1_6(self) -> list[str]: | |||
return ["SEAR.S", "SEAR.S.A0005", "SEAR.S.A0000", "SEAR.S.A0002", "SEAR.S.M.HAS_MANUAL_OPERATING_STATE_CONTROL"] | |||
return ["SEAR.S", "SEAR.S.M.HAS_MANUAL_OPERATING_STATE_CONTROL"] |
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.
Actually, let's just leave this test as-is for now. The top level pics we can deal with separately and this will mess up the TH
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.
Thank you,
This has been updated to leave the top level PICS as-is and should now be resolved.
src/python_testing/TC_SEAR_1_5.py
Outdated
@@ -89,7 +89,7 @@ async def send_cmd_skip_area_expect_response(self, step, skipped_area, expected_ | |||
f"Command response ({ret.status}) doesn't match the expected one") | |||
|
|||
def TC_SEAR_1_5(self) -> list[str]: | |||
return ["SEAR.S", "SEAR.S.C02.Rsp"] | |||
return ["SEAR.S"] |
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.
Same here - let's leave the top level PICS as-is for now and we'll deal with the top level PICS separately.
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.
This has been updated to leave the top level PICS as-is.
Updating to leave top level PIC's unchanged
Updating to leave top level PICS alone
PR #35231: Size comparison from 4c69001 to c74e2da Full report (25 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
PR #35231: Size comparison from a3a443a to ed064c2 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35231: Size comparison from 1c92162 to 5156b82 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|