project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 4 forks source link

[TC-IDM-10.3] Wrong expected cluster revision #152

Open doublemis1 opened 10 months ago

doublemis1 commented 10 months ago

Summary Title:

Wrong expected cluster revision for ICD Management.

Description:

Test case fail due to wrong ICD Management Cluster revision. Expect 1 When should expect 2.

Steps to reproduce:

Run test case IDM 10.3

Logs:

PYTHON_TEST | 2024-02-06 12:17:50.297837 | Problem: ProblemSeverity.ERROR
PYTHON_TEST | 2024-02-06 12:17:50.298976 |     test_name: IDM-10.3
PYTHON_TEST | 2024-02-06 12:17:50.299963 |     location: 
PYTHON_TEST | 2024-02-06 12:17:50.300923 |         Endpoint: 0,
PYTHON_TEST | 2024-02-06 12:17:50.303855 |         Cluster:  70 (0x46) IcdManagement,
PYTHON_TEST | 2024-02-06 12:17:50.305122 |         Attribute:65533 (0xfffd)
PYTHON_TEST | 2024-02-06 12:17:50.306450 |     problem: Revision found on cluster (2) does not match revision listed in the spec (1)
PYTHON_TEST | 2024-02-06 12:17:50.307632 |     spec_location:

UI_Test_Run_2024_02_06_12_15_41.log

cecille commented 9 months ago

This is a problem with the spec scrape. Revision 2 is in progress and appears in the spec. We will need to adjust the scraper for SVE to change the in-progress parameters as appropriate.

cecille commented 7 months ago

This should be fixed in the newest release.