-
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
Migrate TC-LCFG-2.1 test from yaml to python #37434
base: master
Are you sure you want to change the base?
Conversation
Changed Files
|
PR #37434: Size comparison from 35781e5 to f5785a2 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…es with has_cluster
…han 35 bytes for an assertion of every element
async def test_TC_LCFG_2_1(self): | ||
|
||
endpoint = self.get_endpoint(default=0) | ||
value_not_present_in_supported_locales = "fw-GB" |
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.
how do you know this value isn't in the supported locales?
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 value is the same as in the yaml test
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.
fw-GB is not a valid language tag defined in BCP47, it should not be present in supported locales
This PR migrates TC-LCFG-2.1 test from yaml to python. It is linked to Fixes #485.
It also includes changes in test specifications PR 4953.
Updates:
Testing
In the first terminal:
rm /tmp/chip_*
In the second terminal: