-
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.
* Add Test_TC_DM_2_3 test * Generated Code.
- Loading branch information
Showing
23 changed files
with
1,042 additions
and
43 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
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
58 changes: 58 additions & 0 deletions
58
src/app/tests/suites/certification/Test_TC_DM_2_3_Simulated.yaml
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,58 @@ | ||
# 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: 10.2.3. [TC-DM-2.3] Operational Credential Commands [DUT - Commissioner] | ||
|
||
config: | ||
cluster: "Operational Credentials" | ||
endpoint: 0 | ||
|
||
tests: | ||
- label: "Wait for Arm Fail Safe" | ||
wait: "ArmFailSafe" | ||
cluster: "General Commissioning" | ||
|
||
- label: "Wait for Set Regulatory Config" | ||
wait: "SetRegulatoryConfig" | ||
cluster: "General Commissioning" | ||
|
||
- label: "Wait for Attestation Certificate Chain Request" | ||
wait: "CertificateChainRequest" | ||
|
||
- label: "Wait for Attestation Certificate Chain Request" | ||
wait: "CertificateChainRequest" | ||
|
||
- label: "Wait for Attestation Request" | ||
wait: "AttestationRequest" | ||
|
||
- label: "Wait for CSR Request" | ||
wait: "OpCSRRequest" | ||
|
||
- label: "Wait for Add Trusted Root Certificate Request" | ||
wait: "AddTrustedRootCertificate" | ||
|
||
- label: "Wait for Add Op NOC" | ||
wait: "AddNOC" | ||
|
||
- label: "Wait for Commissioning Complete" | ||
wait: "CommissioningComplete" | ||
cluster: "General Commissioning" | ||
|
||
- label: "Wait 3000ms" | ||
cluster: "DelayCommands" | ||
command: "WaitForMs" | ||
arguments: | ||
values: | ||
- name: "ms" | ||
value: 3000 |
24 changes: 24 additions & 0 deletions
24
zzz_generated/placeholder/app1/zap-generated/CHIPClientCallbacks.cpp
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
zzz_generated/placeholder/app1/zap-generated/CHIPClientCallbacks.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.