-
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
Changed timing in TC-CC-3.1 to fix the wrap problem and removed manual steps #37336
base: master
Are you sure you want to change the base?
Conversation
|
9b30a14
to
61c78a3
Compare
61c78a3
to
860a045
Compare
PR #37336: Size comparison from cdd492b to 860a045 Full report (3 builds for cc32xx, stm32)
|
d28b5fd
to
3ab20d3
Compare
PR #37336: Size comparison from 435583e to 3ab20d3 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
3ab20d3
to
e4c5f88
Compare
PR #37336: Size comparison from dd0ce89 to e4c5f88 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -206,61 +206,41 @@ tests: | |||
- name: "OptionsOverride" | |||
value: 0 | |||
|
|||
- label: "Wait 10s" | |||
- label: "Wait 5s" |
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.
my test plan copy says for 3c After 10 seconds, TH reads CurrentHue attribute from DUT.
.
Is there some update in the test plan for this? Why did we switch to 5 seconds?
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 see, this assumes https://github.com/CHIP-Specifications/chip-test-plans/pull/4941 would be merged.
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.
LGTM however it depends on https://github.com/CHIP-Specifications/chip-test-plans/pull/4941 being merged.
We should probably wait for that one first.
e4c5f88
to
db558f3
Compare
PR #37336: Size comparison from 987060f to db558f3 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
This PR updates Test_TC_CC_3_1.yaml file and Fixes TC-CC-3.1: Automate
It also includes changes in test specs done in PR 4942
Also added a link to the test steps and comments on steps to describe where expected values come from.
Updates:
Testing
To not skip test steps CC.S.F00 needs to be 1 in src/app/tests/suites/certification/ci-pics-values.
In the first terminal:
rm /tmp/chip_*
./scripts/build/build_examples.py –target linux-x64-light-no-ble build
./out/linux-x64-light-no-ble/chip-lighting-app
In the second terminal:
./out/linux–x64-chip-tool/chip-tool pairing code 0x12344321 MT:-24J042C00KA0648G00
In the third terminal:
./scripts/tests/chipyaml/chiptool.py tests Test_TC_CC_3_1 –server_path ./out/linux-x64-chip-tool/chip-tool