-
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
Add test steps 50-60 from the Thermostat test plan to the Thermostat … #37052
base: master
Are you sure you want to change the base?
Conversation
…YAML script - Remove Test_TC_TSTAT_4_1.yaml
Changed Files
|
PR #37052: Size comparison from 5bd63d5 to eeba018 Full report (55 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
eeba018
to
0ac98e8
Compare
PR #37052: Size comparison from 5bd63d5 to 0ac98e8 Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37052: Size comparison from 5bd63d5 to bbbef87 Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PICS: TSTAT.S.F08 && TSTAT.S.A0050 | ||
command: "readAttribute" | ||
attribute: "Presets" | ||
response: |
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.
@nivi-apple As per testplan we need to add this check on the script: Verify that the list has no more than NumberOfPresets entries
@@ -730,3 +730,97 @@ tests: | |||
value: 0 | |||
constraints: | |||
type: enum8 | |||
|
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.
why are steps not matching exactly with the test plan. If you see above steps, Step 11 from test plan is missing and coded as step 12, since then all steps in the script are not aligned with the test plan.
@@ -730,3 +730,97 @@ tests: | |||
value: 0 | |||
constraints: | |||
type: enum8 | |||
|
|||
- label: "Step 52: TH reads the PresetTypes attribute from the DUT" | |||
PICS: TSTAT.S.F08 && TSTAT.S.A0048 |
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.
Bcoz of most of the below attributes are mandatory when the feature is present, I don't think you need both the PICS here. Just have one PICS TSTAT.S.F08, that way anyone implementing that feature must implement these attributes. You can update the same in the test plan too.
… Test_TC_TSTAT_2_1.yaml script
Fixes: #37051
Testing
Run the test steps manually.