project-chip / project-chip/matter-test-scripts
[TC-PRS-2.1] MaxScaledValue range has to be updated as per spec.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 7
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 3
Description
Description:
- TC-PRS-2.1
Step 7 - As per spec MaxScaledValue attribute range is from MinScaledValue+1 to 32767, but script is verifying range from MinScaledValue to 32767. So script has to be updated according to the specifications with a valid range for MaxScaledValue. .
Steps to reproduce:
Step 7
Spec References:
Yaml Script References:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/app/tests/suites/certification/Test_TC_PRS_2_1.yaml and compare TC-PRS-2.1 Step 7 with the referenced PressureMeasurement specification. Update the MaxScaledValue validation to use the specified range, then run or inspect the corresponding certification test to confirm Step 7 accepts only valid values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100