-
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
[TC WHM 2.1] - Implement test steps 5-9 #35596
base: master
Are you sure you want to change the base?
[TC WHM 2.1] - Implement test steps 5-9 #35596
Conversation
Review changes with SemanticDiff. Analyzed 1 of 1 files. Overall, the semantic diff is 14% smaller than the GitHub diff.
|
PR #35596: Size comparison from 9de3c6b to 7fcd47c Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35596: Size comparison from 9de3c6b to 0f52dbf Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -76,18 +77,37 @@ def pics_TC_WHM_2_1(self) -> list[str]: | |||
@async_test_body | |||
async def test_TC_WHM_2_1(self): | |||
|
|||
asserts.assert_true('PIXIT.WHM.MODE_CHANGE_OK' in self.matter_test_config.global_test_params, |
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.
Can we make these optional so that if they aren't specified then we just skip the tests. It will be more user friendly to allow them to be optional.
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.
Also I haven't confirmed if this is the correct way to get the PIXIT codes in - so would need to investigate how this works with the test harness
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.
I used src/python_testing/TC_RVCRUNM_2_1.py as an example implementation. So not quite sure what is good practice and what is not good practice....
Fixing issue #35566
Implemented test steps 5 to 9.