Skip to content

Commit

Permalink
Added updated manual Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kowsisoundhar12 committed Mar 17, 2022
1 parent 732a5a2 commit fb7180d
Show file tree
Hide file tree
Showing 14 changed files with 1,414 additions and 1,345 deletions.
399 changes: 196 additions & 203 deletions src/app/tests/suites/certification/Test_TC_DD_3_13.yaml

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions src/app/tests/suites/certification/Test_TC_GENDIAG_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,24 @@ config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0

tests:
- label: "TH use chip-tool event read to get server event report"
verification:
"./chip-tool generaldiagnostics read-event hardware-fault-change 1 0"
disabled: true
- label: "TH use chip-tool event read to get server event report"
verification: |
./chip-tool generaldiagnostics read-event hardware-fault-change 1 0
disabled: true

- label: "TH use chip-tool event read to get server event report"
verification:
"./chip-tool generaldiagnostics read-event radio-fault-change 1 0"
disabled: true
- label: "TH use chip-tool event read to get server event report"
verification: |
./chip-tool generaldiagnostics read-event radio-fault-change 1 0
disabled: true

- label: "TH use chip-tool event read to get server event report"
verification:
"./chip-tool generaldiagnostics read-event network-fault-change 1 0"
disabled: true
- label: "TH use chip-tool event read to get server event report"
verification: |
./chip-tool generaldiagnostics read-event network-fault-change 1 0
disabled: true

- label: "TH use chip-tool event read to get server event report"
verification: "./chip-tool generaldiagnostics read-event boot-reason 1 0"
disabled: true
- label: "TH use chip-tool event read to get server event report"
verification: |
./chip-tool generaldiagnostics read-event boot-reason 1 0
disabled: true
76 changes: 35 additions & 41 deletions src/app/tests/suites/certification/Test_TC_IDM_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,48 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name:
19.1.1. [TC-IDM-1.1] Invoke Request Action from DUT to TH [DUT - Controller]
name: 19.1.1. [TC-IDM-1.1] Invoke Request Action from DUT to TH [DUT - Controller]

config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0

tests:
- label:
"DUT sends the Invoke Request Message to the TH. The Message should
contain one valid CommandDataIB, which has the specific Endpoint,
Specific Cluster and Specific Command."
verification:
"In case of chip tool, here is an example command to use sudo
./chip-tool identify identify 0 1 1"
disabled: true
- label: "DUT sends the Invoke Request Message to the TH. The Message should contain one valid CommandDataIB,
which has the specific Endpoint, Specific Cluster and Specific Command."
verification: |
In case of chip tool, here is an example command to use
sudo ./chip-tool identify identify 0 1 1
disabled: true

- label: "DUT sends the Invoke Request Message to the TH. The Message should contain the wildcard for
Endpoint, specific Cluster and Specific Command in the CommandDataIB."
verification: |
Out of Scope for V1.0
disabled: true

- label:
"DUT sends the Invoke Request Message to the TH. The Message should
contain the wildcard for Endpoint, specific Cluster and Specific
Command in the CommandDataIB."
verification: "Out of Scope for V1.0"
disabled: true
- label: "DUT sends the Invoke Request Message to the TH. The Message should contain multiple paths
Path = [[ Endpoint = Endpoint1, Cluster = ClusterID, Command = Command1 ], [ Endpoint = Endpoint1,
Cluster = ClusterID, Command = Command2 ] ]"
verification: |
Out of Scope for V1.0
disabled: true

- label:
"DUT sends the Invoke Request Message to the TH. The Message should
contain multiple paths Path = [[ Endpoint = Endpoint1, Cluster =
ClusterID, Command = Command1 ], [ Endpoint = Endpoint1, Cluster =
ClusterID, Command = Command2 ] ]"
verification: "Out of Scope for V1.0"
disabled: true
- label: "DUT sends the Invoke Request Message to the TH. The Message should contain one valid CommandDataIB,
which has the specific Endpoint, Specific Cluster and Specific Command. Send 2 more Invoke Request
Messages to the TH."
verification: |
In case of chip tool, here is an example command to use
sudo ./chip-tool identify identify 10 1 1
sudo ./chip-tool identify identify 10 1 1
disabled: true

- label:
"DUT sends the Invoke Request Message to the TH. The Message should
contain one valid CommandDataIB, which has the specific Endpoint,
Specific Cluster and Specific Command. Send 2 more Invoke Request
Messages to the TH."
verification:
"In case of chip tool, here is an example command to use sudo
./chip-tool identify identify 10 1 1 sudo ./chip-tool identify
identify 10 1 1"
disabled: true
- label: "DUT sends the Invoke Request Message to the TH. The message should contain a command that
will return a data type of list as a response."
verification: |
In case of chip tool, here is an example command to use
- label:
"DUT sends the Invoke Request Message to the TH. The message should
contain a command that will return a data type of list as a response."
verification:
"In case of chip tool, here is an example command to use sudo
./chip-tool modeselect read supported-modes 1 1"
disabled: true
sudo ./chip-tool modeselect read supported-modes 1 1
disabled: true
Loading

0 comments on commit fb7180d

Please sign in to comment.