project-chip / matter-test-scripts

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

[Bug] TC-CNET-4.13 Step2 provided command used a wrong parameter. #347

Closed slidesoon closed 1 month ago

slidesoon commented 1 month ago

Describe the bug

Step 2: TH readsNetworksattribute from theDUT and saves thenumber of entries as 'NumNetworks'

./chip-tool network-commissioning read networks 1 0

It should be ./chip-tool networkcommissioning read networks 1 0

Steps to reproduce the behavior

No response

Expected behavior

No response

Log files

No response

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response

fabiowmm commented 1 month ago

@slidesoon Are you referring to the verification steps spreadsheet or the TH GUI?

slidesoon commented 1 month ago

TH GUI

@slidesoon Are you referring to the verification steps spreadsheet or the TH GUI?

rquidute commented 1 month ago

@raul-marquez-csa It seems a script issue, could you please take a look?

raul-marquez-csa commented 1 month ago

PR https://github.com/project-chip/connectedhomeip/pull/35375

robszewczyk commented 1 month ago

related PR was merged.