project-chip / project-chip/matter-test-scripts

[Matter 1.5 TE#2] TC-BINFO-2.1 providing false positive result

Open
#709 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
19
Forks
7
Avg merge
3d 17h
Merged PRs (30d)
3

Description

Please follow the below template to file issues/concerns/feature enhancement against Test Scripts:

Summary Title:

BINFO-2.1 step 8 allowing out-of-range value and providing an incorrect PASS verdict, step 62 allowing non-valid value.

Description:

Step 8 reads the VendorID to check the value is within the range of 0x0001 to 0xFFF0 and matches the Vendor assigned value. The test is issuing a PASS verdict if the VendorID is set to 0xFFF1 (65521).
Step 62 parsed and passed the following value as a valid SpecificationVersion: 17104896

Steps to reproduce:

N/A

Logs:

N/A

Additional Info:

Matter 1.5 TE#2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the BINFO-2.1 test case in the Matter 1.5 TE#2 test scripts and inspect steps 8 and 62. Verify the handling of VendorID 0xFFF1 and SpecificationVersion 17104896; done means both invalid values produce a failing verdict rather than PASS.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.