Skip to content

Commit

Permalink
Modified test Feb 02 (#24814)
Browse files Browse the repository at this point in the history
* Updated prompt verification steps for tests:
TC-ACL-2.10
TC-CADMIN-1.3
TC-CADMIN-1.4
TC-CADMIN-1.5
TC-CADMIN-1.6
TC-CADMIN-1.9
TC-CADMIN-1.10
TC-CADMIN-1.11
TC-CADMIN-1.13
TC-CADMIN-1.15
TC-CADMIN-1.16
TC-CADMIN-1.21
TC-CADMIN-1.22
TC-CADMIN-1.23
TC-CADMIN-1.24
TC-DGGEN-2.1
TC-OO-2.4
TC-WNCV-4.5
Prompt Logs update for tests:
TC-CC-2.1
TC-DGETH-2.1
TC-FLABEL-2.1
Simulated updated test:
TC-LUNIT-2.1
PICS update:
TC-PCC-2.3

* Auto generated files

* Modified BINFO-2.3 label

* Modifed simulated tests

* Restyled by whitespace

* Modified tests
TC-CADMIN-1.3
TC-OCC-2.2

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Aug 8, 2023
1 parent a70d695 commit 1167283
Show file tree
Hide file tree
Showing 36 changed files with 2,395 additions and 168 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ tests:

- label: "Step 9: Reboot DUT"
verification: |
Not implemented in YAML
Did the DUT successfully reboot?
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
407 changes: 407 additions & 0 deletions src/app/tests/suites/certification/Test_TC_ACT_3_1_Simulated.yaml

Large diffs are not rendered by default.

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"
289 changes: 289 additions & 0 deletions src/app/tests/suites/certification/Test_TC_BOOL_3_1_Simulated.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_CADMIN_1_13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down Expand Up @@ -301,8 +301,8 @@ tests:
value:
[
{ Label: "", NodeID: nodeId },
{ Label: "", NodeID: nodeId2 },
{ Label: "", NodeID: nodeId3 },
{ Label: "", NodeID: nodeId2 },
]
constraints:
type: list
Expand Down Expand Up @@ -403,8 +403,8 @@ tests:
value:
[
{ Label: "", NodeID: nodeId },
{ Label: "", NodeID: nodeId2 },
{ Label: "", NodeID: nodeId3 },
{ Label: "", NodeID: nodeId2 },
]
constraints:
type: list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_CADMIN_1_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down Expand Up @@ -208,7 +208,7 @@ tests:
attribute of DUT_CE"
command: "writeAttribute"
cluster: "Basic Information"
PICS: OPCREDS.S.A0001
PICS: BINFO.S.A0005
attribute: "NodeLabel"
arguments:
value: "chiptest1"
Expand All @@ -218,7 +218,7 @@ tests:
attribute of DUT_CE"
command: "readAttribute"
cluster: "Basic Information"
PICS: OPCREDS.S.A0001
PICS: BINFO.S.A0005
attribute: "NodeLabel"
response:
value: "chiptest1"
Expand All @@ -232,7 +232,7 @@ tests:
identity: "beta"
command: "writeAttribute"
cluster: "Basic Information"
PICS: OPCREDS.S.A0001
PICS: BINFO.S.A0005
attribute: "NodeLabel"
arguments:
value: "chiptest2"
Expand All @@ -243,7 +243,7 @@ tests:
identity: "beta"
command: "readAttribute"
cluster: "Basic Information"
PICS: OPCREDS.S.A0001
PICS: BINFO.S.A0005
attribute: "NodeLabel"
response:
value: "chiptest2"
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CADMIN_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CADMIN_1_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CADMIN_1_6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CADMIN_1_9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests:

- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
Reset Devices to factory defaults
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
Expand Down
Loading

0 comments on commit 1167283

Please sign in to comment.