Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c418af1

Browse files
committedSep 16, 2024·
Added ./chiptool to precondition steps
1 parent 4fce1e3 commit c418af1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/app/tests/suites/certification/Test_TC_S_2_6.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tests:
4545
verification: |
4646
Open a commissioning window On TH1(Chiptool)using below command
4747
48-
pairing open-commissioning-window 1 1 400 2000 3841
48+
./chip-tool pairing open-commissioning-window 1 1 400 2000 3841
4949
5050
Verify the Successfully opened pairing window On TH1(Chiptool)e device
5151
@@ -59,7 +59,7 @@ tests:
5959
verification: |
6060
Now send the below command for commissionin DUT to TH2 with Manual pairing code generated in TH1 using open commission window
6161
62-
pairing code 2 36253605617 --commissioner-name beta
62+
./chip-tool pairing code 2 36253605617 --commissioner-name beta
6363
6464
Verify the commissioning completed with success on TH2(chip-tool) from DUT
6565
@@ -71,7 +71,7 @@ tests:
7171
verification: |
7272
Open a commissioning window On TH1(Chiptool)using below command
7373
74-
pairing open-commissioning-window 1 1 400 2000 3842
74+
./chip-tool pairing open-commissioning-window 1 1 400 2000 3842
7575
7676
Verify the Successfully opened pairing window On TH1(Chiptool)e device
7777
@@ -85,7 +85,7 @@ tests:
8585
verification: |
8686
send the below command for commissionin DUT to TH3 with Manual pairing code generated in TH1 using open commission window
8787
88-
pairing code 3 36545248276 --commissioner-name gamma
88+
./chip-tool pairing code 3 36545248276 --commissioner-name gamma
8989
9090
Verify the commissioning completed with success on TH3(chip-tool) from DUT
9191

0 commit comments

Comments
 (0)
Please sign in to comment.