Skip to content

Commit

Permalink
Modified BINFO-2.3 label
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Feb 2, 2023
1 parent bde55dc commit 7889501
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 59 deletions.
62 changes: 43 additions & 19 deletions src/app/tests/suites/certification/Test_TC_BINFO_2_3_Simulated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,78 +35,102 @@ tests:
- name: "message"
value: "*** Basic Cluster Tests Ready"

- label: "Query Data Model Revision"
- label: "DUT reads DataModelRevision from the TH"
PICS: BINFO.C.A0000
wait: "readAttribute"
attribute: "DataModelRevision"

- label: "Query Vendor Name"
- label: "DUT reads VendorName from the TH"
PICS: BINFO.C.A0001
wait: "readAttribute"
attribute: "VendorName"

- label: "Query VendorID"
- label: "DUT reads VendorID from the TH"
PICS: BINFO.C.A0002
wait: "readAttribute"
attribute: "VendorID"

- label: "Query Product Name"
- label: "DUT reads ProductName from the TH"
PICS: BINFO.C.A0003
wait: "readAttribute"
attribute: "ProductName"

- label: "Query ProductID"
- label: "DUT reads ProductID from the TH"
PICS: BINFO.C.A0004
wait: "readAttribute"
attribute: "ProductID"

- label: "Query Node Label"
- label: "DUT reads NodeLabel from the TH"
PICS: BINFO.C.A0005
wait: "readAttribute"
attribute: "NodeLabel"

- label: "Query User Location"
- label: "DUT reads Location from the TH"
PICS: BINFO.C.A0006
wait: "readAttribute"
attribute: "Location"

- label: "Query HardwareVersion"
- label: "DUT reads HardwareVersion from the TH"
PICS: BINFO.C.A0007
wait: "readAttribute"
attribute: "HardwareVersion"

- label: "Query HardwareVersionString"
- label: "DUT reads HardwareVersionString from the TH"
PICS: BINFO.C.A0008
wait: "readAttribute"
attribute: "HardwareVersionString"

- label: "Query SoftwareVersion"
- label: "DUT reads SoftwareVersion from the TH"
PICS: BINFO.C.A0009
wait: "readAttribute"
attribute: "SoftwareVersion"

- label: "Query SoftwareVersionString"
- label: "DUT reads SoftwareVersionString from the TH"
PICS: BINFO.C.A000a
wait: "readAttribute"
attribute: "SoftwareVersionString"

- label: "Query ManufacturingDate"
- label: "DUT reads ManufacturingDate from the TH"
PICS: BINFO.C.A000b
wait: "readAttribute"
attribute: "ManufacturingDate"

- label: "Query PartNumber"
- label: "DUT reads PartNumber from the TH"
PICS: BINFO.C.A000c
wait: "readAttribute"
attribute: "PartNumber"

- label: "Query ProductURL"
- label: "DUT reads ProductURL from the TH"
PICS: BINFO.C.A000d
wait: "readAttribute"
attribute: "ProductURL"

- label: "Query ProductLabel"
- label: "DUT reads ProductLabel from the TH"
PICS: BINFO.C.A000e
wait: "readAttribute"
attribute: "ProductLabel"

- label: "Query SerialNumber"
- label: "DUT reads SerialNumber from the TH"
PICS: BINFO.C.A000f
wait: "readAttribute"
attribute: "SerialNumber"

- label: "Query LocalConfigDisabled"
- label: "DUT reads LocalConfigDisabled from the TH"
PICS: BINFO.C.A0010
wait: "readAttribute"
attribute: "LocalConfigDisabled"

- label: "Query Reachable"
- label: "DUT reads Reachable from the TH"
PICS: BINFO.C.A0011
wait: "readAttribute"
attribute: "Reachable"

- label: "Query UniqueID"
- label: "DUT reads UniqueID from the TH"
PICS: BINFO.C.A0012
wait: "readAttribute"
attribute: "UniqueID"

- label: "DUT reads CapabilityMinima from the TH"
PICS: BINFO.C.A0013
wait: "readAttribute"
attribute: "CapabilityMinima"
64 changes: 44 additions & 20 deletions zzz_generated/placeholder/app1/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 44 additions & 20 deletions zzz_generated/placeholder/app2/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7889501

Please sign in to comment.