-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modified tests TC-BI-1.1 TC-BRAC-1.1 TC-FLW-1.1 TC-GC-1.1 TC-GC-2.1 TC-MC-1.12 TC-MC-3.6 TC-MC-3.7 TC-MC-3.8 TC-MC-3.9 TC-MC-3.10 TC-MC-3.11 TC-MC-3.12 TC-MC-3.13 TC_MF-1.5 TC-MOD-1.1 TC-OO-2.2 TC-PCC-1.1 TC-PSCFG-1.1 TC-SWDIAG-3.1 TC-TSTAT-1.1 * Auto generated files
- Loading branch information
1 parent
ed43d59
commit 3447443
Showing
24 changed files
with
3,041 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Copyright (c) 2021 Project CHIP Authors | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: | ||
88.2. [TC-GC-2.1] Breadcrumb, BasicCommissioningInfo, RegulatoryConfig and | ||
LocationCapability attributes [DUT - Commissionee] | ||
|
||
config: | ||
nodeId: 0x12344321 | ||
cluster: "General Commissioning" | ||
endpoint: 0 | ||
|
||
tests: | ||
- label: "Wait for the commissioned device to be retrieved" | ||
cluster: "DelayCommands" | ||
command: "WaitForCommissionee" | ||
arguments: | ||
values: | ||
- name: "nodeId" | ||
value: nodeId | ||
|
||
- label: "TH1 reads the BreadCrumb Attribute from the DUT" | ||
command: "readAttribute" | ||
attribute: "Breadcrumb" | ||
response: | ||
value: 0 | ||
|
||
- label: "TH1 writes the BreadCrumb attribute as 1 to the DUT" | ||
command: "writeAttribute" | ||
attribute: "Breadcrumb" | ||
arguments: | ||
value: 1 | ||
|
||
- label: "TH1 reads the BreadCrumb attribute from the DUT" | ||
command: "readAttribute" | ||
attribute: "Breadcrumb" | ||
response: | ||
value: 1 | ||
|
||
- label: "TH1 reads the RegulatoryConfig attribute from the DUT" | ||
command: "readAttribute" | ||
attribute: "RegulatoryConfig" | ||
response: | ||
constraints: | ||
minValue: 0 | ||
maxValue: 2 | ||
|
||
- label: "TH1 reads the LocationCapability attribute from the DUT" | ||
command: "readAttribute" | ||
attribute: "LocationCapability" | ||
response: | ||
constraints: | ||
minValue: 0 | ||
maxValue: 2 | ||
|
||
#Issue 17997 | ||
- label: "TH1 reads BasicCommissioningInfo attribute from DUT" | ||
PICS: PICS_SKIP_SAMPLE_APP | ||
command: "readAttribute" | ||
attribute: "BasicCommissioningInfo" | ||
response: | ||
value: { FailSafeExpiryLengthSeconds: 60 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.