connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

Sample All-Clusters App need to be updated by removing Provisional Clusters, Non-Spec Features, Non-Spec Standard Attributes, and Non-Spec Standard Commands

Open Rajashreekalmane opened this issue 8 months ago • 5 comments

Description: While validating the TC-IDM-10.2 test case using DUT as master and V1.3 as controller, errors were identified, including Provisional Clusters, Non-Spec Features, Non-Spec Standard Attributes, and Non-Spec Standard Commands. .

  • [ ] Command with unknown direction in the DoorLock cluster.
  • [ ] Attributes included but disallowed by conformance in the NetworkCommissioning cluster.
  • [ ] Command included but disallowed by conformance in the AdministratorCommissioning cluster.
  • [ ] Attributes included but disallowed by conformance in the LevelControl cluster.
  • [ ] Attributes included but disallowed by conformance in the LaundryWasherMode and RefrigeratorAndTemperatureControlledCabinetMode clusters.
  • [ ] Attributes included but disallowed by conformance in the DishwasherMode cluster.
  • [ ] Command included but disallowed by conformance in the RvcOperationalState cluster.
  • [ ] Standard attribute found on the device but not in spec in the DeviceEnergyManagement cluster.
  • [ ] Disallowed feature with a mask in the EnergyEvse cluster.
  • [ ] Attributes and commands included but disallowed by conformance in the WindowCovering cluster.
  • [ ] Standard attribute found on the device but not in spec in the Thermostat cluster.
  • [ ] Standard cluster found on the device but not present in spec data in the OnOffSwitchConfiguration and BinaryInputBasic clusters.
  • [ ] Standard cluster found on the device but not present in spec data in the BarrierControl and ElectricalMeasurement clusters.

Reproduction steps lunch the all cluster app by sending below mentioned command ./chip-all-clusters-app

Command to execute the [TC-IDM-10.2] python3 TC_DeviceConformance.py --manual-code 34970112332 --storage-path admin_storage.json --tests test_TC_IDM_10_2 --paa-trust-store-path /credentials/development/paa-root-certs/

SDK that was being used : 47097e023a960f2cf5cb2d4dc4f00a2a9c02727f

Platform : RPI

PFA log below : **TC-IDM-10.2** V1.3 cntr and master dut.txt

Rajashreekalmane avatar Jun 12 '24 07:06 Rajashreekalmane