You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the below mentioned command to put DUT into a commissionable state, ./chip-all-clusters-app --KVS ./mytest.txt
Once DUT reach the commissionable state, sent below mentioned command on TH. ./chip-tool pairing onnetwork 1 20202021
After a successfully paired sent mentioned command from TH
TH reads from the DUT the AcceptedCommandList attribute. ./chip-tool generaldiagnostics read accepted-command-list 1 0
On TH(chip-tool), Verify that AcceptedCommandList attribute list should contain 1 entry : Expected value :
From the endpoint_config.h for all clusters:
/* Endpoint: 0, Cluster: General Diagnostics (server) /
/ AcceptedCommandList (index=40) /
0x00000000 / TestEventTrigger /,
0x00000000 / TestEventTrigger /,
chip::kInvalidCommandId / end of list */, \
Feature Area
Other
Test Case
TC-DGGEN-1.1
Reproduction steps
Execute the below mentioned command to put DUT into a commissionable state,
./chip-all-clusters-app --KVS ./mytest.txt
Once DUT reach the commissionable state, sent below mentioned command on TH.
./chip-tool pairing onnetwork 1 20202021
After a successfully paired sent mentioned command from TH
TH reads from the DUT the AcceptedCommandList attribute.
./chip-tool generaldiagnostics read accepted-command-list 1 0
On TH(chip-tool), Verify that AcceptedCommandList attribute list should contain 1 entry :
Expected value :
Actual value :
Bug prevalence
everytime
GitHub hash of the SDK that was being used
5532798
Platform
raspi
Anything else?
As per Spec and Test-Plan AcceptedCommandList attribute list should contain only 1 entry.
Spec Reference :
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/DiagnosticsGeneral.adoc#commands
Test-plan Reference :
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/general_diagnostics.adoc#tc-dggen-1-1-global-attributes-with-dut_server
PFA execution Log below :
TC-DGGEN-1.1.txt
The text was updated successfully, but these errors were encountered: