diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 08a23cb1c4b73c..a89692f6c50655 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -196,7 +196,7 @@ jobs: ./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \ --chip-tool ./out/darwin-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \ - --target-skip-glob '{TestGroupMessaging,Test_TC_DIAG_TH_NW_2_1,Test_TC_DIAG_TH_NW_2_2,Test_TC_DIAG_TH_NW_2_3,Test_TC_DIAG_TH_NW_2_4}' \ + --target-skip-glob '{TestGroupMessaging,Test_TC_DGTHREAD_2_1,Test_TC_DGTHREAD_2_2,Test_TC_DGTHREAD_2_3,Test_TC_DGTHREAD_2_4}' \ run \ --iterations 1 \ --test-timeout-seconds 120 \ diff --git a/examples/darwin-framework-tool/templates/tests/tests.js b/examples/darwin-framework-tool/templates/tests/tests.js index 23537fa2a24ccb..1355977f36cdf7 100644 --- a/examples/darwin-framework-tool/templates/tests/tests.js +++ b/examples/darwin-framework-tool/templates/tests/tests.js @@ -46,16 +46,16 @@ function getTests() { tests.disable('TestGroupMessaging'); // TODO: Test_TC_DIAG_TH_NW_2_1 does not work on Darwin for now. - tests.disable('Test_TC_DIAG_TH_NW_2_1'); + tests.disable('Test_TC_DGTHREAD_2_1'); // TODO: Test_TC_DIAG_TH_NW_2_2 does not work on Darwin for now. - tests.disable('Test_TC_DIAG_TH_NW_2_2'); + tests.disable('Test_TC_DGTHREAD_2_2'); // TODO: Test_TC_DIAG_TH_NW_2_3 does not work on Darwin for now. - tests.disable('Test_TC_DIAG_TH_NW_2_3'); + tests.disable('Test_TC_DGTHREAD_2_3'); // TODO: Test_TC_DIAG_TH_NW_2_4 does not work on Darwin for now. - tests.disable('Test_TC_DIAG_TH_NW_2_4'); + tests.disable('Test_TC_DGTHREAD_2_4'); // TODO: Test_TC_CC_9_1 does not work on Darwin for now. // But is disabled in CI, so we can't disable it here. @@ -70,13 +70,13 @@ function getTests() { //tests.disable('Test_TC_CC_9_3'); // TODO: Test_TC_MC_3_7 does not work on Darwin for now. - tests.disable('Test_TC_MC_3_7'); + tests.disable('Test_TC_APPLAUNCHER_3_7'); // TODO: Test_TC_MC_3_8 does not work on Darwin for now. - tests.disable('Test_TC_MC_3_8'); + tests.disable('Test_TC_APPLAUNCHER_3_8'); // TODO: Test_TC_MC_3_9 does not work on Darwin for now. - tests.disable('Test_TC_MC_3_9'); + tests.disable('Test_TC_APPLAUNCHER_3_9'); return tests; } diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index 806a6a462de8d7..1744471c0e71b8 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -21,7 +21,7 @@ def target_for_name(name: str): - if name.startswith("TV_") or name.startswith("Test_TC_MC_"): + if name.startswith("TV_") or name.startswith("Test_TC_MC_") or name.startswith("Test_TC_LOWPOWER_") or name.startswith("Test_TC_KEYPADINPUT_") or name.startswith("Test_TC_APPLAUNCHER_") or name.startswith("Test_TC_MEDIAINPUT_") or name.startswith("Test_TC_WAKEONLAN_") or name.startswith("Test_TC_CHANNEL_") or name.startswith("Test_TC_MEDIAPLAYBACK_") or name.startswith("Test_TC_AUDIOOUTPUT_") or name.startswith("Test_TC_TGTNAV_") or name.startswith("Test_TC_APBSC_") or name.startswith("Test_TC_CONTENTLAUNCHER_") or name.startswith("Test_TC_ALOGIN_"): return TestTarget.TV if name.startswith("DL_") or name.startswith("Test_TC_DLRK_"): return TestTarget.LOCK diff --git a/src/app/tests/suites/certification/Test_TC_MC_12_1.yaml b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_1.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_12_1.yaml rename to src/app/tests/suites/certification/Test_TC_ALOGIN_12_1.yaml index f8492bbdc3ed51..f951291bd3d890 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_12_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.14.1. [TC-MC-12.1] Account Login Verification +name: 19.14.1. [TC-ALOGIN-12.1] Account Login Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_12_2.yaml b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_12_2.yaml rename to src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml index 08a3ebcbaedb16..eba4a300eef406 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_12_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.14.2. [TC-MC-12.2] Account Login Verification (DUT as Client) +name: 19.14.2. [TC-ALOGIN-12.2] Account Login Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_12.yaml b/src/app/tests/suites/certification/Test_TC_ALOGIN_1_12.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_12.yaml rename to src/app/tests/suites/certification/Test_TC_ALOGIN_1_12.yaml index ba1613ef66dfb0..5f9e3b1af91e6a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_12.yaml +++ b/src/app/tests/suites/certification/Test_TC_ALOGIN_1_12.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 18.1.12. [TC-MC-1.12] Global attributes - Account Login Cluster (DUT as + 19.1.12. [TC-ALOGIN-1.12] Global attributes - Account Login Cluster (DUT as Server) config: diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_10.yaml b/src/app/tests/suites/certification/Test_TC_APBSC_1_10.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_10.yaml rename to src/app/tests/suites/certification/Test_TC_APBSC_1_10.yaml index 2d3bc7da92502d..dfa3b51d34ddb2 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_10.yaml +++ b/src/app/tests/suites/certification/Test_TC_APBSC_1_10.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 18.1.10. [TC-MC-1.10] Global attributes - Application Basic Cluster (DUT as - Server) + 19.1.10. [TC-APBSC-1.10] Global attributes - Application Basic Cluster (DUT + as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_9_1.yaml b/src/app/tests/suites/certification/Test_TC_APBSC_9_1.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_9_1.yaml rename to src/app/tests/suites/certification/Test_TC_APBSC_9_1.yaml index 52500cf7be5ad6..6fb3091650ed1f 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_9_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_APBSC_9_1.yaml @@ -12,9 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: - 21.11.1. [TC-MC-9.1] Application Basic Attribute Verification (DUT as - Server) +name: 19.11.1. [TC-APBSC-9.1] Application Basic Attribute Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_3.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_1_3.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_3.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_1_3.yaml index e102f59044bdf3..2e9638707c65c1 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_1_3.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 18.1.3. [TC-MC-1.3] Global attributes - Application Launcher Cluster (DUT as - Server) + 19.1.3. [TC-APPLAUNCHER-1.3] Global attributes - Application Launcher + Cluster (DUT as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_5.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_5.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_3_5.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_5.yaml index 3015ac26deb7c6..e5de007268f1e6 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_5.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.4.1. [TC-MC-3.5] Catalog List Verification +name: 19.4.1. [TC-APPLAUNCHER-3.5] Catalog List Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_6.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_6.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_3_6.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_6.yaml index efaa73eb960bd2..539e8d8db173b6 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_6.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_6.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.4.2. [TC-MC-3.6] Current App Verification +name: 19.4.2. [TC-APPLAUNCHER-3.6] Current App Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_7.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_7.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7.yaml index b77dd95d696576..640634880c3929 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_7.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.4.3. [TC-MC-3.7] Launch Application Verification +name: 19.4.3. [TC-APPLAUNCHER-3.7] Launch Application Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_7_1.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7_1.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_7_1.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7_1.yaml index 997c584e6a12a4..974c807dfc74c7 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_7_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_7_1.yaml @@ -13,7 +13,9 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.4.4. [TC-MC-3.7.1] Launch Application Verification (DUT as Client) +name: + 19.4.4. [TC-APPLAUNCHER-3.7.1] Launch Application Verification (DUT as + Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_8.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_3_8.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8.yaml index 677d1d9840b387..48ef3b9ed1eb01 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_8.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.4.4. [TC-MC-3.8] Stop Application Verification +name: 19.4.5. [TC-APPLAUNCHER-3.8] Stop Application Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8_1.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8_1.yaml new file mode 100644 index 00000000000000..9d861846a13c7d --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8_1.yaml @@ -0,0 +1,42 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: + 19.4.6. [TC-APPLAUNCHER-3.8.1] Stop Application Verification (DUT as Client) + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: "DUT sends StopApp command to TH" + PICS: MC_APPLAUNCHER.C.C0001 + verification: | + product maker needs to provide instructions for how to trigger the command: + Refer to device or application documentation for special argument values to each command, and/or additional steps required to put device into in correct state to exhibit test behavior. + + + The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. + + ./chip-tool applicationlauncher stop-app '{"catalogVendorId": 123, "applicationId": "exampleid"}' 1 1 + + + [1646163695248] [9384:3955170] CHIP: [TOO] Endpoint: 1 Cluster: 0x0000_050C Command 0x0000_0003 + [1646163695249] [9384:3955170] CHIP: [TOO] LauncherResponse: { + [1646163695249] [9384:3955170] CHIP: [TOO] status: 0 + [1646163695249] [9384:3955170] CHIP: [TOO] data: 64617461 + [1646163695249] [9384:3955170] CHIP: [TOO] } + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_9.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_3_9.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9.yaml index 24d07027e82ab6..99e32b25e3a910 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_9.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.4.5. [TC-MC-3.9] Hide Application Verification +name: 19.4.7. [TC-APPLAUNCHER-3.9] Hide Application Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_9_1.yaml b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9_1.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_9_1.yaml rename to src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9_1.yaml index 7f6e0cf7a0dca6..be047c6cb76809 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_9_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9_1.yaml @@ -13,7 +13,8 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.4.8. [TC-MC-3.9.1] Hide Application Verification (DUT as Client) +name: + 19.4.8. [TC-APPLAUNCHER-3.9.1] Hide Application Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_8.yaml b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_1_8.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_8.yaml rename to src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_1_8.yaml index cad2fb133d9a85..95670fdeef1334 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_8.yaml +++ b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_1_8.yaml @@ -13,7 +13,8 @@ # limitations under the License. name: - 18.1.8. [TC-MC-1.8] Global attributes - Audio Output Cluster (DUT as Server) + 19.1.8. [TC-AUDIOOUTPUT-1.8] Global attributes - Audio Output Cluster(DUT as + Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_7_1.yaml b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_1.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_7_1.yaml rename to src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_1.yaml index beb1a909e669b1..8a2f7cef5a884a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_7_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.9.1. [TC-MC-7.1] Select Output Verification +name: 19.9.1. [TC-AUDIOOUTPUT-7.1] Select Output Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_7_2.yaml b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_2.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_7_2.yaml rename to src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_2.yaml index fa041a81153805..22ff43a26df71f 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_7_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.9.2. [TC-MC-7.2] Rename Output Verification +name: 19.9.2. [TC-AUDIOOUTPUT-7.2] Rename Output Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_7_3.yaml b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_3.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_7_3.yaml rename to src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_3.yaml index 28b24d699591a9..9947fb8b71c100 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_7_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_3.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.9.3. [TC-MC-7.3] Select Output Verification (DUT as Client) +name: 19.9.3. [TC-AUDIOOUTPUT-7.3] Select Output Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_7_4.yaml b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_4.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_7_4.yaml rename to src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_4.yaml index 89ca6ba1ffb6a7..57e25fad73fb3a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_7_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_AUDIOOUTPUT_7_4.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.9.4. [TC-MC-7.4] Rename Output Verification (DUT as Client) +name: 19.9.4. [TC-AUDIOOUTPUT-7.4] Rename Output Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_1.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_1.yaml index fc7a59f6ffa88d..c3c257f124174e 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_1.yaml @@ -13,7 +13,8 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 24.1.1. [TC-MF-1.1] Administrator Behavior using ECM [DUT - Commissioner] +name: + 24.1.1. [TC-CADMIN-1.1] Administrator Behavior using ECM [DUT -Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_10.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_10.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_10.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_10.yaml index 4199df5227f64a..69464c576476b9 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_10.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_10.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 22.1.10. [TC-MF-1.10] Device exit commissioning mode after 20 failed + 24.1.10. [TC-CADMIN-1.10] Device exit commissioning mode after 20 failed commission attempts [BCM] [DUT - Commissionee] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_11.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_11.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_11.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_11.yaml index 743ca30b45a7ba..a465349e4d9323 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_11.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_11.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.11. [TC-MF-1.11] Device exits commissioning mode after 20 failed + 24.1.11. [TC-CADMIN-1.11] Device exits commissioning mode after 20 failed commission attempts [ECM] [DUT - Commissioner] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_12.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_12.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_12.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_12.yaml index 6114491ee41cfd..a73d2f8bbcbffe 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_12.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_12.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.12. [TC-MF-1.12] Device exits commissioning mode after 20 failed + 24.1.12. [TC-CADMIN-1.12] Device exits commissioning mode after 20 failed commission attempts [BCM] [DUT - Commissioner] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_13.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_13.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_13.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_13.yaml index 5713a05ddafa89..252c124dad8961 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_13.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.13. [TC-MF-1.13] Open commissioning window on DUT twice using ECM then - BCM [DUT - Commissionee] + 24.1.13. [TC-CADMIN-1.13] Open commissioning window on DUT twice using ECM + then BCM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_14.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_14.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_14.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_14.yaml index 8338ffa1d8e912..cbd4705c917347 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_14.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_14.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.14. [TC-MF-1.14] Open commissioning window on DUT twice using ECM then - BCM [DUT - Commissioner] + 24.1.14. [TC-CADMIN-1.14] Open commissioning window on DUT twice using ECM + then BCM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_15.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_15.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_15.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_15.yaml index 9d4d37a654abc7..6bd999a3c175d3 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_15.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_15.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 22.1.15. [TC-MF-1.15] Open commissioning window twice on DUT using BCM then - ECM [DUT - Commissionee] + 24.1.15. [TC-CADMIN-1.15] Open commissioning window twice on DUT using BCM + then ECM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_16.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_16.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_16.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_16.yaml index c6cab618bbe7eb..cc22e85d348fab 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_16.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_16.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.16. [TC-MF-1.16] Open commissioning window twice on DUT using BCM then - ECM [DUT - Commissioner] + 24.1.16. [TC-CADMIN-1.16] Open commissioning window twice on DUT using BCM + then ECM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_17.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_17.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_17.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_17.yaml index 98951148d19667..62d272332cdf7e 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_17.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_17.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.17. [TC-MF-1.17] Removing Fabrics from DUT and Fabric index enumeration - using ECM [DUT - Commissionee] + 24.1.17. [TC-CADMIN-1.17] Removing Fabrics from DUT and Fabric index + enumeration using ECM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_18.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_18.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_18.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_18.yaml index b59d4d46f21c93..0418d83e86f9a9 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_18.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_18.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.18. [TC-MF-1.18] Removing Fabrics from DUT and Fabric index enumeration - using BCM [DUT - Commissionee] + 24.1.18. [TC-CADMIN-1.18] Removing Fabrics from DUT and Fabric index + enumeration using BCM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_19.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_19.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_19.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_19.yaml index 4650e5d3c1cdec..4b6e6a09d52823 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_19.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_19.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.19. [TC-MF-1.19] Removing Fabrics from DUT and Fabric index enumeration - using ECM [DUT - Commissioner] + 24.1.19. [TC-CADMIN-1.19] Removing Fabrics from DUT and Fabric index + enumeration using ECM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_2.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_2.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_2.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_2.yaml index d957b288d0b50c..244dc818f142d1 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_2.yaml @@ -13,7 +13,9 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 24.1.2. [TC-MF-1.2] Administrator Behavior using BCM [DUT - Commissioner] +name: + 24.1.2. [TC-CADMIN-1.2] Administrator Behavior using BCM [DUT - + Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_20.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_20.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_20.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_20.yaml index e37c3a269afa0f..f76e309723b91f 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_20.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_20.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.20. [TC-MF-1.20] Removing Fabrics from DUT and Fabric index enumeration - using BCM [DUT - Commissioner] + 24.1.20. [TC-CADMIN-1.20] Removing Fabrics from DUT and Fabric index + enumeration using BCM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_21.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_21.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_21.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_21.yaml index e3e488b7f34383..8a46ef15632928 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_21.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_21.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.21. [TC-MF-1.21] max number of Commissioned Fabrics and SupportedFabrics - rollover using ECM [DUT - Commissionee] + 24.1.21. [TC-CADMIN-1.21] max number of Commissioned Fabrics and + SupportedFabrics rollover using ECM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_22.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_22.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_22.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_22.yaml index dbd1be90f9308c..d534e7eb920fc8 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_22.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_22.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.22. [TC-MF-1.22] max number of Commissioned Fabrics and SupportedFabrics - rollover using BCM [DUT - Commissionee] + 24.1.22. [TC-CADMIN-1.22] max number of Commissioned Fabrics and + SupportedFabrics rollover using BCM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_23.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_23.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_23.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_23.yaml index 7e72123744a1dc..d8cba537169fff 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_23.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_23.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.23. [TC-MF-1.23] max number of Commissioned Fabrics and SupportedFabrics - rollover using ECM [DUT - Commissioner] + 24.1.23. [TC-CADMIN-1.23] max number of Commissioned Fabrics and + SupportedFabrics rollover using ECM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_24.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_24.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_24.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_24.yaml index 9da1d93ff831ea..030414e2a6156e 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_24.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_24.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.24. [TC-MF-1.24] max number of Commissioned Fabrics and SupportedFabrics - rollover using BCM [DUT - Commissioner] + 24.1.24. [TC-CADMIN-1.24] max number of Commissioned Fabrics and + SupportedFabrics rollover using BCM [DUT - Commissioner] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_25.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_25.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_25.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_25.yaml index 4a93fe89d2ba4b..9f1ce243eecdce 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_25.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_25.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 24.1.25. [TC-MF-1.25] Open commissioning window - durations max and max+1 - [BCM] [DUT - Commissionee] + 24.1.25. [TC-CADMIN-1.25] Open commissioning window - durations max and + max+1 [BCM] [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_26.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_26.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_26.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_26.yaml index 7b7c7b10c1efd2..d7810b4e48b554 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_26.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_26.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - "3.1.26. [TC-MF-1.26] Open commissioning window: durations max and max+1 - [ECM] [DUT - Commissionee]" + 24.1.26. [TC-CADMIN-1.26] Open commissioning window - durations max and + max+1 [ECM] [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_27.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_27.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MF_1_27.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_27.yaml index 9ce258fb7e6c7a..7231cd8348a5b5 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_27.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_27.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 24.1.27. [TC-MF-1.27] Open commissioning window - durations min and min-1 - [BCM] [DUT - Commissionee] + 24.1.27. [TC-CADMIN-1.27] Open commissioning window - durations min and + min-1 [BCM] [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_28.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_28.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MF_1_28.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_28.yaml index 03c88bc5cc933e..927e2e6017311b 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_28.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_28.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 24.1.28. [TC-MF-1.28] Open commissioning window - durations min and min-1 - [ECM] [DUT - Commissionee] + 24.1.28. [TC-CADMIN-1.28] Open commissioning window - durations min and + min-1 [ECM] [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_3.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_3.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_3.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_3.yaml index d2fe8da9f7d4ca..2e582b44e32a24 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_3.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 22.1.3. [TC-MF-1.3] Node Behavior using ECM [DUT - Commissionee] +name: 24.1.3. [TC-CADMIN-1.3] Node Behavior using ECM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_4.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_4.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_4.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_4.yaml index ea97b66457abe1..bf8c7b4c4cf08c 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_4.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 22.1.4. [TC-MF-1.4] Node Behavior using BCM [DUT - Commissionee] +name: 24.1.4. [TC-CADMIN-1.4] Node Behavior using BCM [DUT - Commissionee] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_5.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_5.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_5.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_5.yaml index 07939decef5261..2f2e97ab8b2819 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_5.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 22.1.5. [TC-MF-1.5] Commissioning window handling timeout and revocation + 24.1.5. [TC-CADMIN-1.5] Commissioning window handling timeout and revocation using ECM [DUT_CE - Commissionee] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_6.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_6.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MF_1_6.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_6.yaml index 1ea1f41225dd9c..80d8b58c1f79cb 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_6.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_6.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 22.1.6. [TC-MF-1.6] Commissioning window handling timeout and revocation + 24.1.6. [TC-CADMIN-1.6] Commissioning window handling timeout and revocation using BCM [DUT - Commissionee] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_7.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_7.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_7.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_7.yaml index 02a88ef0e3c173..3a6c55fdca4f9c 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_7.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_7.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.7. [TC-MF-1.7] Commissioning window handling timeout and revocation + 24.1.7. [TC-CADMIN-1.7] Commissioning window handling timeout and revocation using ECM [DUT - Commissioner] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_8.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_8.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_8.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_8.yaml index 2f5e1ed3fc5949..7b0f6d955954aa 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_8.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_8.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.1.8. [TC-MF-1.8] Commissioning window handling timeout and revocation + 24.1.8. [TC-CADMIN-1.8] Commissioning window handling timeout and revocation using BCM [DUT - Commissioner] config: diff --git a/src/app/tests/suites/certification/Test_TC_MF_1_9.yaml b/src/app/tests/suites/certification/Test_TC_CADMIN_1_9.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MF_1_9.yaml rename to src/app/tests/suites/certification/Test_TC_CADMIN_1_9.yaml index d854880753d5fd..1f1b0b826ed72d 100644 --- a/src/app/tests/suites/certification/Test_TC_MF_1_9.yaml +++ b/src/app/tests/suites/certification/Test_TC_CADMIN_1_9.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 22.1.9. [TC-MF-1.9] Device exit commissioning mode after 20 failed + 24.1.9. [TC-CADMIN-1.9] Device exit commissioning mode after 20 failed commission attempts [ECM] [DUT - Commissionee] config: diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_6.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_1_6.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_6.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_1_6.yaml index 1e84b7774c842e..0b27875e2bdfa6 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_6.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_1_6.yaml @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.1.6. [TC-MC-1.6] Global attributes - Channel Cluster (DUT as Server) +name: + 19.1.6. [TC-CHANNEL-1.6] Global attributes - Channel Cluster (DUT as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_1.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_1.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_5_1.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_1.yaml index b56c7364335b02..5dd46a0b7b6a7c 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.7.1. [TC-MC-5.1] List TV Channels Verification +name: 19.7.1. [TC-CHANNEL-5.1] List TV Channels Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_2.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_2.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_5_2.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_2.yaml index 0cab76e4659558..777ef40eee6105 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.7.2. [TC-MC-5.2] Change Channel by Number Verification +name: 19.7.2. [TC-CHANNEL-5.2] Change Channel by Number Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_3.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_3.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_5_3.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_3.yaml index f5fb299a5492a7..5bb77a389ab8df 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_3.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.7.3. [TC-MC-5.3] Skip Channel Verification +name: 19.7.3. [TC-CHANNEL-5.3] Skip Channel Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_4.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_4.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_5_4.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_4.yaml index 518babf66161d7..ab250bfd900d25 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_4.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.7.4. [TC-MC-5.4] Change Channel Verification (DUT as Client) +name: 19.7.4. [TC-CHANNEL-5.4] Change Channel Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_5.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_5.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_5_5.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_5.yaml index b289a26790ea48..f7be6dd529ee98 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_5.yaml @@ -13,7 +13,9 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.7.5. [TC-MC-5.5] Change Channel By Number Verification (DUT as Client) +name: + 19.7.5. [TC-CHANNEL-5.5] Change Channel By Number Verification (DUT as + Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_5_6.yaml b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_6.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_5_6.yaml rename to src/app/tests/suites/certification/Test_TC_CHANNEL_5_6.yaml index 0b20d341515aad..12d5ef352dac3d 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_5_6.yaml +++ b/src/app/tests/suites/certification/Test_TC_CHANNEL_5_6.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.7.6. [TC-MC-5.6] Skip Channel Verification (DUT as Client) +name: 19.7.6. [TC-CHANNEL-5.6] Skip Channel Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_10_1.yaml b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_1.yaml similarity index 94% rename from src/app/tests/suites/certification/Test_TC_MC_10_1.yaml rename to src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_1.yaml index 9a2ea186365ebc..515ac432fc675a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_10_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.12.1. [TC-MC-10.1] Read Content Launcher Attributes (DUT as Server) +name: 19.12.1. [TC-CONTENTLAUNCHER-10.1] Read Content Launcher Attributes config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_10_3.yaml b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_3.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MC_10_3.yaml rename to src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_3.yaml index 073d46b3d4f9f2..37c972ff8226d6 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_10_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_3.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.12.3. [TC-MC-10.3] Launch Content Verification (DUT as Server) +name: 19.12.2. [TC-CONTENTLAUNCHER-10.3] Launch Content Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_5.yaml b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_5.yaml new file mode 100644 index 00000000000000..3e90839012bdcd --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_5.yaml @@ -0,0 +1,122 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.12.4. [TC-CONTENTLAUNCHER-10.5] Launch URL Verification + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: + "TH sends a LaunchURL command to the DUT with a known good content URL + string" + PICS: MC_CONTENTLAUNCHER.C.C0001 + verification: | + ./chip-tool contentlauncher launch-url "exampleUrl" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 + + + [1651062947.426589][157354:157359] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651062947.426633][157354:157359] CHIP:TOO: LaunchResponse: { + [1651062947.426667][157354:157359] CHIP:TOO: status: 0 + [1651062947.426686][157354:157359] CHIP:TOO: data: exampleData + [1651062947.426704][157354:157359] CHIP:TOO: } + + + Example tv-app log file shows receipt of launchurl command: + [1653934858083] [86784:7552970] CHIP: [ZCL] ContentLauncherManager::HandleLaunchUrl TEST CASE ContentURL=exampleUrl DisplayString= BrandingInformation.ProviderName=exampleName + disabled: true + + - label: + "TH sends a LaunchURL command to the DUT with a known good content URL + string and a display string" + PICS: MC_CONTENTLAUNCHER.C.C0001 + verification: | + ./chip-tool contentlauncher launch-url "https://csa-iot.org/" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 --DisplayString "Custom Display String" + + + [1651225659.477000][4263:4268] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651225659.477112][4263:4268] CHIP:TOO: LaunchResponse: { + [1651225659.477213][4263:4268] CHIP:TOO: status: 0 + [1651225659.477274][4263:4268] CHIP:TOO: data: exampleData + [1651225659.477352][4263:4268] CHIP:TOO: } + + + Example tv-app log file shows receipt of launchurl command: + [1653935303371] [86784:7557521] CHIP: [ZCL] ContentLauncherManager::HandleLaunchUrl TEST CASE ContentURL=https://csa-iot.org/ DisplayString=Custom Display String BrandingInformation.ProviderName=exampleName + disabled: true + + - label: + "TH sends a LaunchURL command to the DUT with a known good content URL + string and a brand information object." + PICS: MC_CONTENTLAUNCHER.C.C0001 + verification: | + ./chip-tool contentlauncher launch-url "https://csa-iot.org/" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 + + + [1651225659.477000][4263:4268] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651225659.477112][4263:4268] CHIP:TOO: LaunchResponse: { + [1651225659.477213][4263:4268] CHIP:TOO: status: 0 + [1651225659.477274][4263:4268] CHIP:TOO: data: exampleData + [1651225659.477352][4263:4268] CHIP:TOO: } + + + Example tv-app log file shows receipt of launchurl command: + [1653935043782] [86784:7554997] CHIP: [ZCL] ContentLauncherManager::HandleLaunchUrl TEST CASE ContentURL=https://csa-iot.org/ DisplayString= BrandingInformation.ProviderName=exampleName + disabled: true + + - label: + "TH sends a LaunchURL command to the DUT with a known unreachable + content URL string." + PICS: MC_CONTENTLAUNCHER.C.C0001 + verification: | + ./chip-tool contentlauncher launch-url "https://badurl" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 + + [1652429829.721244][29660:29665] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1652429829.721301][29660:29665] CHIP:TOO: LaunchResponse: { + [1652429829.721341][29660:29665] CHIP:TOO: status: 1 + [1652429829.721368][29660:29665] CHIP:TOO: data: exampleData + [1652429829.721395][29660:29665] CHIP:TOO: } + + [1654584050.322782][2478:2478] CHIP:DMG: Received command for Endpoint=1 Cluster=0x0000_050A Command=0x0000_0001 + [1654584050.322837][2478:2478] CHIP:DL: GetContentAppByEndpointId() - endpoint 1 not found + [1654584050.322860][2478:2478] CHIP:ZCL: Content Launcher NOT returning ContentApp delegate for endpoint:1 + [1654584050.322891][2478:2478] CHIP:ZCL: ContentLauncherManager::HandleLaunchUrl + [1654584050.322915][2478:2478] CHIP:ZCL: ContentLauncherManager::HandleLaunchUrl TEST CASE ContentURL=https://badurl DisplayString= BrandingInformation.ProviderName=exampleName + [1654584050.322953][2478:2478] CHIP:DMG: ICR moving to [ Preparing] + disabled: true + + - label: + "TH sends a LaunchURL command to the DUT with a known un-authorized + content URL string." + PICS: MC_CONTENTLAUNCHER.C.C0001 + verification: | + ./chip-tool contentlauncher launch-url "https://csa-iot.org/badauth" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 + + + [1652429857.017897][29666:29671] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1652429857.017968][29666:29671] CHIP:TOO: LaunchResponse: { + [1652429857.018031][29666:29671] CHIP:TOO: status: 2 + [1652429857.018068][29666:29671] CHIP:TOO: data: exampleData + [1652429857.018103][29666:29671] CHIP:TOO: } + + [1654584216.621632][2478:2478] CHIP:DMG: Received command for Endpoint=1 Cluster=0x0000_050A Command=0x0000_0001 + [1654584216.621692][2478:2478] CHIP:DL: GetContentAppByEndpointId() - endpoint 1 not found + [1654584216.621718][2478:2478] CHIP:ZCL: Content Launcher NOT returning ContentApp delegate for endpoint:1 + [1654584216.621752][2478:2478] CHIP:ZCL: ContentLauncherManager::HandleLaunchUrl + [1654584216.621804][2478:2478] CHIP:ZCL: ContentLauncherManager::HandleLaunchUrl TEST CASE ContentURL=https://csa-iot.org/badauth DisplayString= BrandingInformation.ProviderName=exampleName + [1654584216.621845][2478:2478] CHIP:DMG: ICR moving to [ Preparing] + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_7.yaml b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_7.yaml new file mode 100644 index 00000000000000..d9889bcdf64348 --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_7.yaml @@ -0,0 +1,276 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.12.6. [TC-CONTENTLAUNCHER-10.7] Content Search Verification + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Actor" and Value as An Actors name, for + example, Gaby sHoffman' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 0, "value": "Gaby sHoffman", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + [1651225059.893636][4190:4195] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651225059.893741][4190:4195] CHIP:TOO: LaunchResponse: { + [1651225059.893814][4190:4195] CHIP:TOO: status: 0 + [1651225059.893869][4190:4195] CHIP:TOO: data: exampleData + [1651225059.893924][4190:4195] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=0 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Channel" and Value as Channel Name name, for + example, "PBS"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 1, "value": "PBS", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651225141.737648][4203:4209] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651225141.737778][4203:4209] CHIP:TOO: LaunchResponse: { + [1651225141.737854][4203:4209] CHIP:TOO: status: 0 + [1651225141.737936][4203:4209] CHIP:TOO: data: exampleData + [1651225141.737994][4203:4209] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=1 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Character" and Value as Characters name,for + example, Snow White' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 2, "value": "Snow White", "externalIDList": [ { "name": "foo", "value": "2"} ] } ] }' 0 1 1 + + + [1651578539.231066][9699:9704] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578539.231135][9699:9704] CHIP:TOO: LaunchResponse: { + [1651578539.231184][9699:9704] CHIP:TOO: status: 0 + [1651578539.231214][9699:9704] CHIP:TOO: data: exampleData + [1651578539.231247][9699:9704] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=2 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Director" and Value as Directors name, for + example, Spike Lee' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 3, "value": "Spike Lee", "externalIDList": [ { "name": "Spike Lee", "value": "3"} ] } ] }' 0 1 1 + + [1651578561.129609][9706:9711] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578561.129678][9706:9711] CHIP:TOO: LaunchResponse: { + [1651578561.129725][9706:9711] CHIP:TOO: status: 0 + [1651578561.129760][9706:9711] CHIP:TOO: data: exampleData + [1651578561.129796][9706:9711] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=3 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Event" and Value as An Events name , for + example "Football games"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 4, "value": "Football games", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + [1651578612.348295][9717:9722] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578612.348350][9717:9722] CHIP:TOO: LaunchResponse: { + [1651578612.348388][9717:9722] CHIP:TOO: status: 0 + [1651578612.348413][9717:9722] CHIP:TOO: data: exampleData + [1651578612.348437][9717:9722] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236636669] [74577:2229859] CHIP: [ZCL] TEST CASE found match=Sports Example type=4 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Franchise" and Value as Franchises name,for + example "Star Wars"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 5, "value": "Star Wars", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651578634.392516][9725:9730] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578634.392581][9725:9730] CHIP:TOO: LaunchResponse: { + [1651578634.392629][9725:9730] CHIP:TOO: status: 0 + [1651578634.392662][9725:9730] CHIP:TOO: data: exampleData + [1651578634.392694][9725:9730] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=5 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Genre" and Value as Genres name, for example + "Horror"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 6, "value": "Horror", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + [1652091775.613303][9916:9922] CHIP:DMG: Received Command Response Data, Endpoint=1 Cluster=0x0000_050A Command=0x0000_0002 + [1652091775.613395][9916:9922] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1652091775.613490][9916:9922] CHIP:TOO: LaunchResponse: { + [1652091775.613578][9916:9922] CHIP:TOO: status: 0 + [1652091775.613620][9916:9922] CHIP:TOO: data: exampleData + [1652091775.613661][9916:9922] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=6 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "League" and Value as Leagues name, for example + "NCAA"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 7, "value": "NCAA", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651578662.336318][9733:9738] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578662.336370][9733:9738] CHIP:TOO: LaunchResponse: { + [1651578662.336479][9733:9738] CHIP:TOO: status: 0 + [1651578662.336505][9733:9738] CHIP:TOO: data: exampleData + [1651578662.336526][9733:9738] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236636669] [74577:2229859] CHIP: [ZCL] TEST CASE found match=Sports Example type=7 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Popularity" and Value as Popularitys name' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 8, "value": "Popularity", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + [1651578680.236952][9740:9745] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578680.237036][9740:9745] CHIP:TOO: LaunchResponse: { + [1651578680.237093][9740:9745] CHIP:TOO: status: 0 + [1651578680.237135][9740:9745] CHIP:TOO: data: exampleData + [1651578680.237176][9740:9745] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=8 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Provider" and Value as Providers name, for + example "Netflix"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 9, "value": "Netflix", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + [1651578697.912544][9750:9755] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578697.912620][9750:9755] CHIP:TOO: LaunchResponse: { + [1651578697.912673][9750:9755] CHIP:TOO: status: 0 + [1651578697.912715][9750:9755] CHIP:TOO: data: exampleData + [1651578697.912753][9750:9755] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=TV Show Example type=9 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Sport" and Value as Sports name, for example, + football' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 10, "value": "football", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651578716.145536][9757:9762] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578716.145622][9757:9762] CHIP:TOO: LaunchResponse: { + [1651578716.145682][9757:9762] CHIP:TOO: status: 0 + [1651578716.145725][9757:9762] CHIP:TOO: data: exampleData + [1651578716.145767][9757:9762] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236636669] [74577:2229859] CHIP: [ZCL] TEST CASE found match=Sports Example type=10 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "SportsTeam" and Value as SportTeams name , for + example "Arsenel"' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 11, "value": "Arsenel", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651578735.341387][9764:9769] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578735.341498][9764:9769] CHIP:TOO: LaunchResponse: { + [1651578735.341574][9764:9769] CHIP:TOO: status: 0 + [1651578735.341630][9764:9769] CHIP:TOO: data: exampleData + [1651578735.341686][9764:9769] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236636669] [74577:2229859] CHIP: [ZCL] TEST CASE found match=Sports Example type=11 + disabled: true + + - label: + 'TH sends a LaunchContent command to the DUT with search parameter + consisting of Type As "Type" and Value as Types name, for example + "TVSeries",' + PICS: MC_CONTENTLAUNCHER.C.C0000 + verification: | + ./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 12, "value": "TVSeries", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 + + + [1651578755.904379][9773:9778] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 + [1651578755.904459][9773:9778] CHIP:TOO: LaunchResponse: { + [1651578755.904517][9773:9778] CHIP:TOO: status: 0 + [1651578755.904560][9773:9778] CHIP:TOO: data: exampleData + [1651578755.904604][9773:9778] CHIP:TOO: } + + tv-app DUT shows matches via console: + + [1653236823721] [74577:2234439] CHIP: [ZCL] TEST CASE found match=Sports Example type=12 + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_11.yaml b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_1_11.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_11.yaml rename to src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_1_11.yaml index a91e1a9b5d161f..7b46c6f82f1b9e 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_11.yaml +++ b/src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_1_11.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 18.1.11. [TC-MC-1.11] Global attributes - Content Launcher Cluster (DUT as - Server) + 19.1.11. [TC-CONTENTLAUNCHER-1.11] Global attributes - Content Launcher + Cluster (DUT as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DA_1_5.yaml b/src/app/tests/suites/certification/Test_TC_DA_1_5.yaml index 6556f7cd04c0a8..0c8470ae2e27db 100644 --- a/src/app/tests/suites/certification/Test_TC_DA_1_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_DA_1_5.yaml @@ -381,7 +381,7 @@ tests: TH side: ./chip-tool pairing ble-wifi 1 zigbeehome matter123 20202021 3841 --trace_decode 1 - [1650455358.501816][4366:4371] CHIP:TOO: Device commissioning completed with success""" + [1650455358.501816][4366:4371] CHIP:TOO: Device commissioning completed with success disabled: true - label: "TH1 generates 32-byte CSRNonce" diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_1_1.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_1_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_1_1.yaml index 2a5285cc64e45f..e93a9ab713a23f 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_1_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 49.1.1. [TC-DIAG-TH_NW-1.1] Global Attributes [DUT-Server] +name: 50.1.1. [TC-DGTHREAD-1.1] Global Attributes [DUT-Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_1.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_1.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_2_1.yaml index 7600e0936c20e7..ef28381ebc1ef1 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 49.2.1. [TC-DIAG-TH_NW-2.1] Attributes [DUT- Server] +name: 50.2.1. [TC-DGTHREAD-2.1] Attributes [DUT- Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_2.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_2.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_2.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_2_2.yaml index 7dcee8e39f0b30..bc8d7e33d52997 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 48.3. [TC-DIAG-TH_NW-2.2] Attributes-Tx [DUT Server] +name: 50.2.2. [TC-DGTHREAD-2.2] Attributes-Tx [DUT- Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_3.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_3.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_3.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_2_3.yaml index bc54ac56e2de47..4dd604eb57d9be 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_3.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 48.4. [TC-DIAG-TH_NW-2.3] Attributes-Rx [DUT Server] +name: 50.2.3. [TC-DGTHREAD-2.3] Attributes-Rx [DUT- Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_4.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_4.yaml similarity index 94% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_4.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_2_4.yaml index 6cd018a2f5fb68..46589fd7cbdacb 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_4.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 49.2.4. [TC-DIAG-TH_NW-2.4] ResetCounts Command[DUT- Server] +name: 50.2.4. [TC-DGTHREAD-2.4] ResetCounts Command[DUT- Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_5.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_5.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_5.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_2_5.yaml index f1be3daa60fc29..24db14e56b025f 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_2_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_2_5.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 48.2.5. [TC-DIAG-TH_NW-2.5] Thread Network Diagnostics Cluster Events [DUT- - Server] + 50.2.5. [TC-DGTHREAD-2.5] Thread Network Diagnostics Cluster + Events[DUT-Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_1.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_1.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_3_1.yaml index bc5a31576cc22e..e5e13f5075086d 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 48.7. [TC-DIAG-TH_NW-3.1] Attributes [DUT Client] +name: 50.3.1. [TC-DGTHREAD-3.1] Attributes [DUT- Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_2.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_2.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_2.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_3_2.yaml index 9bcd795b3ea70e..de2b1754450a27 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_2.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 48.8. [TC-DIAG-TH_NW-3.2] Attributes - Tx[DUT Client] +name: 50.3.2. [TC-DGTHREAD-3.2] Attributes-Tx [DUT- Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_3.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_3.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_3.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_3_3.yaml index 68e57aca2242a9..2e888e1eafe0b7 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_3.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 48.9. [TC-DIAG-TH_NW-3.3] Attributes-Rx [DUT Client] +name: 50.3.3. [TC-DGTHREAD-3.3] Attributes-Rx [DUT- Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_4.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_4.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_4.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_3_4.yaml index 2959e17a2fd7bd..612819a0a7e548 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_4.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 48.10. [TC-DIAG-TH_NW-2.9] ResetCounts Command[DUT client] +name: 50.3.4. [TC-DGTHREAD-3.4] ResetCounts Command[DUT-Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_5.yaml b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_5.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_5.yaml rename to src/app/tests/suites/certification/Test_TC_DGTHREAD_3_5.yaml index 94c79815b5c4b2..95af89fc51e59f 100644 --- a/src/app/tests/suites/certification/Test_TC_DIAG_TH_NW_3_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_DGTHREAD_3_5.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 48.3.5. [TC-DIAG-TH_NW-3.5] Thread Network Diagnostics Cluster Events [DUT- + 50.3.5. [TC-DGTHREAD-3.5] Thread Network Diagnostics Cluster Events [DUT as Client] config: diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_2.yaml b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_1_2.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_2.yaml rename to src/app/tests/suites/certification/Test_TC_KEYPADINPUT_1_2.yaml index 0dd4c86dd9fa17..f7ee45a3ec4aff 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_1_2.yaml @@ -13,7 +13,8 @@ # limitations under the License. name: - 18.1.2. [TC-MC-1.2] Global attributes - Keypad Input Cluster (DUT as Server) + 19.1.2. [TC-KEYPADINPUT-1.2] Global attributes - Keypad Input Cluster (DUT + as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_2.yaml b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_2.yaml similarity index 94% rename from src/app/tests/suites/certification/Test_TC_MC_3_2.yaml rename to src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_2.yaml index 1ca4b68a015e57..3327408226d20c 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.3.2. [TC-MC-3.2] Location Keys Verification +name: 19.3.1. [TC-KEYPADINPUT-3.1] Send Key Command Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_3.yaml b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_3.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_3.yaml rename to src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_3.yaml index 0c51aa77c984ff..52d8a41bc00809 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_KEYPADINPUT_3_3.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.3.3. [TC-MC-3.3] Number Keys Verification +name: 19.3.3. [TC-KEYPADINPUT-3.3] Number Keys Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_1.yaml b/src/app/tests/suites/certification/Test_TC_LOWPOWER_1_1.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_LOWPOWER_1_1.yaml index 1c4f740e144c59..e253b53427d09b 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LOWPOWER_1_1.yaml @@ -12,7 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 15.1.1. [TC-MC-1.1] Global attributes with server as DUT +name: + 19.1.1. [TC-LOWPOWER-1.1] Global attributes - Low Power Cluster (DUT as + Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_2_1.yaml b/src/app/tests/suites/certification/Test_TC_LOWPOWER_2_1.yaml similarity index 93% rename from src/app/tests/suites/certification/Test_TC_MC_2_1.yaml rename to src/app/tests/suites/certification/Test_TC_LOWPOWER_2_1.yaml index cee767c531b8e6..0199c80b7c8065 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LOWPOWER_2_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.2.1. [TC-MC-2.1] Low Power Mode Verification (DUT as Server) +name: 19.2.1. [TC-LOWPOWER-2.1] Low Power Mode Verification (DUT as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_2_2.yaml b/src/app/tests/suites/certification/Test_TC_LOWPOWER_2_2.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_2_2.yaml rename to src/app/tests/suites/certification/Test_TC_LOWPOWER_2_2.yaml index 697f69e229d635..1003c5c6d4029b 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_LOWPOWER_2_2.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 21.2.2. [TC-MC-2.2] Low Power Mode Verification (DUT as Client) +name: 19.2.2. [TC-LOWPOWER-2.2] Low Power Mode Verification (DUT as Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TFL_1_1.yaml b/src/app/tests/suites/certification/Test_TC_LTIME_1_1.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_TFL_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_LTIME_1_1.yaml index 640b173f220067..df644fa0e4fb30 100644 --- a/src/app/tests/suites/certification/Test_TC_TFL_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LTIME_1_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 3.1. [TC-TFL-1.1]Global Attributes [DUT as Client] +name: 109.1.1. [TC-LTIME-1.1] Global Attributes [DUT as Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TFL_1_2.yaml b/src/app/tests/suites/certification/Test_TC_LTIME_1_2.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_TFL_1_2.yaml rename to src/app/tests/suites/certification/Test_TC_LTIME_1_2.yaml index 37a10523895112..08d2e589bd186d 100644 --- a/src/app/tests/suites/certification/Test_TC_TFL_1_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_LTIME_1_2.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 3.2. [TC-TFL-1.2|]Global Attributes [DUT as Server] +name: 109.1.2. [TC-LTIME-1.2] Global Attributes [DUT as Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TFL_2_1.yaml b/src/app/tests/suites/certification/Test_TC_LTIME_2_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_TFL_2_1.yaml rename to src/app/tests/suites/certification/Test_TC_LTIME_2_1.yaml index afb7623220d025..594085a6390cd0 100644 --- a/src/app/tests/suites/certification/Test_TC_TFL_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LTIME_2_1.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.3. [TC-TFL-2.1] Read and Write Time Format Localization Cluster Attributes - [DUT as Client] + 109.2.1. [TC-LTIME-2.1] Read and Write Time Format Localization Cluster + Attributes [DUT as Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TFL_3_1.yaml b/src/app/tests/suites/certification/Test_TC_LTIME_3_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_TFL_3_1.yaml rename to src/app/tests/suites/certification/Test_TC_LTIME_3_1.yaml index 0fa91e06332f59..b75218d3a496c5 100644 --- a/src/app/tests/suites/certification/Test_TC_TFL_3_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LTIME_3_1.yaml @@ -14,8 +14,8 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 3.4. [TC-TFL-3.1]Read and Write Time Format Localization Cluster Attributes - [DUT as Server] + 109.3.1. [TC-LTIME-3.1] Read and Write Time Format Localization Cluster + Attributes [DUT as Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_UL_1_1.yaml b/src/app/tests/suites/certification/Test_TC_LUNIT_1_1.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_UL_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_LUNIT_1_1.yaml index 1a3ff869d701f1..b7f89ba8232272 100644 --- a/src/app/tests/suites/certification/Test_TC_UL_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LUNIT_1_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 103.1.1. [TC-UL-1.1] Global Attributes [DUT as Client] +name: 105.1.1. [TC-LUNIT-1.1] Global Attributes [DUT as Client] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_UL_1_2.yaml b/src/app/tests/suites/certification/Test_TC_LUNIT_1_2.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_UL_1_2.yaml rename to src/app/tests/suites/certification/Test_TC_LUNIT_1_2.yaml index 98514e6c79fb6f..5158bfadc48861 100644 --- a/src/app/tests/suites/certification/Test_TC_UL_1_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_LUNIT_1_2.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 103.1.2. [TC-UL-1.2] Global Attributes [DUT as Server] +name: 105.1.2. [TC-LUNIT-1.2] Global Attributes [DUT as Server] config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_UL_2_1.yaml b/src/app/tests/suites/certification/Test_TC_LUNIT_2_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_UL_2_1.yaml rename to src/app/tests/suites/certification/Test_TC_LUNIT_2_1.yaml index 7b7488b79d4287..2ed402c003ad6d 100644 --- a/src/app/tests/suites/certification/Test_TC_UL_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LUNIT_2_1.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 103.2.1. [TC-UL-2.1] Read and Write Unit Localization Cluster Attributes + 105.2.1. [TC-LUNIT-2.1] Read and Write Unit Localization Cluster Attributes [DUT as Client] config: diff --git a/src/app/tests/suites/certification/Test_TC_UL_3_1.yaml b/src/app/tests/suites/certification/Test_TC_LUNIT_3_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_UL_3_1.yaml rename to src/app/tests/suites/certification/Test_TC_LUNIT_3_1.yaml index 1f0c4d354f4cf5..f2384877cfa903 100644 --- a/src/app/tests/suites/certification/Test_TC_UL_3_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LUNIT_3_1.yaml @@ -14,7 +14,7 @@ # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default name: - 103.3.1. [TC-UL-3.1] Read and Write Unit Localization Cluster Attributes + 105.3.1. [TC-LUNIT-3.1] Read and Write Unit Localization Cluster Attributes [DUT as Server] config: diff --git a/src/app/tests/suites/certification/Test_TC_MC_10_5.yaml b/src/app/tests/suites/certification/Test_TC_MC_10_5.yaml deleted file mode 100644 index bf74ccc055965d..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_10_5.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.12.5. [TC-MC-10.5] Launch URL Verification (DUT as Server) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: - "TH sends a LaunchURL command to the DUT with a known good content URL - string" - PICS: MC_CONTENTLAUNCHER.C.C0001 - verification: | - ./chip-tool contentlauncher launch-url "exampleUrl" '{"providerName": "exampleName", "background": { "imageUrl": "exampleUrl", "color": "blue", "size" : {"width": 1.0, "height": 1.0, "metric": 0} }}' 1 1 - - [1646144176735] [87729:3775289] CHIP: [EM] Received message of type 0x9 with protocolId (0, 1) and MessageCounter:13910464 on exchange 56735i - [1646144176735] [87729:3775289] CHIP: [EM] Found matching exchange: 56735i, Delegate: 0x7f86f5805d50 - [1646144176735] [87729:3775289] CHIP: [EM] Rxd Ack; Removing MessageCounter:15382164 from Retrans Table on exchange 56735i - [1646144176735] [87729:3775289] CHIP: [EM] Removed CHIP MessageCounter:15382164 from RetransTable on exchange 56735i - [1646144176735] [87729:3775289] CHIP: [DMG] ICR moving to [ResponseRe] - [1646144176735] [87729:3775289] CHIP: [DMG] InvokeResponseMessage = - [1646144176736] [87729:3775289] CHIP: [DMG] { - [1646144176736] [87729:3775289] CHIP: [DMG] suppressResponse = false, - [1646144176736] [87729:3775289] CHIP: [DMG] InvokeResponseIBs = - [1646144176736] [87729:3775289] CHIP: [DMG] [ - [1646144176736] [87729:3775289] CHIP: [DMG] InvokeResponseIB = - [1646144176736] [87729:3775289] CHIP: [DMG] { - [1646144176736] [87729:3775289] CHIP: [DMG] CommandDataIB = - [1646144176736] [87729:3775289] CHIP: [DMG] { - [1646144176736] [87729:3775289] CHIP: [DMG] CommandPathIB = - [1646144176736] [87729:3775289] CHIP: [DMG] { - [1646144176736] [87729:3775289] CHIP: [DMG] EndpointId = 0x1, - [1646144176736] [87729:3775289] CHIP: [DMG] ClusterId = 0x50a, - [1646144176736] [87729:3775289] CHIP: [DMG] CommandId = 0x2, - [1646144176736] [87729:3775289] CHIP: [DMG] }, - [1646144176736] [87729:3775289] CHIP: [DMG] - [1646144176736] [87729:3775289] CHIP: [DMG] CommandData = - [1646144176736] [87729:3775289] CHIP: [DMG] { - [1646144176736] [87729:3775289] CHIP: [DMG] 0x0 = 0, - [1646144176736] [87729:3775289] CHIP: [DMG] 0x1 = "exampleData", - [1646144176736] [87729:3775289] CHIP: [DMG] }, - [1646144176736] [87729:3775289] CHIP: [DMG] }, - [1646144176736] [87729:3775289] CHIP: [DMG] - [1646144176736] [87729:3775289] CHIP: [DMG] }, - [1646144176736] [87729:3775289] CHIP: [DMG] - [1646144176736] [87729:3775289] CHIP: [DMG] ], - [1646144176736] [87729:3775289] CHIP: [DMG] - [1646144176736] [87729:3775289] CHIP: [DMG] InteractionModelRevision = 1 - [1646144176736] [87729:3775289] CHIP: [DMG] }, - [1646144176736] [87729:3775289] CHIP: [DMG] Received Command Response Data, Endpoint=1 Cluster=0x0000_050A Command=0x0000_0002 - [1646144176736] [87729:3775289] CHIP: [TOO] Endpoint: 1 Cluster: 0x0000_050A Command 0x0000_0002 - [1646144176737] [87729:3775289] CHIP: [TOO] LaunchResponse: { - [1646144176737] [87729:3775289] CHIP: [TOO] status: 0 - [1646144176737] [87729:3775289] CHIP: [TOO] data: exampleData - [1646144176737] [87729:3775289] CHIP: [TOO] } - [1646144176737] [87729:3775289] CHIP: [DMG] ICR moving to [AwaitingDe] - [1646144176737] [87729:3775289] CHIP: [EM] Sending Standalone Ack for MessageCounter:13910464 on exchange 56735i - [1646144176737] [87729:3775289] CHIP: [IN] Prepared secure message 0x70000027a560 to 0x0000000000000001 (1) of type 0x10 and protocolId (0, 0) on exchange 56735i with MessageCounter:15382165. - [1646144176737] [87729:3775289] CHIP: [IN] Sending encrypted msg 0x70000027a560 with MessageCounter:15382165 to 0x0000000000000001 (1) at monotonic time: 431457592 msec - disabled: true - - - label: - "TH sends a LaunchURL command to the DUT with a known good content URL - string and a display string" - PICS: MC_CONTENTLAUNCHER.C.C0001 - verification: | - ./chip-tool contentlauncher launch-urlrequest https://csa-iot.org/ 'Test content' 1 1 - disabled: true - - - label: - "TH sends a LaunchURL command to the DUT with a known good content URL - string and a brand information object." - PICS: MC_CONTENTLAUNCHER.C.C0001 - verification: | - Not supported by chip-tool - disabled: true - - - label: - "TH sends a LaunchURL command to the DUT with a known unreachable - content URL string." - PICS: MC_CONTENTLAUNCHER.C.C0001 - verification: | - ./chip-tool contentlauncher launch-urlrequest https://badurl 1 1 - disabled: true - - - label: - "TH sends a LaunchURL command to the DUT with a known un-authorized - content URL string." - PICS: MC_CONTENTLAUNCHER.C.C0001 - verification: | - ./chip-tool contentlauncher launch-urlrequest https://csa-iot.org/badauth 1 1 - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_10_7.yaml b/src/app/tests/suites/certification/Test_TC_MC_10_7.yaml deleted file mode 100644 index 2c291de7077773..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_10_7.yaml +++ /dev/null @@ -1,138 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.12.7. [TC-MC-10.7] Content Search Verification (DUT as Server) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Actor' and Value as An Actors name, for - example, Gaby sHoffman" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Channel' and Value as Channel Name name, for - example, PBS'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Character' and Value as Characters name,for - example, Snow White" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Director' and Value as Directors name, for - example, Spike Lee" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Event' and Value as An Events name , for - example 'Football games'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Franchise' and Value as Franchises name,for - example 'Star Wars'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Genre' and Value as Genres name, for example - 'Horror'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'League' and Value as Leagues name, for example - 'NCAA'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Popularity' and Value as Popularitys name" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Provider' and Value as Providers name, for - example 'Netflix'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Sport' and Value as Sports name, for example, - football" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'SportsTeam' and Value as SportTeams name , for - example 'Arsenel'" - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true - - - label: - "DUT sends a LaunchContent command to the TH with search parameter - consisting of Type As 'Type' and Value as Types name, for example - 'TVSeries'," - PICS: MC_CONTENTLAUNCHER.C.C0000 - verification: | - - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_14.yaml b/src/app/tests/suites/certification/Test_TC_MC_3_14.yaml deleted file mode 100644 index 769853f7c5d815..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_3_14.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.5.5. [TC-MC-3.14] Select Input Verification (DUT as Client) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: "DUT sends SelectInput command to TH" - PICS: MC_MEDIAINPUT.C.C0000 - verification: | - The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. - If the DUT knows the Index value, then those can be sent as the argument. - Else User needs to execute the following command to know the index InputList - ./chip-tool mediainput read input-list 1 1 - - - ./chip-tool mediainput select-input 0 1 1 - - [1653155506860] [89108:1723790] CHIP: [DMG] InvokeRequestMessage = - [1653155506860] [89108:1723790] CHIP: [DMG] { - [1653155506860] [89108:1723790] CHIP: [DMG] suppressResponse = false, - [1653155506860] [89108:1723790] CHIP: [DMG] timedRequest = false, - [1653155506860] [89108:1723790] CHIP: [DMG] InvokeRequests = - [1653155506860] [89108:1723790] CHIP: [DMG] [ - [1653155506860] [89108:1723790] CHIP: [DMG] CommandDataIB = - [1653155506860] [89108:1723790] CHIP: [DMG] { - [1653155506860] [89108:1723790] CHIP: [DMG] CommandPathIB = - [1653155506860] [89108:1723790] CHIP: [DMG] { - [1653155506860] [89108:1723790] CHIP: [DMG] EndpointId = 0x1, - [1653155506860] [89108:1723790] CHIP: [DMG] ClusterId = 0x507, - [1653155506860] [89108:1723790] CHIP: [DMG] CommandId = 0x0, - [1653155506860] [89108:1723790] CHIP: [DMG] }, - [1653155506860] [89108:1723790] CHIP: [DMG] - [1653155506860] [89108:1723790] CHIP: [DMG] CommandData = - [1653155506860] [89108:1723790] CHIP: [DMG] { - [1653155506860] [89108:1723790] CHIP: [DMG] 0x0 = 1, - [1653155506860] [89108:1723790] CHIP: [DMG] }, - [1653155506860] [89108:1723790] CHIP: [DMG] }, - [1653155506860] [89108:1723790] CHIP: [DMG] - [1653155506860] [89108:1723790] CHIP: [DMG] ], - [1653155506860] [89108:1723790] CHIP: [DMG] - [1653155506860] [89108:1723790] CHIP: [DMG] InteractionModelRevision = 1 - [1653155506860] [89108:1723790] CHIP: [DMG] }, - - - Enter the below command to read the current input. - ./chip-tool mediainput read currentinput 1 1 - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_15.yaml b/src/app/tests/suites/certification/Test_TC_MC_3_15.yaml deleted file mode 100644 index d005c0c1452c1d..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_3_15.yaml +++ /dev/null @@ -1,60 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.5.6. [TC-MC-3.15] Show Input Status Verification (DUT as Client) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: "DUT sends Show Input Status command to TH" - PICS: MC_MEDIAINPUT.C.C0001 - verification: | - The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. - - ./chip-tool mediainput show-input-status 1 1 - - [1653155393583] [37369:1721684] CHIP: [DMG] InvokeResponseMessage = - [1653155393583] [37369:1721684] CHIP: [DMG] { - [1653155393583] [37369:1721684] CHIP: [DMG] suppressResponse = false, - [1653155393583] [37369:1721684] CHIP: [DMG] InvokeResponseIBs = - [1653155393583] [37369:1721684] CHIP: [DMG] [ - [1653155393583] [37369:1721684] CHIP: [DMG] InvokeResponseIB = - [1653155393583] [37369:1721684] CHIP: [DMG] { - [1653155393583] [37369:1721684] CHIP: [DMG] CommandStatusIB = - [1653155393583] [37369:1721684] CHIP: [DMG] { - [1653155393583] [37369:1721684] CHIP: [DMG] CommandPathIB = - [1653155393583] [37369:1721684] CHIP: [DMG] { - [1653155393583] [37369:1721684] CHIP: [DMG] EndpointId = 0x1, - [1653155393583] [37369:1721684] CHIP: [DMG] ClusterId = 0x507, - [1653155393583] [37369:1721684] CHIP: [DMG] CommandId = 0x1, - [1653155393583] [37369:1721684] CHIP: [DMG] }, - [1653155393583] [37369:1721684] CHIP: [DMG] - [1653155393583] [37369:1721684] CHIP: [DMG] StatusIB = - [1653155393583] [37369:1721684] CHIP: [DMG] { - [1653155393583] [37369:1721684] CHIP: [DMG] status = 0x00 (SUCCESS), - [1653155393583] [37369:1721684] CHIP: [DMG] }, - [1653155393583] [37369:1721684] CHIP: [DMG] - [1653155393583] [37369:1721684] CHIP: [DMG] }, - [1653155393583] [37369:1721684] CHIP: [DMG] - [1653155393583] [37369:1721684] CHIP: [DMG] }, - [1653155393583] [37369:1721684] CHIP: [DMG] - [1653155393583] [37369:1721684] CHIP: [DMG] ], - [1653155393583] [37369:1721684] CHIP: [DMG] - [1653155393583] [37369:1721684] CHIP: [DMG] InteractionModelRevision = 1 - [1653155393583] [37369:1721684] CHIP: [DMG] }, - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_16.yaml b/src/app/tests/suites/certification/Test_TC_MC_3_16.yaml deleted file mode 100644 index a03a76eb86eab9..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_3_16.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.5.7. [TC-MC-3.16] Hide Input Status Verification (DUT as Client) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: "DUT sends Hide Input Status command to TH" - PICS: MC_MEDIAINPUT.C.C0002 - verification: | - The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. - - ./chip-tool mediainput hide-input-status 1 1 - - [1653155441000] [89108:1722216] CHIP: [DMG] InvokeRequestMessage = - [1653155441000] [89108:1722216] CHIP: [DMG] { - [1653155441000] [89108:1722216] CHIP: [DMG] suppressResponse = false, - [1653155441000] [89108:1722216] CHIP: [DMG] timedRequest = false, - [1653155441000] [89108:1722216] CHIP: [DMG] InvokeRequests = - [1653155441000] [89108:1722216] CHIP: [DMG] [ - [1653155441000] [89108:1722216] CHIP: [DMG] CommandDataIB = - [1653155441000] [89108:1722216] CHIP: [DMG] { - [1653155441000] [89108:1722216] CHIP: [DMG] CommandPathIB = - [1653155441000] [89108:1722216] CHIP: [DMG] { - [1653155441000] [89108:1722216] CHIP: [DMG] EndpointId = 0x1, - [1653155441000] [89108:1722216] CHIP: [DMG] ClusterId = 0x507, - [1653155441000] [89108:1722216] CHIP: [DMG] CommandId = 0x2, - [1653155441000] [89108:1722216] CHIP: [DMG] }, - [1653155441000] [89108:1722216] CHIP: [DMG] - [1653155441000] [89108:1722216] CHIP: [DMG] CommandData = - [1653155441000] [89108:1722216] CHIP: [DMG] { - [1653155441000] [89108:1722216] CHIP: [DMG] }, - [1653155441000] [89108:1722216] CHIP: [DMG] }, - [1653155441000] [89108:1722216] CHIP: [DMG] - [1653155441000] [89108:1722216] CHIP: [DMG] ], - [1653155441000] [89108:1722216] CHIP: [DMG] - [1653155441000] [89108:1722216] CHIP: [DMG] InteractionModelRevision = 1 - [1653155441000] [89108:1722216] CHIP: [DMG] }, - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_17.yaml b/src/app/tests/suites/certification/Test_TC_MC_3_17.yaml deleted file mode 100644 index 87f5ee022fd221..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_3_17.yaml +++ /dev/null @@ -1,57 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.5.8. [TC-MC-3.17] Rename Input Verification (DUT as Client) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: "DUT sends Rename Input command to TH" - PICS: MC_MEDIAINPUT.C.C0003 - verification: | - The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. - - ./chip-tool mediainput rename-input 1 'DVD' 1 1 - - [1653155471413] [89108:1722216] CHIP: [DMG] InvokeRequestMessage = - [1653155471413] [89108:1722216] CHIP: [DMG] { - [1653155471413] [89108:1722216] CHIP: [DMG] suppressResponse = false, - [1653155471413] [89108:1722216] CHIP: [DMG] timedRequest = false, - [1653155471413] [89108:1722216] CHIP: [DMG] InvokeRequests = - [1653155471413] [89108:1722216] CHIP: [DMG] [ - [1653155471413] [89108:1722216] CHIP: [DMG] CommandDataIB = - [1653155471413] [89108:1722216] CHIP: [DMG] { - [1653155471413] [89108:1722216] CHIP: [DMG] CommandPathIB = - [1653155471413] [89108:1722216] CHIP: [DMG] { - [1653155471413] [89108:1722216] CHIP: [DMG] EndpointId = 0x1, - [1653155471413] [89108:1722216] CHIP: [DMG] ClusterId = 0x507, - [1653155471413] [89108:1722216] CHIP: [DMG] CommandId = 0x3, - [1653155471413] [89108:1722216] CHIP: [DMG] }, - [1653155471413] [89108:1722216] CHIP: [DMG] - [1653155471413] [89108:1722216] CHIP: [DMG] CommandData = - [1653155471413] [89108:1722216] CHIP: [DMG] { - [1653155471413] [89108:1722216] CHIP: [DMG] 0x0 = 1, - [1653155471413] [89108:1722216] CHIP: [DMG] 0x1 = "DVD", - [1653155471413] [89108:1722216] CHIP: [DMG] }, - [1653155471413] [89108:1722216] CHIP: [DMG] }, - [1653155471413] [89108:1722216] CHIP: [DMG] - [1653155471413] [89108:1722216] CHIP: [DMG] ], - [1653155471413] [89108:1722216] CHIP: [DMG] - [1653155471413] [89108:1722216] CHIP: [DMG] InteractionModelRevision = 1 - [1653155471413] [89108:1722216] CHIP: [DMG] }, - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_8_1.yaml b/src/app/tests/suites/certification/Test_TC_MC_3_8_1.yaml deleted file mode 100644 index d0e9bc7d552011..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_MC_3_8_1.yaml +++ /dev/null @@ -1,60 +0,0 @@ -# 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. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 18.4.6. [TC-MC-3.8.1] Stop Application Verification (DUT as Client) - -config: - nodeId: 0x12344321 - cluster: "Basic" - endpoint: 0 - -tests: - - label: "DUT sends StopApp command to TH" - PICS: MC_APPLAUNCHER.C.C0001 - verification: | - The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. - - ./chip-tool applicationlauncher stop-app '{"catalogVendorId": 123, "applicationId": "exampleid"}' 1 1 - - [1653155332047] [89108:1720505] CHIP: [DMG] InvokeRequestMessage = - [1653155332047] [89108:1720505] CHIP: [DMG] { - [1653155332047] [89108:1720505] CHIP: [DMG] suppressResponse = false, - [1653155332047] [89108:1720505] CHIP: [DMG] timedRequest = false, - [1653155332047] [89108:1720505] CHIP: [DMG] InvokeRequests = - [1653155332047] [89108:1720505] CHIP: [DMG] [ - [1653155332047] [89108:1720505] CHIP: [DMG] CommandDataIB = - [1653155332047] [89108:1720505] CHIP: [DMG] { - [1653155332047] [89108:1720505] CHIP: [DMG] CommandPathIB = - [1653155332047] [89108:1720505] CHIP: [DMG] { - [1653155332047] [89108:1720505] CHIP: [DMG] EndpointId = 0x1, - [1653155332047] [89108:1720505] CHIP: [DMG] ClusterId = 0x50c, - [1653155332047] [89108:1720505] CHIP: [DMG] CommandId = 0x1, - [1653155332047] [89108:1720505] CHIP: [DMG] }, - [1653155332047] [89108:1720505] CHIP: [DMG] - [1653155332047] [89108:1720505] CHIP: [DMG] CommandData = - [1653155332047] [89108:1720505] CHIP: [DMG] { - [1653155332047] [89108:1720505] CHIP: [DMG] 0x0 = - [1653155332047] [89108:1720505] CHIP: [DMG] { - [1653155332047] [89108:1720505] CHIP: [DMG] 0x0 = 123, - [1653155332047] [89108:1720505] CHIP: [DMG] 0x1 = "exampleid", - [1653155332047] [89108:1720505] CHIP: [DMG] }, - [1653155332047] [89108:1720505] CHIP: [DMG] }, - [1653155332047] [89108:1720505] CHIP: [DMG] }, - [1653155332047] [89108:1720505] CHIP: [DMG] - [1653155332047] [89108:1720505] CHIP: [DMG] ], - [1653155332047] [89108:1720505] CHIP: [DMG] - [1653155332047] [89108:1720505] CHIP: [DMG] InteractionModelRevision = 1 - [1653155332047] [89108:1720505] CHIP: [DMG] }, - disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_4.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_1_4.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_4.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAINPUT_1_4.yaml index d25e07b2c4f61f..a14f4bd8845f98 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_1_4.yaml @@ -13,7 +13,8 @@ # limitations under the License. name: - 18.1.4. [TC-MC-1.4] Global attributes - Media Input Cluster (DUT as Server) + 19.1.4. [TC-MEDIAINPUT-1.4] Global attributes - Media Input Cluster (DUT as + Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_10.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_10.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_10.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_10.yaml index a34012726b69fb..d2670b9c569f6e 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_10.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_10.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.5.1. [TC-MC-3.10] Input List Verification +name: 19.5.1. [TC-MEDIAINPUT-3.10] Input List Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_11.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_11.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_3_11.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_11.yaml index cff08e69da4603..5fcecad0fc9c38 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_11.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_11.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 18.5.2. [TC-MC-3.11] Select Input Verification +name: 19.5.2. [TC-MEDIAINPUT-3.11] Select Input Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_12.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_12.yaml similarity index 95% rename from src/app/tests/suites/certification/Test_TC_MC_3_12.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_12.yaml index b3209cbf25eb83..fe4d61127a154f 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_12.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_12.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 21.5.3. [TC-MC-3.12] Show and Hide Input Status Verification +name: 19.5.3. [TC-MEDIAINPUT-3.12] Show and Hide Input Status Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_3_13.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_13.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_3_13.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_13.yaml index 9e4866e6e5dfe9..f5b0b920c8bd8a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_3_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_13.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 21.5.4. [TC-MC-3.11] Rename Input Verification +name: 19.5.4. [TC-MEDIAINPUT-3.13] Rename Input Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_14.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_14.yaml new file mode 100644 index 00000000000000..726ac66021b059 --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_14.yaml @@ -0,0 +1,67 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.5.5. [TC-MEDIAINPUT-3.14] Select Input Verification (DUT as Client) + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: "DUT sends SelectInput command to TH" + PICS: MC_MEDIAINPUT.C.C0000 + verification: | + The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. + If the DUT knows the Index value, then those can be sent as the argument. + Else User needs to execute the following command to know the index InputList + ./chip-tool mediainput read input-list 1 1 + + + ./chip-tool mediainput select-input 2 1 1 + + [1651055405.266553][155495:155500] CHIP:DMG: InvokeResponseMessage = + [1651055405.266572][155495:155500] CHIP:DMG: { + [1651055405.266589][155495:155500] CHIP:DMG: suppressResponse = false, + [1651055405.266605][155495:155500] CHIP:DMG: InvokeResponseIBs = + [1651055405.266629][155495:155500] CHIP:DMG: [ + [1651055405.266645][155495:155500] CHIP:DMG: InvokeResponseIB = + [1651055405.266670][155495:155500] CHIP:DMG: { + [1651055405.266686][155495:155500] CHIP:DMG: CommandStatusIB = + [1651055405.266707][155495:155500] CHIP:DMG: { + [1651055405.266724][155495:155500] CHIP:DMG: CommandPathIB = + [1651055405.266743][155495:155500] CHIP:DMG: { + [1651055405.266762][155495:155500] CHIP:DMG: EndpointId = 0x1, + [1651055405.266781][155495:155500] CHIP:DMG: ClusterId = 0x507, + [1651055405.266800][155495:155500] CHIP:DMG: CommandId = 0x0, + [1651055405.266817][155495:155500] CHIP:DMG: }, + [1651055405.266841][155495:155500] CHIP:DMG: + [1651055405.266857][155495:155500] CHIP:DMG: StatusIB = + [1651055405.266877][155495:155500] CHIP:DMG: { + [1651055405.266905][155495:155500] CHIP:DMG: status = 0x00 (SUCCESS), + [1651055405.266923][155495:155500] CHIP:DMG: }, + [1651055405.266941][155495:155500] CHIP:DMG: + [1651055405.266957][155495:155500] CHIP:DMG: }, + [1651055405.266984][155495:155500] CHIP:DMG: + [1651055405.267005][155495:155500] CHIP:DMG: }, + [1651055405.267038][155495:155500] CHIP:DMG: + [1651055405.267057][155495:155500] CHIP:DMG: ], + [1651055405.267095][155495:155500] CHIP:DMG: + [1651055405.267122][155495:155500] CHIP:DMG: InteractionModelRevision = 1 + [1651055405.267146][155495:155500] CHIP:DMG: }, + + Enter the below command to read the current input. + ./chip-tool mediainput read current-input 1 1 + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_15.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_15.yaml new file mode 100644 index 00000000000000..1c7fbee11e1a2c --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_15.yaml @@ -0,0 +1,59 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.5.6. [TC-MEDIAINPUT-3.15] Show Input Status Verification (DUT as Client) + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: "DUT sends ShowInputStatus command to TH" + PICS: MC_MEDIAINPUT.C.C0001 + verification: | + The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. + + ./chip-tool mediainput show-input-status 1 1 + [1653309190.706455][6534:6539] CHIP:DMG: InvokeResponseMessage = + [1653309190.706466][6534:6539] CHIP:DMG: { + [1653309190.706478][6534:6539] CHIP:DMG: suppressResponse = false, + [1653309190.706491][6534:6539] CHIP:DMG: InvokeResponseIBs = + [1653309190.706508][6534:6539] CHIP:DMG: [ + [1653309190.706518][6534:6539] CHIP:DMG: InvokeResponseIB = + [1653309190.706536][6534:6539] CHIP:DMG: { + [1653309190.706548][6534:6539] CHIP:DMG: CommandStatusIB = + [1653309190.706561][6534:6539] CHIP:DMG: { + [1653309190.706573][6534:6539] CHIP:DMG: CommandPathIB = + [1653309190.706586][6534:6539] CHIP:DMG: { + [1653309190.706600][6534:6539] CHIP:DMG: EndpointId = 0x1, + [1653309190.706612][6534:6539] CHIP:DMG: ClusterId = 0x507, + [1653309190.706620][6534:6539] CHIP:DMG: CommandId = 0x1, + [1653309190.706630][6534:6539] CHIP:DMG: }, + [1653309190.706642][6534:6539] CHIP:DMG: + [1653309190.706651][6534:6539] CHIP:DMG: StatusIB = + [1653309190.706660][6534:6539] CHIP:DMG: { + [1653309190.706672][6534:6539] CHIP:DMG: status = 0x00 (SUCCESS), + [1653309190.706683][6534:6539] CHIP:DMG: }, + [1653309190.706697][6534:6539] CHIP:DMG: + [1653309190.706706][6534:6539] CHIP:DMG: }, + [1653309190.706718][6534:6539] CHIP:DMG: + [1653309190.706726][6534:6539] CHIP:DMG: }, + [1653309190.706740][6534:6539] CHIP:DMG: + [1653309190.706748][6534:6539] CHIP:DMG: ], + [1653309190.706762][6534:6539] CHIP:DMG: + [1653309190.706771][6534:6539] CHIP:DMG: InteractionModelRevision = 1 + [1653309190.706779][6534:6539] CHIP:DMG: }, + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_16.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_16.yaml new file mode 100644 index 00000000000000..7699c328859deb --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_16.yaml @@ -0,0 +1,60 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.5.7. [TC-MEDIAINPUT-3.16] Hide Input Status Verification (DUT as Client) + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: "DUT sends HideInputStatus command to TH" + PICS: MC_MEDIAINPUT.C.C0002 + verification: | + The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. + + ./chip-tool mediainput hide-input-status 1 1 + + [1653309229.717284][6542:6547] CHIP:DMG: InvokeResponseMessage = + [1653309229.717304][6542:6547] CHIP:DMG: { + [1653309229.717325][6542:6547] CHIP:DMG: suppressResponse = false, + [1653309229.717345][6542:6547] CHIP:DMG: InvokeResponseIBs = + [1653309229.717377][6542:6547] CHIP:DMG: [ + [1653309229.717396][6542:6547] CHIP:DMG: InvokeResponseIB = + [1653309229.717429][6542:6547] CHIP:DMG: { + [1653309229.717446][6542:6547] CHIP:DMG: CommandStatusIB = + [1653309229.717462][6542:6547] CHIP:DMG: { + [1653309229.717483][6542:6547] CHIP:DMG: CommandPathIB = + [1653309229.717506][6542:6547] CHIP:DMG: { + [1653309229.717534][6542:6547] CHIP:DMG: EndpointId = 0x1, + [1653309229.717561][6542:6547] CHIP:DMG: ClusterId = 0x507, + [1653309229.717586][6542:6547] CHIP:DMG: CommandId = 0x2, + [1653309229.717608][6542:6547] CHIP:DMG: }, + [1653309229.717635][6542:6547] CHIP:DMG: + [1653309229.717652][6542:6547] CHIP:DMG: StatusIB = + [1653309229.717673][6542:6547] CHIP:DMG: { + [1653309229.717702][6542:6547] CHIP:DMG: status = 0x00 (SUCCESS), + [1653309229.717730][6542:6547] CHIP:DMG: }, + [1653309229.717752][6542:6547] CHIP:DMG: + [1653309229.717769][6542:6547] CHIP:DMG: }, + [1653309229.717795][6542:6547] CHIP:DMG: + [1653309229.717812][6542:6547] CHIP:DMG: }, + [1653309229.717841][6542:6547] CHIP:DMG: + [1653309229.717858][6542:6547] CHIP:DMG: ], + [1653309229.717888][6542:6547] CHIP:DMG: + [1653309229.717906][6542:6547] CHIP:DMG: InteractionModelRevision = 1 + [1653309229.717926][6542:6547] CHIP:DMG: }, + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_17.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_17.yaml new file mode 100644 index 00000000000000..50115aef4b137d --- /dev/null +++ b/src/app/tests/suites/certification/Test_TC_MEDIAINPUT_3_17.yaml @@ -0,0 +1,72 @@ +# 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. +# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default + +name: 3.5.8. [TC-MEDIAINPUT-3.17] Rename Input Verification (DUT as Client) + +config: + nodeId: 0x12344321 + cluster: "Basic" + endpoint: 0 + +tests: + - label: "DUT sends RenameInput command to TH" + PICS: MC_MEDIAINPUT.C.C0003 + verification: | + The following chip-tool command simulates the interaction of the DUT and the log below shows the resulting log on the TH. + + product maker needs to provide instructions for how to trigger the command: + Refer to device or application documentation for special argument values to each command, and/or additional steps required to put device into in correct state to exhibit test behavior. + + If the DUT knows the Index value, then those can be sent as the argument. + Else User needs to execute the following command to know the index InputList + + ./chip-tool mediainput read input-list 1 1 + + ./chip-tool mediainput rename-input 1 'DVD' 1 1 + [1650267822.692603][8179:8184] CHIP:DMG: InvokeResponseMessage = + [1650267822.692667][8179:8184] CHIP:DMG: { + [1650267822.692704][8179:8184] CHIP:DMG: suppressResponse = false, + [1650267822.692741][8179:8184] CHIP:DMG: InvokeResponseIBs = + [1650267822.692787][8179:8184] CHIP:DMG: [ + [1650267822.692823][8179:8184] CHIP:DMG: InvokeResponseIB = + [1650267822.692875][8179:8184] CHIP:DMG: { + [1650267822.692913][8179:8184] CHIP:DMG: CommandStatusIB = + [1650267822.692960][8179:8184] CHIP:DMG: { + [1650267822.693008][8179:8184] CHIP:DMG: CommandPathIB = + [1650267822.693058][8179:8184] CHIP:DMG: { + [1650267822.693112][8179:8184] CHIP:DMG: EndpointId = 0x1, + [1650267822.693168][8179:8184] CHIP:DMG: ClusterId = 0x507, + [1650267822.693223][8179:8184] CHIP:DMG: CommandId = 0x3, + [1650267822.693273][8179:8184] CHIP:DMG: }, + [1650267822.693330][8179:8184] CHIP:DMG: + [1650267822.693373][8179:8184] CHIP:DMG: StatusIB = + [1650267822.693423][8179:8184] CHIP:DMG: { + [1650267822.693468][8179:8184] CHIP:DMG: status = 0x00 (SUCCESS), + [1650267822.693517][8179:8184] CHIP:DMG: }, + [1650267822.693562][8179:8184] CHIP:DMG: + [1650267822.693604][8179:8184] CHIP:DMG: }, + [1650267822.693659][8179:8184] CHIP:DMG: + [1650267822.693708][8179:8184] CHIP:DMG: }, + [1650267822.693768][8179:8184] CHIP:DMG: + [1650267822.693837][8179:8184] CHIP:DMG: ], + [1650267822.693894][8179:8184] CHIP:DMG: + [1650267822.693939][8179:8184] CHIP:DMG: InteractionModelRevision = 1 + [1650267822.693983][8179:8184] CHIP:DMG: }, + [1650267822.694088][8179:8184] CHIP:DMG: Received Command Response Status for Endpoint=1 Cluster=0x0000_0507 Command=0x0000_0003 Status=0x0 + + + Enter the below command to read the current input. + ./chip-tool mediainput read input-list 1 1 + disabled: true diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_7.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_1_7.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_7.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_1_7.yaml index 607f9da4dcb4c1..df84b4beafe19a 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_7.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_1_7.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: - 18.1.7. [TC-MC-1.7] Global attributes - Media Playback Cluster (DUT as - Server) + 19.1.7. [TC-MEDIAPLAYBACK-1.7] Global attributes - Media Playback Cluster + (DUT as Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_1.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_1.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_6_1.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_1.yaml index d1e9cd6bf645c7..3a812a89db220e 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.8.1. [TC-MC-6.1] Mandatory Media Playback Verification +name: 19.8.1. [TC-MEDIAPLAYBACK-6.1] Mandatory Media Playback Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_2.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_2.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_6_2.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_2.yaml index 48c1666fa287a1..2d09e048a7ae0e 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.8.2. [TC-MC-6.2] Optional Media Playback Verification +name: 19.8.2. [TC-MEDIAPLAYBACK-6.2] Optional Media Playback Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_3.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_3.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_6_3.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_3.yaml index e2a9ec785a005e..d943a8ec52f270 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_3.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.8.3. [TC-MC-6.3] Advanced Seek Media Playback Verification +name: 19.8.3. [TC-MEDIAPLAYBACK-6.3] Advanced Seek Media Playback Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_4.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_4.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_6_4.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_4.yaml index f59ce7e594817d..3ee248f4e9c155 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_4.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.8.4. [TC-MC-6.4] Variable Speed Media Playback Verification +name: 19.8.4. [TC-MEDIAPLAYBACK-6.4] Variable Speed Media Playback Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_5.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_5.yaml similarity index 98% rename from src/app/tests/suites/certification/Test_TC_MC_6_5.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_5.yaml index 65b2137fe9490d..7a5544c36420b4 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_5.yaml @@ -13,7 +13,9 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.8.5. [TC-MC-6.5] Mandatory Media Playback Verification (DUT as Client) +name: + 19.8.5. [TC-MEDIAPLAYBACK-6.5] Mandatory Media Playback Verification (DUT as + Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_6_7.yaml b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_7.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_MC_6_7.yaml rename to src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_7.yaml index 4101d20d29dfc2..e5dc8e32f21742 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_6_7.yaml +++ b/src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_7.yaml @@ -13,7 +13,9 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.8.6. [TC-MC-6.7] Optional Media Playback Verification (DUT as Client) +name: + 19.8.6. [TC-MEDIAPLAYBACK-6.7] Optional Media Playback Verification (DUT as + Client) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_9.yaml b/src/app/tests/suites/certification/Test_TC_TGTNAV_1_9.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_MC_1_9.yaml rename to src/app/tests/suites/certification/Test_TC_TGTNAV_1_9.yaml index 869449991bfeb9..33cfdc60a6d576 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_9.yaml +++ b/src/app/tests/suites/certification/Test_TC_TGTNAV_1_9.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: - 18.1.9. [TC-MC-1.9] Global attributes - Target Navigator Cluster (DUT as + 19.1.9. [TC-TGTNAV-1.9] Global attributes - Target Navigator Cluster (DUT as Server) config: diff --git a/src/app/tests/suites/certification/Test_TC_MC_8_1.yaml b/src/app/tests/suites/certification/Test_TC_TGTNAV_8_1.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_8_1.yaml rename to src/app/tests/suites/certification/Test_TC_TGTNAV_8_1.yaml index 60162445277b91..b0e9c8efa8f5ab 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_8_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_TGTNAV_8_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 21.10.1. [TC-MC-8.1] Navigate Target Verification (DUT as Server) +name: 19.10.1. [TC-TGTNAV-8.1] Navigate Target Verification config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TM_1_1.yaml b/src/app/tests/suites/certification/Test_TC_TMP_1_1.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_TM_1_1.yaml rename to src/app/tests/suites/certification/Test_TC_TMP_1_1.yaml index 9a79678bd00b8e..151ca2d68d3615 100644 --- a/src/app/tests/suites/certification/Test_TC_TM_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_TMP_1_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 6.1.1. [TC-TM-1.1] Global attributes with server as DUT +name: 7.1.1. [TC-TMP-1.1] Global attributes with server as DUT config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TM_2_1.yaml b/src/app/tests/suites/certification/Test_TC_TMP_2_1.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_TM_2_1.yaml rename to src/app/tests/suites/certification/Test_TC_TMP_2_1.yaml index 959a46e19b8c22..978fabcbdeca11 100644 --- a/src/app/tests/suites/certification/Test_TC_TM_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_TMP_2_1.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 6.2.1. [TC-TM-2.1] Attributes with server as DUT +name: 7.2.1. [TC-TMP-2.1] Attributes with server as DUT config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TM_2_2.yaml b/src/app/tests/suites/certification/Test_TC_TMP_2_2.yaml similarity index 97% rename from src/app/tests/suites/certification/Test_TC_TM_2_2.yaml rename to src/app/tests/suites/certification/Test_TC_TMP_2_2.yaml index 2599501dfa862e..b1c0ac2c7112ef 100644 --- a/src/app/tests/suites/certification/Test_TC_TM_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_TMP_2_2.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 6.2.2. [TC-TM-2.2] Primary functionality with server as DUT +name: 7.2.2. [TC-TMP-2.2] Primary functionality with server as DUT config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_TM_3_1.yaml b/src/app/tests/suites/certification/Test_TC_TMP_3_1.yaml similarity index 99% rename from src/app/tests/suites/certification/Test_TC_TM_3_1.yaml rename to src/app/tests/suites/certification/Test_TC_TMP_3_1.yaml index e4a359bf22b7fd..078d31a7a58771 100644 --- a/src/app/tests/suites/certification/Test_TC_TM_3_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_TMP_3_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 6.3.1. [TC-TM-3.1] Attributes with client as DUT +name: 7.3.1. [TC-TMP-3.1] Attributes with client as DUT config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_1_5.yaml b/src/app/tests/suites/certification/Test_TC_WAKEONLAN_1_5.yaml similarity index 96% rename from src/app/tests/suites/certification/Test_TC_MC_1_5.yaml rename to src/app/tests/suites/certification/Test_TC_WAKEONLAN_1_5.yaml index a179b7e754b9d7..d8b021d82552b7 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_1_5.yaml +++ b/src/app/tests/suites/certification/Test_TC_WAKEONLAN_1_5.yaml @@ -13,7 +13,8 @@ # limitations under the License. name: - 18.1.5. [TC-MC-1.5] Global attributes - Wake on LAN Cluster (DUT as Server) + 19.1.5. [TC-WAKEONLAN-1.5] Global attributes - Wake on LAN Cluster (DUT as + Server) config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_MC_4_1.yaml b/src/app/tests/suites/certification/Test_TC_WAKEONLAN_4_1.yaml similarity index 79% rename from src/app/tests/suites/certification/Test_TC_MC_4_1.yaml rename to src/app/tests/suites/certification/Test_TC_WAKEONLAN_4_1.yaml index bfa281a7c8a99c..26c4c9ba8e301e 100644 --- a/src/app/tests/suites/certification/Test_TC_MC_4_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_WAKEONLAN_4_1.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default -name: 18.6.1. [TC-MC-4.1] Wake-On LAN Verification +name: 3.6.1. [TC-WAKEONLAN-4.1] Wake-On LAN Verification config: nodeId: 0x12344321 @@ -26,8 +26,9 @@ tests: verification: | ./chip-tool wakeonlan read macaddress 1 1 - [1646140497523] [83791:3722553] CHIP: [TOO] Endpoint: 1 Cluster: 0x0000_0503 Attribute 0x0000_0000DataVersion: 937942620 - [1646140497523] [83791:3722553] CHIP: [TOO] MACAddress: 00:00:00:00:00 + [1654248817.394846][3637:3643] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0503 Attribute 0x0000_0000 DataVersion: 3900236652 + [1654248817.394895][3637:3643] CHIP:TOO: MACAddress: e4:5f:01:69:61:b1 + [1654248817.394982][3637:3643] CHIP:EM: Sending Standalone Ack for MessageCounter:15292555 on exchange 12123i disabled: true - label: "TH sends a Sleep command to DUT" @@ -67,9 +68,13 @@ tests: disabled: true - label: - "TH sends Wake-On LAN magic packet containing the MAC address from + "TH sends a Wake-On LAN magic packet containing the MAC address from step 1" PICS: MC_LOWPOWER.S verification: | - Send a magic packet using the method of your choice + ./chip-tool lowpower read accepted-command-list 1 1 + [1654248854.491911][3652:3657] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_0508 Attribute 0x0000_FFF9 DataVersion: 2125568804 + [1654248854.491994][3652:3657] CHIP:TOO: AcceptedCommandList: 1 entries + [1654248854.492040][3652:3657] CHIP:TOO: [1]: 0 + [1654248854.492157][3652:3657] CHIP:EM: Sending Standalone Ack for MessageCounter:15063522 on exchange 51389i disabled: true diff --git a/src/app/tests/suites/tests.js b/src/app/tests/suites/tests.js index dee8f0728dbe0a..c31999ac3f06e4 100644 --- a/src/app/tests/suites/tests.js +++ b/src/app/tests/suites/tests.js @@ -188,59 +188,59 @@ function getManualTests() { ]; const MediaControl = [ - "Test_TC_MC_2_2", - "Test_TC_MC_3_7_1", - "Test_TC_MC_3_8_1", - "Test_TC_MC_3_9_1", - "Test_TC_MC_3_14", - "Test_TC_MC_3_15", - "Test_TC_MC_3_16", - "Test_TC_MC_3_17", - "Test_TC_MC_4_1", - "Test_TC_MC_5_4", - "Test_TC_MC_5_5", - "Test_TC_MC_5_6", - "Test_TC_MC_6_5", - "Test_TC_MC_6_7", - "Test_TC_MC_7_3", - "Test_TC_MC_7_4", - "Test_TC_MC_10_3", - "Test_TC_MC_10_5", - "Test_TC_MC_10_7", + "Test_TC_LOWPOWER_2_2", + "Test_TC_APPLAUNCHER_3_7_1", + "Test_TC_APPLAUNCHER_3_8_1", + "Test_TC_APPLAUNCHER_3_9_1", + "Test_TC_MEDIAINPUT_3_14", + "Test_TC_MEDIAINPUT_3_15", + "Test_TC_MEDIAINPUT_3_16", + "Test_TC_MEDIAINPUT_3_17", + "Test_TC_WAKEONLAN_4_1", + "Test_TC_CHANNEL_5_4", + "Test_TC_CHANNEL_5_5", + "Test_TC_CHANNEL_5_6", + "Test_TC_MEDIAPLAYBACK_6_5", + "Test_TC_MEDIAPLAYBACK_6_7", + "Test_TC_AUDIOOUTPUT_7_3", + "Test_TC_AUDIOOUTPUT_7_4", + "Test_TC_CONTENTLAUNCHER_10_3", + "Test_TC_CONTENTLAUNCHER_10_5", + "Test_TC_CONTENTLAUNCHER_10_7", "Test_TC_MC_11_1", "Test_TC_MC_11_2", - "Test_TC_MC_12_1", - "Test_TC_MC_12_2", + "Test_TC_ALOGIN_12_1", + "Test_TC_ALOGIN_12_2", ]; const MultipleFabrics = [ - "Test_TC_MF_1_1", - "Test_TC_MF_1_2", - "Test_TC_MF_1_7", - "Test_TC_MF_1_8", - "Test_TC_MF_1_11", - "Test_TC_MF_1_12", - "Test_TC_MF_1_13", - "Test_TC_MF_1_14", - "Test_TC_MF_1_16", - "Test_TC_MF_1_17", - "Test_TC_MF_1_18", - "Test_TC_MF_1_19", - "Test_TC_MF_1_20", - "Test_TC_MF_1_21", - "Test_TC_MF_1_22", - "Test_TC_MF_1_23", - "Test_TC_MF_1_24", - "Test_TC_MF_1_25", - "Test_TC_MF_1_26", - "Test_TC_MF_1_27", - "Test_TC_MF_1_28", + "Test_TC_CADMIN_1_1", + "Test_TC_CADMIN_1_2", + "Test_TC_CADMIN_1_7", + "Test_TC_CADMIN_1_8", + "Test_TC_CADMIN_1_11", + "Test_TC_CADMIN_1_12", + "Test_TC_CADMIN_1_13", + "Test_TC_CADMIN_1_14", + "Test_TC_CADMIN_1_16", + "Test_TC_CADMIN_1_17", + "Test_TC_CADMIN_1_18", + "Test_TC_CADMIN_1_19", + "Test_TC_CADMIN_1_20", + "Test_TC_CADMIN_1_21", + "Test_TC_CADMIN_1_22", + "Test_TC_CADMIN_1_23", + "Test_TC_CADMIN_1_24", + "Test_TC_CADMIN_1_25", + "Test_TC_CADMIN_1_26", + "Test_TC_CADMIN_1_27", + "Test_TC_CADMIN_1_28", // Slow tests that should not run in CI because they take many minutes each - "Test_TC_MF_1_5", - "Test_TC_MF_1_6", - "Test_TC_MF_1_9", - "Test_TC_MF_1_10", - "Test_TC_MF_1_15", + "Test_TC_CADMIN_1_5", + "Test_TC_CADMIN_1_6", + "Test_TC_CADMIN_1_9", + "Test_TC_CADMIN_1_10", + "Test_TC_CADMIN_1_15", ]; const ModeSelect = [ @@ -381,20 +381,20 @@ function getManualTests() { "Test_TC_SWTCH_3_2", ]; - const TemperatureMeasurement = ["Test_TC_TM_2_2", "Test_TC_TM_3_1"]; + const TemperatureMeasurement = ["Test_TC_TMP_2_2", "Test_TC_TMP_3_1"]; const Thermostat = ["Test_TC_TSTAT_3_1", "Test_TC_TSTAT_3_2"]; const ThermostatUserConfiguration = ["Test_TC_TSUIC_3_1"]; const ThreadNetworkDiagnostics = [ - "Test_TC_DIAG_TH_NW_1_1", - "Test_TC_DIAG_TH_NW_2_5", - "Test_TC_DIAG_TH_NW_3_1", - "Test_TC_DIAG_TH_NW_3_2", - "Test_TC_DIAG_TH_NW_3_3", - "Test_TC_DIAG_TH_NW_3_4", - "Test_TC_DIAG_TH_NW_3_5", + "Test_TC_DGTHREAD_1_1", + "Test_TC_DGTHREAD_2_5", + "Test_TC_DGTHREAD_3_1", + "Test_TC_DGTHREAD_3_2", + "Test_TC_DGTHREAD_3_3", + "Test_TC_DGTHREAD_3_4", + "Test_TC_DGTHREAD_3_5", ]; const Actions = [ @@ -405,17 +405,17 @@ function getManualTests() { ]; const TimeFormatLocalization = [ - "Test_TC_TFL_1_1", - "Test_TC_TFL_1_2", - "Test_TC_TFL_2_1", - "Test_TC_TFL_3_1", + "Test_TC_LTIME_1_1", + "Test_TC_LTIME_1_2", + "Test_TC_LTIME_2_1", + "Test_TC_LTIME_3_1", ]; const UnitLocalization = [ - "Test_TC_UL_1_1", - "Test_TC_UL_1_2", - "Test_TC_UL_2_1", - "Test_TC_UL_3_1", + "Test_TC_LUNIT_1_1", + "Test_TC_LUNIT_1_2", + "Test_TC_LUNIT_2_1", + "Test_TC_LUNIT_3_1", ]; const FixedLabel = [ @@ -569,47 +569,47 @@ function getTests() { ]; const MediaControl = [ - "Test_TC_MC_1_1", - "Test_TC_MC_1_2", - "Test_TC_MC_1_3", - "Test_TC_MC_1_4", - "Test_TC_MC_1_5", - "Test_TC_MC_1_6", - "Test_TC_MC_1_7", - "Test_TC_MC_1_8", - "Test_TC_MC_1_9", - "Test_TC_MC_1_10", - "Test_TC_MC_1_11", - "Test_TC_MC_1_12", - "Test_TC_MC_2_1", - "Test_TC_MC_3_2", - "Test_TC_MC_3_3", - "Test_TC_MC_3_5", - "Test_TC_MC_3_6", - "Test_TC_MC_3_7", - "Test_TC_MC_3_8", - "Test_TC_MC_3_9", - "Test_TC_MC_3_10", - "Test_TC_MC_3_11", - "Test_TC_MC_3_12", - "Test_TC_MC_3_13", - "Test_TC_MC_5_1", - "Test_TC_MC_5_2", - "Test_TC_MC_5_3", - "Test_TC_MC_6_1", - "Test_TC_MC_6_2", - "Test_TC_MC_6_3", - "Test_TC_MC_6_4", - "Test_TC_MC_7_1", - "Test_TC_MC_7_2", - "Test_TC_MC_8_1", - "Test_TC_MC_9_1", - "Test_TC_MC_10_1", + "Test_TC_LOWPOWER_1_1", + "Test_TC_KEYPADINPUT_1_2", + "Test_TC_APPLAUNCHER_1_3", + "Test_TC_MEDIAINPUT_1_4", + "Test_TC_WAKEONLAN_1_5", + "Test_TC_CHANNEL_1_6", + "Test_TC_MEDIAPLAYBACK_1_7", + "Test_TC_AUDIOOUTPUT_1_8", + "Test_TC_TGTNAV_1_9", + "Test_TC_APBSC_1_10", + "Test_TC_CONTENTLAUNCHER_1_11", + "Test_TC_ALOGIN_1_12", + "Test_TC_LOWPOWER_2_1", + "Test_TC_KEYPADINPUT_3_2", + "Test_TC_KEYPADINPUT_3_3", + "Test_TC_APPLAUNCHER_3_5", + "Test_TC_APPLAUNCHER_3_6", + "Test_TC_APPLAUNCHER_3_7", + "Test_TC_APPLAUNCHER_3_8", + "Test_TC_APPLAUNCHER_3_9", + "Test_TC_MEDIAINPUT_3_10", + "Test_TC_MEDIAINPUT_3_11", + "Test_TC_MEDIAINPUT_3_12", + "Test_TC_MEDIAINPUT_3_13", + "Test_TC_CHANNEL_5_1", + "Test_TC_CHANNEL_5_2", + "Test_TC_CHANNEL_5_3", + "Test_TC_MEDIAPLAYBACK_6_1", + "Test_TC_MEDIAPLAYBACK_6_2", + "Test_TC_MEDIAPLAYBACK_6_3", + "Test_TC_MEDIAPLAYBACK_6_4", + "Test_TC_AUDIOOUTPUT_7_1", + "Test_TC_AUDIOOUTPUT_7_2", + "Test_TC_TGTNAV_8_1", + "Test_TC_APBSC_9_1", + "Test_TC_CONTENTLAUNCHER_10_1", ]; const ModeSelect = ["Test_TC_MOD_1_1"]; - const MultipleFabrics = ["Test_TC_MF_1_3", "Test_TC_MF_1_4"]; + const MultipleFabrics = ["Test_TC_CADMIN_1_3", "Test_TC_CADMIN_1_4"]; const OTASoftwareUpdate = ["OTA_SuccessfulTransfer"]; @@ -640,7 +640,7 @@ function getTests() { const Switch = ["Test_TC_SWTCH_2_1"]; - const TemperatureMeasurement = ["Test_TC_TM_1_1", "Test_TC_TM_2_1"]; + const TemperatureMeasurement = ["Test_TC_TMP_1_1", "Test_TC_TMP_2_1"]; const Thermostat = [ "Test_TC_TSTAT_1_1", @@ -655,10 +655,10 @@ function getTests() { ]; const ThreadNetworkDiagnostics = [ - "Test_TC_DIAG_TH_NW_2_1", - "Test_TC_DIAG_TH_NW_2_2", - "Test_TC_DIAG_TH_NW_2_3", - "Test_TC_DIAG_TH_NW_2_4", + "Test_TC_DGTHREAD_2_1", + "Test_TC_DGTHREAD_2_2", + "Test_TC_DGTHREAD_2_3", + "Test_TC_DGTHREAD_2_4", ]; const WiFiNetworkDiagnostics = ["Test_TC_DGWIFI_2_1", "Test_TC_DGWIFI_2_3"]; diff --git a/zzz_generated/chip-tool/zap-generated/test/Commands.h b/zzz_generated/chip-tool/zap-generated/test/Commands.h index 73abd09ecf42b6..1aad6e70604488 100644 --- a/zzz_generated/chip-tool/zap-generated/test/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/test/Commands.h @@ -81,45 +81,45 @@ class TestList : public Command printf("Test_TC_LVL_4_1\n"); printf("Test_TC_LVL_5_1\n"); printf("Test_TC_LVL_6_1\n"); - printf("Test_TC_MC_1_1\n"); - printf("Test_TC_MC_1_2\n"); - printf("Test_TC_MC_1_3\n"); - printf("Test_TC_MC_1_4\n"); - printf("Test_TC_MC_1_5\n"); - printf("Test_TC_MC_1_6\n"); - printf("Test_TC_MC_1_7\n"); - printf("Test_TC_MC_1_8\n"); - printf("Test_TC_MC_1_9\n"); - printf("Test_TC_MC_1_10\n"); - printf("Test_TC_MC_1_11\n"); - printf("Test_TC_MC_1_12\n"); - printf("Test_TC_MC_2_1\n"); - printf("Test_TC_MC_3_2\n"); - printf("Test_TC_MC_3_3\n"); - printf("Test_TC_MC_3_5\n"); - printf("Test_TC_MC_3_6\n"); - printf("Test_TC_MC_3_7\n"); - printf("Test_TC_MC_3_8\n"); - printf("Test_TC_MC_3_9\n"); - printf("Test_TC_MC_3_10\n"); - printf("Test_TC_MC_3_11\n"); - printf("Test_TC_MC_3_12\n"); - printf("Test_TC_MC_3_13\n"); - printf("Test_TC_MC_5_1\n"); - printf("Test_TC_MC_5_2\n"); - printf("Test_TC_MC_5_3\n"); - printf("Test_TC_MC_6_1\n"); - printf("Test_TC_MC_6_2\n"); - printf("Test_TC_MC_6_3\n"); - printf("Test_TC_MC_6_4\n"); - printf("Test_TC_MC_7_1\n"); - printf("Test_TC_MC_7_2\n"); - printf("Test_TC_MC_8_1\n"); - printf("Test_TC_MC_9_1\n"); - printf("Test_TC_MC_10_1\n"); + printf("Test_TC_LOWPOWER_1_1\n"); + printf("Test_TC_KEYPADINPUT_1_2\n"); + printf("Test_TC_APPLAUNCHER_1_3\n"); + printf("Test_TC_MEDIAINPUT_1_4\n"); + printf("Test_TC_WAKEONLAN_1_5\n"); + printf("Test_TC_CHANNEL_1_6\n"); + printf("Test_TC_MEDIAPLAYBACK_1_7\n"); + printf("Test_TC_AUDIOOUTPUT_1_8\n"); + printf("Test_TC_TGTNAV_1_9\n"); + printf("Test_TC_APBSC_1_10\n"); + printf("Test_TC_CONTENTLAUNCHER_1_11\n"); + printf("Test_TC_ALOGIN_1_12\n"); + printf("Test_TC_LOWPOWER_2_1\n"); + printf("Test_TC_KEYPADINPUT_3_2\n"); + printf("Test_TC_KEYPADINPUT_3_3\n"); + printf("Test_TC_APPLAUNCHER_3_5\n"); + printf("Test_TC_APPLAUNCHER_3_6\n"); + printf("Test_TC_APPLAUNCHER_3_7\n"); + printf("Test_TC_APPLAUNCHER_3_8\n"); + printf("Test_TC_APPLAUNCHER_3_9\n"); + printf("Test_TC_MEDIAINPUT_3_10\n"); + printf("Test_TC_MEDIAINPUT_3_11\n"); + printf("Test_TC_MEDIAINPUT_3_12\n"); + printf("Test_TC_MEDIAINPUT_3_13\n"); + printf("Test_TC_CHANNEL_5_1\n"); + printf("Test_TC_CHANNEL_5_2\n"); + printf("Test_TC_CHANNEL_5_3\n"); + printf("Test_TC_MEDIAPLAYBACK_6_1\n"); + printf("Test_TC_MEDIAPLAYBACK_6_2\n"); + printf("Test_TC_MEDIAPLAYBACK_6_3\n"); + printf("Test_TC_MEDIAPLAYBACK_6_4\n"); + printf("Test_TC_AUDIOOUTPUT_7_1\n"); + printf("Test_TC_AUDIOOUTPUT_7_2\n"); + printf("Test_TC_TGTNAV_8_1\n"); + printf("Test_TC_APBSC_9_1\n"); + printf("Test_TC_CONTENTLAUNCHER_10_1\n"); printf("Test_TC_MOD_1_1\n"); - printf("Test_TC_MF_1_3\n"); - printf("Test_TC_MF_1_4\n"); + printf("Test_TC_CADMIN_1_3\n"); + printf("Test_TC_CADMIN_1_4\n"); printf("OTA_SuccessfulTransfer\n"); printf("Test_TC_OCC_1_1\n"); printf("Test_TC_OCC_2_1\n"); @@ -141,18 +141,18 @@ class TestList : public Command printf("Test_TC_RH_2_1\n"); printf("Test_TC_SC_4_2\n"); printf("Test_TC_SWTCH_2_1\n"); - printf("Test_TC_TM_1_1\n"); - printf("Test_TC_TM_2_1\n"); + printf("Test_TC_TMP_1_1\n"); + printf("Test_TC_TMP_2_1\n"); printf("Test_TC_TSTAT_1_1\n"); printf("Test_TC_TSTAT_2_1\n"); printf("Test_TC_TSTAT_2_2\n"); printf("Test_TC_TSUIC_1_1\n"); printf("Test_TC_TSUIC_2_1\n"); printf("Test_TC_TSUIC_2_2\n"); - printf("Test_TC_DIAG_TH_NW_2_1\n"); - printf("Test_TC_DIAG_TH_NW_2_2\n"); - printf("Test_TC_DIAG_TH_NW_2_3\n"); - printf("Test_TC_DIAG_TH_NW_2_4\n"); + printf("Test_TC_DGTHREAD_2_1\n"); + printf("Test_TC_DGTHREAD_2_2\n"); + printf("Test_TC_DGTHREAD_2_3\n"); + printf("Test_TC_DGTHREAD_2_4\n"); printf("Test_TC_ULABEL_1_1\n"); printf("Test_TC_ULABEL_2_2\n"); printf("Test_TC_ULABEL_2_3\n"); @@ -367,55 +367,55 @@ class ManualTestList : public Command printf("Test_TC_IDM_6_4\n"); printf("Test_TC_IDM_7_1\n"); printf("Test_TC_IDM_8_1\n"); - printf("Test_TC_MC_2_2\n"); - printf("Test_TC_MC_3_7_1\n"); - printf("Test_TC_MC_3_8_1\n"); - printf("Test_TC_MC_3_9_1\n"); - printf("Test_TC_MC_3_14\n"); - printf("Test_TC_MC_3_15\n"); - printf("Test_TC_MC_3_16\n"); - printf("Test_TC_MC_3_17\n"); - printf("Test_TC_MC_4_1\n"); - printf("Test_TC_MC_5_4\n"); - printf("Test_TC_MC_5_5\n"); - printf("Test_TC_MC_5_6\n"); - printf("Test_TC_MC_6_5\n"); - printf("Test_TC_MC_6_7\n"); - printf("Test_TC_MC_7_3\n"); - printf("Test_TC_MC_7_4\n"); - printf("Test_TC_MC_10_3\n"); - printf("Test_TC_MC_10_5\n"); - printf("Test_TC_MC_10_7\n"); + printf("Test_TC_LOWPOWER_2_2\n"); + printf("Test_TC_APPLAUNCHER_3_7_1\n"); + printf("Test_TC_APPLAUNCHER_3_8_1\n"); + printf("Test_TC_APPLAUNCHER_3_9_1\n"); + printf("Test_TC_MEDIAINPUT_3_14\n"); + printf("Test_TC_MEDIAINPUT_3_15\n"); + printf("Test_TC_MEDIAINPUT_3_16\n"); + printf("Test_TC_MEDIAINPUT_3_17\n"); + printf("Test_TC_WAKEONLAN_4_1\n"); + printf("Test_TC_CHANNEL_5_4\n"); + printf("Test_TC_CHANNEL_5_5\n"); + printf("Test_TC_CHANNEL_5_6\n"); + printf("Test_TC_MEDIAPLAYBACK_6_5\n"); + printf("Test_TC_MEDIAPLAYBACK_6_7\n"); + printf("Test_TC_AUDIOOUTPUT_7_3\n"); + printf("Test_TC_AUDIOOUTPUT_7_4\n"); + printf("Test_TC_CONTENTLAUNCHER_10_3\n"); + printf("Test_TC_CONTENTLAUNCHER_10_5\n"); + printf("Test_TC_CONTENTLAUNCHER_10_7\n"); printf("Test_TC_MC_11_1\n"); printf("Test_TC_MC_11_2\n"); - printf("Test_TC_MC_12_1\n"); - printf("Test_TC_MC_12_2\n"); - printf("Test_TC_MF_1_1\n"); - printf("Test_TC_MF_1_2\n"); - printf("Test_TC_MF_1_7\n"); - printf("Test_TC_MF_1_8\n"); - printf("Test_TC_MF_1_11\n"); - printf("Test_TC_MF_1_12\n"); - printf("Test_TC_MF_1_13\n"); - printf("Test_TC_MF_1_14\n"); - printf("Test_TC_MF_1_16\n"); - printf("Test_TC_MF_1_17\n"); - printf("Test_TC_MF_1_18\n"); - printf("Test_TC_MF_1_19\n"); - printf("Test_TC_MF_1_20\n"); - printf("Test_TC_MF_1_21\n"); - printf("Test_TC_MF_1_22\n"); - printf("Test_TC_MF_1_23\n"); - printf("Test_TC_MF_1_24\n"); - printf("Test_TC_MF_1_25\n"); - printf("Test_TC_MF_1_26\n"); - printf("Test_TC_MF_1_27\n"); - printf("Test_TC_MF_1_28\n"); - printf("Test_TC_MF_1_5\n"); - printf("Test_TC_MF_1_6\n"); - printf("Test_TC_MF_1_9\n"); - printf("Test_TC_MF_1_10\n"); - printf("Test_TC_MF_1_15\n"); + printf("Test_TC_ALOGIN_12_1\n"); + printf("Test_TC_ALOGIN_12_2\n"); + printf("Test_TC_CADMIN_1_1\n"); + printf("Test_TC_CADMIN_1_2\n"); + printf("Test_TC_CADMIN_1_7\n"); + printf("Test_TC_CADMIN_1_8\n"); + printf("Test_TC_CADMIN_1_11\n"); + printf("Test_TC_CADMIN_1_12\n"); + printf("Test_TC_CADMIN_1_13\n"); + printf("Test_TC_CADMIN_1_14\n"); + printf("Test_TC_CADMIN_1_16\n"); + printf("Test_TC_CADMIN_1_17\n"); + printf("Test_TC_CADMIN_1_18\n"); + printf("Test_TC_CADMIN_1_19\n"); + printf("Test_TC_CADMIN_1_20\n"); + printf("Test_TC_CADMIN_1_21\n"); + printf("Test_TC_CADMIN_1_22\n"); + printf("Test_TC_CADMIN_1_23\n"); + printf("Test_TC_CADMIN_1_24\n"); + printf("Test_TC_CADMIN_1_25\n"); + printf("Test_TC_CADMIN_1_26\n"); + printf("Test_TC_CADMIN_1_27\n"); + printf("Test_TC_CADMIN_1_28\n"); + printf("Test_TC_CADMIN_1_5\n"); + printf("Test_TC_CADMIN_1_6\n"); + printf("Test_TC_CADMIN_1_9\n"); + printf("Test_TC_CADMIN_1_10\n"); + printf("Test_TC_CADMIN_1_15\n"); printf("Test_TC_MOD_1_2\n"); printf("Test_TC_MOD_1_3\n"); printf("Test_TC_MOD_2_1\n"); @@ -518,30 +518,30 @@ class ManualTestList : public Command printf("Test_TC_SWTCH_2_2\n"); printf("Test_TC_SWTCH_3_1\n"); printf("Test_TC_SWTCH_3_2\n"); - printf("Test_TC_TM_2_2\n"); - printf("Test_TC_TM_3_1\n"); + printf("Test_TC_TMP_2_2\n"); + printf("Test_TC_TMP_3_1\n"); printf("Test_TC_TSTAT_3_1\n"); printf("Test_TC_TSTAT_3_2\n"); printf("Test_TC_TSUIC_3_1\n"); - printf("Test_TC_DIAG_TH_NW_1_1\n"); - printf("Test_TC_DIAG_TH_NW_2_5\n"); - printf("Test_TC_DIAG_TH_NW_3_1\n"); - printf("Test_TC_DIAG_TH_NW_3_2\n"); - printf("Test_TC_DIAG_TH_NW_3_3\n"); - printf("Test_TC_DIAG_TH_NW_3_4\n"); - printf("Test_TC_DIAG_TH_NW_3_5\n"); + printf("Test_TC_DGTHREAD_1_1\n"); + printf("Test_TC_DGTHREAD_2_5\n"); + printf("Test_TC_DGTHREAD_3_1\n"); + printf("Test_TC_DGTHREAD_3_2\n"); + printf("Test_TC_DGTHREAD_3_3\n"); + printf("Test_TC_DGTHREAD_3_4\n"); + printf("Test_TC_DGTHREAD_3_5\n"); printf("Test_TC_ACT_2_1\n"); printf("Test_TC_ACT_2_2\n"); printf("Test_TC_ACT_3_1\n"); printf("Test_TC_ACT_3_2\n"); - printf("Test_TC_TFL_1_1\n"); - printf("Test_TC_TFL_1_2\n"); - printf("Test_TC_TFL_2_1\n"); - printf("Test_TC_TFL_3_1\n"); - printf("Test_TC_UL_1_1\n"); - printf("Test_TC_UL_1_2\n"); - printf("Test_TC_UL_2_1\n"); - printf("Test_TC_UL_3_1\n"); + printf("Test_TC_LTIME_1_1\n"); + printf("Test_TC_LTIME_1_2\n"); + printf("Test_TC_LTIME_2_1\n"); + printf("Test_TC_LTIME_3_1\n"); + printf("Test_TC_LUNIT_1_1\n"); + printf("Test_TC_LUNIT_1_2\n"); + printf("Test_TC_LUNIT_2_1\n"); + printf("Test_TC_LUNIT_3_1\n"); printf("Test_TC_FLABEL_1_1\n"); printf("Test_TC_FLABEL_2_1\n"); printf("Test_TC_FLABEL_3_1\n"); @@ -15049,10 +15049,11 @@ class Test_TC_LVL_6_1Suite : public TestCommand } }; -class Test_TC_MC_1_1Suite : public TestCommand +class Test_TC_LOWPOWER_1_1Suite : public TestCommand { public: - Test_TC_MC_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_1", 7, credsIssuerConfig) + Test_TC_LOWPOWER_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_LOWPOWER_1_1", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15060,7 +15061,7 @@ class Test_TC_MC_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_1Suite() {} + ~Test_TC_LOWPOWER_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -15222,10 +15223,11 @@ class Test_TC_MC_1_1Suite : public TestCommand } }; -class Test_TC_MC_1_2Suite : public TestCommand +class Test_TC_KEYPADINPUT_1_2Suite : public TestCommand { public: - Test_TC_MC_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_2", 7, credsIssuerConfig) + Test_TC_KEYPADINPUT_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_KEYPADINPUT_1_2", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15233,7 +15235,7 @@ class Test_TC_MC_1_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_2Suite() {} + ~Test_TC_KEYPADINPUT_1_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -15400,10 +15402,11 @@ class Test_TC_MC_1_2Suite : public TestCommand } }; -class Test_TC_MC_1_3Suite : public TestCommand +class Test_TC_APPLAUNCHER_1_3Suite : public TestCommand { public: - Test_TC_MC_1_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_3", 7, credsIssuerConfig) + Test_TC_APPLAUNCHER_1_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_1_3", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15411,7 +15414,7 @@ class Test_TC_MC_1_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_3Suite() {} + ~Test_TC_APPLAUNCHER_1_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -15573,10 +15576,11 @@ class Test_TC_MC_1_3Suite : public TestCommand } }; -class Test_TC_MC_1_4Suite : public TestCommand +class Test_TC_MEDIAINPUT_1_4Suite : public TestCommand { public: - Test_TC_MC_1_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_4", 7, credsIssuerConfig) + Test_TC_MEDIAINPUT_1_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_1_4", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15584,7 +15588,7 @@ class Test_TC_MC_1_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_4Suite() {} + ~Test_TC_MEDIAINPUT_1_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -15746,10 +15750,11 @@ class Test_TC_MC_1_4Suite : public TestCommand } }; -class Test_TC_MC_1_5Suite : public TestCommand +class Test_TC_WAKEONLAN_1_5Suite : public TestCommand { public: - Test_TC_MC_1_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_5", 7, credsIssuerConfig) + Test_TC_WAKEONLAN_1_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_WAKEONLAN_1_5", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15757,7 +15762,7 @@ class Test_TC_MC_1_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_5Suite() {} + ~Test_TC_WAKEONLAN_1_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -15908,10 +15913,11 @@ class Test_TC_MC_1_5Suite : public TestCommand } }; -class Test_TC_MC_1_6Suite : public TestCommand +class Test_TC_CHANNEL_1_6Suite : public TestCommand { public: - Test_TC_MC_1_6Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_6", 7, credsIssuerConfig) + Test_TC_CHANNEL_1_6Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_1_6", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -15919,7 +15925,7 @@ class Test_TC_MC_1_6Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_6Suite() {} + ~Test_TC_CHANNEL_1_6Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16076,10 +16082,11 @@ class Test_TC_MC_1_6Suite : public TestCommand } }; -class Test_TC_MC_1_7Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_1_7Suite : public TestCommand { public: - Test_TC_MC_1_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_7", 7, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_1_7Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_1_7", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16087,7 +16094,7 @@ class Test_TC_MC_1_7Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_7Suite() {} + ~Test_TC_MEDIAPLAYBACK_1_7Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16243,10 +16250,11 @@ class Test_TC_MC_1_7Suite : public TestCommand } }; -class Test_TC_MC_1_8Suite : public TestCommand +class Test_TC_AUDIOOUTPUT_1_8Suite : public TestCommand { public: - Test_TC_MC_1_8Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_8", 7, credsIssuerConfig) + Test_TC_AUDIOOUTPUT_1_8Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_AUDIOOUTPUT_1_8", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16254,7 +16262,7 @@ class Test_TC_MC_1_8Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_8Suite() {} + ~Test_TC_AUDIOOUTPUT_1_8Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16404,10 +16412,10 @@ class Test_TC_MC_1_8Suite : public TestCommand } }; -class Test_TC_MC_1_9Suite : public TestCommand +class Test_TC_TGTNAV_1_9Suite : public TestCommand { public: - Test_TC_MC_1_9Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_9", 8, credsIssuerConfig) + Test_TC_TGTNAV_1_9Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TGTNAV_1_9", 8, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16415,7 +16423,7 @@ class Test_TC_MC_1_9Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_9Suite() {} + ~Test_TC_TGTNAV_1_9Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16614,10 +16622,10 @@ class Test_TC_MC_1_9Suite : public TestCommand } }; -class Test_TC_MC_1_10Suite : public TestCommand +class Test_TC_APBSC_1_10Suite : public TestCommand { public: - Test_TC_MC_1_10Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_10", 7, credsIssuerConfig) + Test_TC_APBSC_1_10Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_APBSC_1_10", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16625,7 +16633,7 @@ class Test_TC_MC_1_10Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_10Suite() {} + ~Test_TC_APBSC_1_10Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16783,10 +16791,11 @@ class Test_TC_MC_1_10Suite : public TestCommand } }; -class Test_TC_MC_1_11Suite : public TestCommand +class Test_TC_CONTENTLAUNCHER_1_11Suite : public TestCommand { public: - Test_TC_MC_1_11Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_11", 7, credsIssuerConfig) + Test_TC_CONTENTLAUNCHER_1_11Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CONTENTLAUNCHER_1_11", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16794,7 +16803,7 @@ class Test_TC_MC_1_11Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_11Suite() {} + ~Test_TC_CONTENTLAUNCHER_1_11Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -16950,10 +16959,11 @@ class Test_TC_MC_1_11Suite : public TestCommand } }; -class Test_TC_MC_1_12Suite : public TestCommand +class Test_TC_ALOGIN_1_12Suite : public TestCommand { public: - Test_TC_MC_1_12Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_1_12", 7, credsIssuerConfig) + Test_TC_ALOGIN_1_12Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_ALOGIN_1_12", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -16961,7 +16971,7 @@ class Test_TC_MC_1_12Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_1_12Suite() {} + ~Test_TC_ALOGIN_1_12Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17129,10 +17139,11 @@ class Test_TC_MC_1_12Suite : public TestCommand } }; -class Test_TC_MC_2_1Suite : public TestCommand +class Test_TC_LOWPOWER_2_1Suite : public TestCommand { public: - Test_TC_MC_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_2_1", 2, credsIssuerConfig) + Test_TC_LOWPOWER_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_LOWPOWER_2_1", 2, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17140,7 +17151,7 @@ class Test_TC_MC_2_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_2_1Suite() {} + ~Test_TC_LOWPOWER_2_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17209,10 +17220,11 @@ class Test_TC_MC_2_1Suite : public TestCommand } }; -class Test_TC_MC_3_2Suite : public TestCommand +class Test_TC_KEYPADINPUT_3_2Suite : public TestCommand { public: - Test_TC_MC_3_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_2", 3, credsIssuerConfig) + Test_TC_KEYPADINPUT_3_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_KEYPADINPUT_3_2", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17220,7 +17232,7 @@ class Test_TC_MC_3_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_2Suite() {} + ~Test_TC_KEYPADINPUT_3_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17312,10 +17324,11 @@ class Test_TC_MC_3_2Suite : public TestCommand } }; -class Test_TC_MC_3_3Suite : public TestCommand +class Test_TC_KEYPADINPUT_3_3Suite : public TestCommand { public: - Test_TC_MC_3_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_3", 10, credsIssuerConfig) + Test_TC_KEYPADINPUT_3_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_KEYPADINPUT_3_3", 10, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17323,7 +17336,7 @@ class Test_TC_MC_3_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_3Suite() {} + ~Test_TC_KEYPADINPUT_3_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17541,10 +17554,11 @@ class Test_TC_MC_3_3Suite : public TestCommand } }; -class Test_TC_MC_3_5Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_5Suite : public TestCommand { public: - Test_TC_MC_3_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_5", 2, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_5", 2, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17552,7 +17566,7 @@ class Test_TC_MC_3_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_5Suite() {} + ~Test_TC_APPLAUNCHER_3_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17624,10 +17638,11 @@ class Test_TC_MC_3_5Suite : public TestCommand } }; -class Test_TC_MC_3_6Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_6Suite : public TestCommand { public: - Test_TC_MC_3_6Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_6", 2, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_6Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_6", 2, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17635,7 +17650,7 @@ class Test_TC_MC_3_6Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_6Suite() {} + ~Test_TC_APPLAUNCHER_3_6Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17708,10 +17723,11 @@ class Test_TC_MC_3_6Suite : public TestCommand } }; -class Test_TC_MC_3_7Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_7Suite : public TestCommand { public: - Test_TC_MC_3_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_7", 3, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_7Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_7", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17721,7 +17737,7 @@ class Test_TC_MC_3_7Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_7Suite() {} + ~Test_TC_APPLAUNCHER_3_7Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17828,10 +17844,11 @@ class Test_TC_MC_3_7Suite : public TestCommand } }; -class Test_TC_MC_3_8Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_8Suite : public TestCommand { public: - Test_TC_MC_3_8Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_8", 3, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_8Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_8", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17841,7 +17858,7 @@ class Test_TC_MC_3_8Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_8Suite() {} + ~Test_TC_APPLAUNCHER_3_8Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -17935,10 +17952,11 @@ class Test_TC_MC_3_8Suite : public TestCommand } }; -class Test_TC_MC_3_9Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_9Suite : public TestCommand { public: - Test_TC_MC_3_9Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_9", 3, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_9Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_9", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -17948,7 +17966,7 @@ class Test_TC_MC_3_9Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_9Suite() {} + ~Test_TC_APPLAUNCHER_3_9Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18041,10 +18059,11 @@ class Test_TC_MC_3_9Suite : public TestCommand } }; -class Test_TC_MC_3_10Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_10Suite : public TestCommand { public: - Test_TC_MC_3_10Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_10", 2, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_10Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_10", 2, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18052,7 +18071,7 @@ class Test_TC_MC_3_10Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_10Suite() {} + ~Test_TC_MEDIAINPUT_3_10Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18122,10 +18141,11 @@ class Test_TC_MC_3_10Suite : public TestCommand } }; -class Test_TC_MC_3_11Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_11Suite : public TestCommand { public: - Test_TC_MC_3_11Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_11", 4, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_11Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_11", 4, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18133,7 +18153,7 @@ class Test_TC_MC_3_11Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_11Suite() {} + ~Test_TC_MEDIAINPUT_3_11Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18231,10 +18251,11 @@ class Test_TC_MC_3_11Suite : public TestCommand } }; -class Test_TC_MC_3_12Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_12Suite : public TestCommand { public: - Test_TC_MC_3_12Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_12", 4, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_12Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_12", 4, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18242,7 +18263,7 @@ class Test_TC_MC_3_12Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_12Suite() {} + ~Test_TC_MEDIAINPUT_3_12Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18338,10 +18359,11 @@ class Test_TC_MC_3_12Suite : public TestCommand } }; -class Test_TC_MC_3_13Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_13Suite : public TestCommand { public: - Test_TC_MC_3_13Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_13", 4, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_13Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_13", 4, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18349,7 +18371,7 @@ class Test_TC_MC_3_13Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_13Suite() {} + ~Test_TC_MEDIAINPUT_3_13Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18448,10 +18470,11 @@ class Test_TC_MC_3_13Suite : public TestCommand } }; -class Test_TC_MC_5_1Suite : public TestCommand +class Test_TC_CHANNEL_5_1Suite : public TestCommand { public: - Test_TC_MC_5_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_1", 2, credsIssuerConfig) + Test_TC_CHANNEL_5_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_1", 2, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18459,7 +18482,7 @@ class Test_TC_MC_5_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_1Suite() {} + ~Test_TC_CHANNEL_5_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18531,10 +18554,11 @@ class Test_TC_MC_5_1Suite : public TestCommand } }; -class Test_TC_MC_5_2Suite : public TestCommand +class Test_TC_CHANNEL_5_2Suite : public TestCommand { public: - Test_TC_MC_5_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_2", 5, credsIssuerConfig) + Test_TC_CHANNEL_5_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_2", 5, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18544,7 +18568,7 @@ class Test_TC_MC_5_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_2Suite() {} + ~Test_TC_CHANNEL_5_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18660,10 +18684,11 @@ class Test_TC_MC_5_2Suite : public TestCommand } }; -class Test_TC_MC_5_3Suite : public TestCommand +class Test_TC_CHANNEL_5_3Suite : public TestCommand { public: - Test_TC_MC_5_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_3", 7, credsIssuerConfig) + Test_TC_CHANNEL_5_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_3", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18673,7 +18698,7 @@ class Test_TC_MC_5_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_3Suite() {} + ~Test_TC_CHANNEL_5_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -18817,10 +18842,11 @@ class Test_TC_MC_5_3Suite : public TestCommand } }; -class Test_TC_MC_6_1Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_1Suite : public TestCommand { public: - Test_TC_MC_6_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_1", 12, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_1", 12, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -18828,7 +18854,7 @@ class Test_TC_MC_6_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_1Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -19056,10 +19082,11 @@ class Test_TC_MC_6_1Suite : public TestCommand } }; -class Test_TC_MC_6_2Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_2Suite : public TestCommand { public: - Test_TC_MC_6_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_2", 18, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_2", 18, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -19067,7 +19094,7 @@ class Test_TC_MC_6_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_2Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -19397,10 +19424,11 @@ class Test_TC_MC_6_2Suite : public TestCommand } }; -class Test_TC_MC_6_3Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_3Suite : public TestCommand { public: - Test_TC_MC_6_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_3", 10, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_3", 10, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -19409,7 +19437,7 @@ class Test_TC_MC_6_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_3Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -19607,10 +19635,11 @@ class Test_TC_MC_6_3Suite : public TestCommand } }; -class Test_TC_MC_6_4Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_4Suite : public TestCommand { public: - Test_TC_MC_6_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_4", 18, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_4", 18, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -19618,7 +19647,7 @@ class Test_TC_MC_6_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_4Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -19938,10 +19967,11 @@ class Test_TC_MC_6_4Suite : public TestCommand } }; -class Test_TC_MC_7_1Suite : public TestCommand +class Test_TC_AUDIOOUTPUT_7_1Suite : public TestCommand { public: - Test_TC_MC_7_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_7_1", 4, credsIssuerConfig) + Test_TC_AUDIOOUTPUT_7_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_AUDIOOUTPUT_7_1", 4, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -19949,7 +19979,7 @@ class Test_TC_MC_7_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_7_1Suite() {} + ~Test_TC_AUDIOOUTPUT_7_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20047,10 +20077,11 @@ class Test_TC_MC_7_1Suite : public TestCommand } }; -class Test_TC_MC_7_2Suite : public TestCommand +class Test_TC_AUDIOOUTPUT_7_2Suite : public TestCommand { public: - Test_TC_MC_7_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_7_2", 4, credsIssuerConfig) + Test_TC_AUDIOOUTPUT_7_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_AUDIOOUTPUT_7_2", 4, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -20058,7 +20089,7 @@ class Test_TC_MC_7_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_7_2Suite() {} + ~Test_TC_AUDIOOUTPUT_7_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20162,10 +20193,10 @@ class Test_TC_MC_7_2Suite : public TestCommand } }; -class Test_TC_MC_8_1Suite : public TestCommand +class Test_TC_TGTNAV_8_1Suite : public TestCommand { public: - Test_TC_MC_8_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_8_1", 5, credsIssuerConfig) + Test_TC_TGTNAV_8_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TGTNAV_8_1", 5, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -20175,7 +20206,7 @@ class Test_TC_MC_8_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_8_1Suite() {} + ~Test_TC_TGTNAV_8_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20296,10 +20327,10 @@ class Test_TC_MC_8_1Suite : public TestCommand } }; -class Test_TC_MC_9_1Suite : public TestCommand +class Test_TC_APBSC_9_1Suite : public TestCommand { public: - Test_TC_MC_9_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_9_1", 9, credsIssuerConfig) + Test_TC_APBSC_9_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_APBSC_9_1", 9, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -20307,7 +20338,7 @@ class Test_TC_MC_9_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_9_1Suite() {} + ~Test_TC_APBSC_9_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20479,10 +20510,11 @@ class Test_TC_MC_9_1Suite : public TestCommand } }; -class Test_TC_MC_10_1Suite : public TestCommand +class Test_TC_CONTENTLAUNCHER_10_1Suite : public TestCommand { public: - Test_TC_MC_10_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_10_1", 3, credsIssuerConfig) + Test_TC_CONTENTLAUNCHER_10_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CONTENTLAUNCHER_10_1", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -20490,7 +20522,7 @@ class Test_TC_MC_10_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_10_1Suite() {} + ~Test_TC_CONTENTLAUNCHER_10_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20742,10 +20774,10 @@ class Test_TC_MOD_1_1Suite : public TestCommand } }; -class Test_TC_MF_1_3Suite : public TestCommand +class Test_TC_CADMIN_1_3Suite : public TestCommand { public: - Test_TC_MF_1_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_3", 12, credsIssuerConfig) + Test_TC_CADMIN_1_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_3", 12, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("nodeId2", 0, UINT64_MAX, &mNodeId2); @@ -20755,7 +20787,7 @@ class Test_TC_MF_1_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_3Suite() {} + ~Test_TC_CADMIN_1_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -20981,10 +21013,10 @@ class Test_TC_MF_1_3Suite : public TestCommand } }; -class Test_TC_MF_1_4Suite : public TestCommand +class Test_TC_CADMIN_1_4Suite : public TestCommand { public: - Test_TC_MF_1_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_4", 12, credsIssuerConfig) + Test_TC_CADMIN_1_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_4", 12, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("nodeId2", 0, UINT64_MAX, &mNodeId2); @@ -20994,7 +21026,7 @@ class Test_TC_MF_1_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_4Suite() {} + ~Test_TC_CADMIN_1_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -26786,10 +26818,10 @@ class Test_TC_SWTCH_2_1Suite : public TestCommand } }; -class Test_TC_TM_1_1Suite : public TestCommand +class Test_TC_TMP_1_1Suite : public TestCommand { public: - Test_TC_TM_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TM_1_1", 7, credsIssuerConfig) + Test_TC_TMP_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TMP_1_1", 7, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -26797,7 +26829,7 @@ class Test_TC_TM_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TM_1_1Suite() {} + ~Test_TC_TMP_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -26948,10 +26980,10 @@ class Test_TC_TM_1_1Suite : public TestCommand } }; -class Test_TC_TM_2_1Suite : public TestCommand +class Test_TC_TMP_2_1Suite : public TestCommand { public: - Test_TC_TM_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TM_2_1", 5, credsIssuerConfig) + Test_TC_TMP_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TMP_2_1", 5, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -26959,7 +26991,7 @@ class Test_TC_TM_2_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TM_2_1Suite() {} + ~Test_TC_TMP_2_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -30270,11 +30302,11 @@ class Test_TC_TSUIC_2_2Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_2_1Suite : public TestCommand +class Test_TC_DGTHREAD_2_1Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_2_1", 34, credsIssuerConfig) + Test_TC_DGTHREAD_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_2_1", 34, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -30282,7 +30314,7 @@ class Test_TC_DIAG_TH_NW_2_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_2_1Suite() {} + ~Test_TC_DGTHREAD_2_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -30817,11 +30849,11 @@ class Test_TC_DIAG_TH_NW_2_1Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_2_2Suite : public TestCommand +class Test_TC_DGTHREAD_2_2Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_2_2", 18, credsIssuerConfig) + Test_TC_DGTHREAD_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_2_2", 18, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -30829,7 +30861,7 @@ class Test_TC_DIAG_TH_NW_2_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_2_2Suite() {} + ~Test_TC_DGTHREAD_2_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -31123,11 +31155,11 @@ class Test_TC_DIAG_TH_NW_2_2Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_2_3Suite : public TestCommand +class Test_TC_DGTHREAD_2_3Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_2_3Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_2_3", 18, credsIssuerConfig) + Test_TC_DGTHREAD_2_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_2_3", 18, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -31135,7 +31167,7 @@ class Test_TC_DIAG_TH_NW_2_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_2_3Suite() {} + ~Test_TC_DGTHREAD_2_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -31429,11 +31461,11 @@ class Test_TC_DIAG_TH_NW_2_3Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_2_4Suite : public TestCommand +class Test_TC_DGTHREAD_2_4Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_2_4Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_2_4", 3, credsIssuerConfig) + Test_TC_DGTHREAD_2_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_2_4", 3, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -31441,7 +31473,7 @@ class Test_TC_DIAG_TH_NW_2_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_2_4Suite() {} + ~Test_TC_DGTHREAD_2_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70458,10 +70490,11 @@ class Test_TC_IDM_8_1Suite : public TestCommand } }; -class Test_TC_MC_2_2Suite : public TestCommand +class Test_TC_LOWPOWER_2_2Suite : public TestCommand { public: - Test_TC_MC_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_2_2", 0, credsIssuerConfig) + Test_TC_LOWPOWER_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_LOWPOWER_2_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70469,7 +70502,7 @@ class Test_TC_MC_2_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_2_2Suite() {} + ~Test_TC_LOWPOWER_2_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70514,10 +70547,11 @@ class Test_TC_MC_2_2Suite : public TestCommand } }; -class Test_TC_MC_3_7_1Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_7_1Suite : public TestCommand { public: - Test_TC_MC_3_7_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_7_1", 0, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_7_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_7_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70525,7 +70559,7 @@ class Test_TC_MC_3_7_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_7_1Suite() {} + ~Test_TC_APPLAUNCHER_3_7_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70570,10 +70604,11 @@ class Test_TC_MC_3_7_1Suite : public TestCommand } }; -class Test_TC_MC_3_8_1Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_8_1Suite : public TestCommand { public: - Test_TC_MC_3_8_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_8_1", 0, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_8_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_8_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70581,7 +70616,7 @@ class Test_TC_MC_3_8_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_8_1Suite() {} + ~Test_TC_APPLAUNCHER_3_8_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70626,10 +70661,11 @@ class Test_TC_MC_3_8_1Suite : public TestCommand } }; -class Test_TC_MC_3_9_1Suite : public TestCommand +class Test_TC_APPLAUNCHER_3_9_1Suite : public TestCommand { public: - Test_TC_MC_3_9_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_9_1", 0, credsIssuerConfig) + Test_TC_APPLAUNCHER_3_9_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_APPLAUNCHER_3_9_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70637,7 +70673,7 @@ class Test_TC_MC_3_9_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_9_1Suite() {} + ~Test_TC_APPLAUNCHER_3_9_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70682,10 +70718,11 @@ class Test_TC_MC_3_9_1Suite : public TestCommand } }; -class Test_TC_MC_3_14Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_14Suite : public TestCommand { public: - Test_TC_MC_3_14Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_14", 0, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_14Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_14", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70693,7 +70730,7 @@ class Test_TC_MC_3_14Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_14Suite() {} + ~Test_TC_MEDIAINPUT_3_14Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70738,10 +70775,11 @@ class Test_TC_MC_3_14Suite : public TestCommand } }; -class Test_TC_MC_3_15Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_15Suite : public TestCommand { public: - Test_TC_MC_3_15Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_15", 0, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_15Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_15", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70749,7 +70787,7 @@ class Test_TC_MC_3_15Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_15Suite() {} + ~Test_TC_MEDIAINPUT_3_15Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70794,10 +70832,11 @@ class Test_TC_MC_3_15Suite : public TestCommand } }; -class Test_TC_MC_3_16Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_16Suite : public TestCommand { public: - Test_TC_MC_3_16Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_16", 0, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_16Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_16", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70805,7 +70844,7 @@ class Test_TC_MC_3_16Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_16Suite() {} + ~Test_TC_MEDIAINPUT_3_16Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70850,10 +70889,11 @@ class Test_TC_MC_3_16Suite : public TestCommand } }; -class Test_TC_MC_3_17Suite : public TestCommand +class Test_TC_MEDIAINPUT_3_17Suite : public TestCommand { public: - Test_TC_MC_3_17Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_3_17", 0, credsIssuerConfig) + Test_TC_MEDIAINPUT_3_17Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAINPUT_3_17", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70861,7 +70901,7 @@ class Test_TC_MC_3_17Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_3_17Suite() {} + ~Test_TC_MEDIAINPUT_3_17Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70906,10 +70946,11 @@ class Test_TC_MC_3_17Suite : public TestCommand } }; -class Test_TC_MC_4_1Suite : public TestCommand +class Test_TC_WAKEONLAN_4_1Suite : public TestCommand { public: - Test_TC_MC_4_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_4_1", 0, credsIssuerConfig) + Test_TC_WAKEONLAN_4_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_WAKEONLAN_4_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70917,7 +70958,7 @@ class Test_TC_MC_4_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_4_1Suite() {} + ~Test_TC_WAKEONLAN_4_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -70962,10 +71003,11 @@ class Test_TC_MC_4_1Suite : public TestCommand } }; -class Test_TC_MC_5_4Suite : public TestCommand +class Test_TC_CHANNEL_5_4Suite : public TestCommand { public: - Test_TC_MC_5_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_4", 0, credsIssuerConfig) + Test_TC_CHANNEL_5_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_4", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -70973,7 +71015,7 @@ class Test_TC_MC_5_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_4Suite() {} + ~Test_TC_CHANNEL_5_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71018,10 +71060,11 @@ class Test_TC_MC_5_4Suite : public TestCommand } }; -class Test_TC_MC_5_5Suite : public TestCommand +class Test_TC_CHANNEL_5_5Suite : public TestCommand { public: - Test_TC_MC_5_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_5", 0, credsIssuerConfig) + Test_TC_CHANNEL_5_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_5", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71029,7 +71072,7 @@ class Test_TC_MC_5_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_5Suite() {} + ~Test_TC_CHANNEL_5_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71074,10 +71117,11 @@ class Test_TC_MC_5_5Suite : public TestCommand } }; -class Test_TC_MC_5_6Suite : public TestCommand +class Test_TC_CHANNEL_5_6Suite : public TestCommand { public: - Test_TC_MC_5_6Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_5_6", 0, credsIssuerConfig) + Test_TC_CHANNEL_5_6Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CHANNEL_5_6", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71085,7 +71129,7 @@ class Test_TC_MC_5_6Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_5_6Suite() {} + ~Test_TC_CHANNEL_5_6Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71130,10 +71174,11 @@ class Test_TC_MC_5_6Suite : public TestCommand } }; -class Test_TC_MC_6_5Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_5Suite : public TestCommand { public: - Test_TC_MC_6_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_5", 0, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_5", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71141,7 +71186,7 @@ class Test_TC_MC_6_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_5Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71186,10 +71231,11 @@ class Test_TC_MC_6_5Suite : public TestCommand } }; -class Test_TC_MC_6_7Suite : public TestCommand +class Test_TC_MEDIAPLAYBACK_6_7Suite : public TestCommand { public: - Test_TC_MC_6_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_6_7", 0, credsIssuerConfig) + Test_TC_MEDIAPLAYBACK_6_7Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_MEDIAPLAYBACK_6_7", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71197,7 +71243,7 @@ class Test_TC_MC_6_7Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_6_7Suite() {} + ~Test_TC_MEDIAPLAYBACK_6_7Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71242,10 +71288,11 @@ class Test_TC_MC_6_7Suite : public TestCommand } }; -class Test_TC_MC_7_3Suite : public TestCommand +class Test_TC_AUDIOOUTPUT_7_3Suite : public TestCommand { public: - Test_TC_MC_7_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_7_3", 0, credsIssuerConfig) + Test_TC_AUDIOOUTPUT_7_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_AUDIOOUTPUT_7_3", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71253,7 +71300,7 @@ class Test_TC_MC_7_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_7_3Suite() {} + ~Test_TC_AUDIOOUTPUT_7_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71298,10 +71345,11 @@ class Test_TC_MC_7_3Suite : public TestCommand } }; -class Test_TC_MC_7_4Suite : public TestCommand +class Test_TC_AUDIOOUTPUT_7_4Suite : public TestCommand { public: - Test_TC_MC_7_4Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_7_4", 0, credsIssuerConfig) + Test_TC_AUDIOOUTPUT_7_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_AUDIOOUTPUT_7_4", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71309,7 +71357,7 @@ class Test_TC_MC_7_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_7_4Suite() {} + ~Test_TC_AUDIOOUTPUT_7_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71354,10 +71402,11 @@ class Test_TC_MC_7_4Suite : public TestCommand } }; -class Test_TC_MC_10_3Suite : public TestCommand +class Test_TC_CONTENTLAUNCHER_10_3Suite : public TestCommand { public: - Test_TC_MC_10_3Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_10_3", 0, credsIssuerConfig) + Test_TC_CONTENTLAUNCHER_10_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CONTENTLAUNCHER_10_3", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71365,7 +71414,7 @@ class Test_TC_MC_10_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_10_3Suite() {} + ~Test_TC_CONTENTLAUNCHER_10_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71410,10 +71459,11 @@ class Test_TC_MC_10_3Suite : public TestCommand } }; -class Test_TC_MC_10_5Suite : public TestCommand +class Test_TC_CONTENTLAUNCHER_10_5Suite : public TestCommand { public: - Test_TC_MC_10_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_10_5", 0, credsIssuerConfig) + Test_TC_CONTENTLAUNCHER_10_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CONTENTLAUNCHER_10_5", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71421,7 +71471,7 @@ class Test_TC_MC_10_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_10_5Suite() {} + ~Test_TC_CONTENTLAUNCHER_10_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71466,10 +71516,11 @@ class Test_TC_MC_10_5Suite : public TestCommand } }; -class Test_TC_MC_10_7Suite : public TestCommand +class Test_TC_CONTENTLAUNCHER_10_7Suite : public TestCommand { public: - Test_TC_MC_10_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_10_7", 0, credsIssuerConfig) + Test_TC_CONTENTLAUNCHER_10_7Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CONTENTLAUNCHER_10_7", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71477,7 +71528,7 @@ class Test_TC_MC_10_7Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_10_7Suite() {} + ~Test_TC_CONTENTLAUNCHER_10_7Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71634,10 +71685,11 @@ class Test_TC_MC_11_2Suite : public TestCommand } }; -class Test_TC_MC_12_1Suite : public TestCommand +class Test_TC_ALOGIN_12_1Suite : public TestCommand { public: - Test_TC_MC_12_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_12_1", 0, credsIssuerConfig) + Test_TC_ALOGIN_12_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_ALOGIN_12_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71645,7 +71697,7 @@ class Test_TC_MC_12_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_12_1Suite() {} + ~Test_TC_ALOGIN_12_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71690,10 +71742,11 @@ class Test_TC_MC_12_1Suite : public TestCommand } }; -class Test_TC_MC_12_2Suite : public TestCommand +class Test_TC_ALOGIN_12_2Suite : public TestCommand { public: - Test_TC_MC_12_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MC_12_2", 0, credsIssuerConfig) + Test_TC_ALOGIN_12_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_ALOGIN_12_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71701,7 +71754,7 @@ class Test_TC_MC_12_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MC_12_2Suite() {} + ~Test_TC_ALOGIN_12_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71746,10 +71799,10 @@ class Test_TC_MC_12_2Suite : public TestCommand } }; -class Test_TC_MF_1_1Suite : public TestCommand +class Test_TC_CADMIN_1_1Suite : public TestCommand { public: - Test_TC_MF_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_1", 0, credsIssuerConfig) + Test_TC_CADMIN_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71757,7 +71810,7 @@ class Test_TC_MF_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_1Suite() {} + ~Test_TC_CADMIN_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71802,10 +71855,10 @@ class Test_TC_MF_1_1Suite : public TestCommand } }; -class Test_TC_MF_1_2Suite : public TestCommand +class Test_TC_CADMIN_1_2Suite : public TestCommand { public: - Test_TC_MF_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_2", 0, credsIssuerConfig) + Test_TC_CADMIN_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71813,7 +71866,7 @@ class Test_TC_MF_1_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_2Suite() {} + ~Test_TC_CADMIN_1_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71858,10 +71911,10 @@ class Test_TC_MF_1_2Suite : public TestCommand } }; -class Test_TC_MF_1_7Suite : public TestCommand +class Test_TC_CADMIN_1_7Suite : public TestCommand { public: - Test_TC_MF_1_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_7", 0, credsIssuerConfig) + Test_TC_CADMIN_1_7Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_7", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71869,7 +71922,7 @@ class Test_TC_MF_1_7Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_7Suite() {} + ~Test_TC_CADMIN_1_7Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71914,10 +71967,10 @@ class Test_TC_MF_1_7Suite : public TestCommand } }; -class Test_TC_MF_1_8Suite : public TestCommand +class Test_TC_CADMIN_1_8Suite : public TestCommand { public: - Test_TC_MF_1_8Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_8", 0, credsIssuerConfig) + Test_TC_CADMIN_1_8Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_8", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71925,7 +71978,7 @@ class Test_TC_MF_1_8Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_8Suite() {} + ~Test_TC_CADMIN_1_8Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -71970,10 +72023,11 @@ class Test_TC_MF_1_8Suite : public TestCommand } }; -class Test_TC_MF_1_11Suite : public TestCommand +class Test_TC_CADMIN_1_11Suite : public TestCommand { public: - Test_TC_MF_1_11Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_11", 0, credsIssuerConfig) + Test_TC_CADMIN_1_11Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_11", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -71981,7 +72035,7 @@ class Test_TC_MF_1_11Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_11Suite() {} + ~Test_TC_CADMIN_1_11Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72026,10 +72080,11 @@ class Test_TC_MF_1_11Suite : public TestCommand } }; -class Test_TC_MF_1_12Suite : public TestCommand +class Test_TC_CADMIN_1_12Suite : public TestCommand { public: - Test_TC_MF_1_12Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_12", 0, credsIssuerConfig) + Test_TC_CADMIN_1_12Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_12", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72037,7 +72092,7 @@ class Test_TC_MF_1_12Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_12Suite() {} + ~Test_TC_CADMIN_1_12Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72082,10 +72137,11 @@ class Test_TC_MF_1_12Suite : public TestCommand } }; -class Test_TC_MF_1_13Suite : public TestCommand +class Test_TC_CADMIN_1_13Suite : public TestCommand { public: - Test_TC_MF_1_13Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_13", 0, credsIssuerConfig) + Test_TC_CADMIN_1_13Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_13", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72093,7 +72149,7 @@ class Test_TC_MF_1_13Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_13Suite() {} + ~Test_TC_CADMIN_1_13Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72138,10 +72194,11 @@ class Test_TC_MF_1_13Suite : public TestCommand } }; -class Test_TC_MF_1_14Suite : public TestCommand +class Test_TC_CADMIN_1_14Suite : public TestCommand { public: - Test_TC_MF_1_14Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_14", 0, credsIssuerConfig) + Test_TC_CADMIN_1_14Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_14", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72149,7 +72206,7 @@ class Test_TC_MF_1_14Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_14Suite() {} + ~Test_TC_CADMIN_1_14Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72194,10 +72251,11 @@ class Test_TC_MF_1_14Suite : public TestCommand } }; -class Test_TC_MF_1_16Suite : public TestCommand +class Test_TC_CADMIN_1_16Suite : public TestCommand { public: - Test_TC_MF_1_16Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_16", 0, credsIssuerConfig) + Test_TC_CADMIN_1_16Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_16", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72205,7 +72263,7 @@ class Test_TC_MF_1_16Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_16Suite() {} + ~Test_TC_CADMIN_1_16Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72250,10 +72308,11 @@ class Test_TC_MF_1_16Suite : public TestCommand } }; -class Test_TC_MF_1_17Suite : public TestCommand +class Test_TC_CADMIN_1_17Suite : public TestCommand { public: - Test_TC_MF_1_17Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_17", 0, credsIssuerConfig) + Test_TC_CADMIN_1_17Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_17", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72261,7 +72320,7 @@ class Test_TC_MF_1_17Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_17Suite() {} + ~Test_TC_CADMIN_1_17Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72306,10 +72365,11 @@ class Test_TC_MF_1_17Suite : public TestCommand } }; -class Test_TC_MF_1_18Suite : public TestCommand +class Test_TC_CADMIN_1_18Suite : public TestCommand { public: - Test_TC_MF_1_18Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_18", 0, credsIssuerConfig) + Test_TC_CADMIN_1_18Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_18", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72317,7 +72377,7 @@ class Test_TC_MF_1_18Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_18Suite() {} + ~Test_TC_CADMIN_1_18Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72362,10 +72422,11 @@ class Test_TC_MF_1_18Suite : public TestCommand } }; -class Test_TC_MF_1_19Suite : public TestCommand +class Test_TC_CADMIN_1_19Suite : public TestCommand { public: - Test_TC_MF_1_19Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_19", 0, credsIssuerConfig) + Test_TC_CADMIN_1_19Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_19", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72373,7 +72434,7 @@ class Test_TC_MF_1_19Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_19Suite() {} + ~Test_TC_CADMIN_1_19Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72418,10 +72479,11 @@ class Test_TC_MF_1_19Suite : public TestCommand } }; -class Test_TC_MF_1_20Suite : public TestCommand +class Test_TC_CADMIN_1_20Suite : public TestCommand { public: - Test_TC_MF_1_20Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_20", 0, credsIssuerConfig) + Test_TC_CADMIN_1_20Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_20", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72429,7 +72491,7 @@ class Test_TC_MF_1_20Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_20Suite() {} + ~Test_TC_CADMIN_1_20Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72474,10 +72536,11 @@ class Test_TC_MF_1_20Suite : public TestCommand } }; -class Test_TC_MF_1_21Suite : public TestCommand +class Test_TC_CADMIN_1_21Suite : public TestCommand { public: - Test_TC_MF_1_21Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_21", 0, credsIssuerConfig) + Test_TC_CADMIN_1_21Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_21", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72485,7 +72548,7 @@ class Test_TC_MF_1_21Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_21Suite() {} + ~Test_TC_CADMIN_1_21Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72530,10 +72593,11 @@ class Test_TC_MF_1_21Suite : public TestCommand } }; -class Test_TC_MF_1_22Suite : public TestCommand +class Test_TC_CADMIN_1_22Suite : public TestCommand { public: - Test_TC_MF_1_22Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_22", 0, credsIssuerConfig) + Test_TC_CADMIN_1_22Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_22", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72541,7 +72605,7 @@ class Test_TC_MF_1_22Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_22Suite() {} + ~Test_TC_CADMIN_1_22Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72586,10 +72650,11 @@ class Test_TC_MF_1_22Suite : public TestCommand } }; -class Test_TC_MF_1_23Suite : public TestCommand +class Test_TC_CADMIN_1_23Suite : public TestCommand { public: - Test_TC_MF_1_23Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_23", 0, credsIssuerConfig) + Test_TC_CADMIN_1_23Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_23", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72597,7 +72662,7 @@ class Test_TC_MF_1_23Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_23Suite() {} + ~Test_TC_CADMIN_1_23Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72642,10 +72707,11 @@ class Test_TC_MF_1_23Suite : public TestCommand } }; -class Test_TC_MF_1_24Suite : public TestCommand +class Test_TC_CADMIN_1_24Suite : public TestCommand { public: - Test_TC_MF_1_24Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_24", 0, credsIssuerConfig) + Test_TC_CADMIN_1_24Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_24", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72653,7 +72719,7 @@ class Test_TC_MF_1_24Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_24Suite() {} + ~Test_TC_CADMIN_1_24Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72698,10 +72764,11 @@ class Test_TC_MF_1_24Suite : public TestCommand } }; -class Test_TC_MF_1_25Suite : public TestCommand +class Test_TC_CADMIN_1_25Suite : public TestCommand { public: - Test_TC_MF_1_25Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_25", 0, credsIssuerConfig) + Test_TC_CADMIN_1_25Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_25", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72709,7 +72776,7 @@ class Test_TC_MF_1_25Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_25Suite() {} + ~Test_TC_CADMIN_1_25Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72754,10 +72821,11 @@ class Test_TC_MF_1_25Suite : public TestCommand } }; -class Test_TC_MF_1_26Suite : public TestCommand +class Test_TC_CADMIN_1_26Suite : public TestCommand { public: - Test_TC_MF_1_26Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_26", 0, credsIssuerConfig) + Test_TC_CADMIN_1_26Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_26", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -72765,7 +72833,7 @@ class Test_TC_MF_1_26Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_MF_1_26Suite() {} + ~Test_TC_CADMIN_1_26Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -72810,17 +72878,18 @@ class Test_TC_MF_1_26Suite : public TestCommand } }; -class Test_TC_MF_1_27Suite : public TestCommand +class Test_TC_CADMIN_1_27Suite : public TestCommand { public: - Test_TC_MF_1_27Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_27", 8, credsIssuerConfig) + Test_TC_CADMIN_1_27Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_27", 8, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); AddArgument("endpoint", 0, UINT16_MAX, &mEndpoint); } - ~Test_TC_MF_1_27Suite() {} + ~Test_TC_CADMIN_1_27Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(330)); } @@ -72963,17 +73032,18 @@ class Test_TC_MF_1_27Suite : public TestCommand } }; -class Test_TC_MF_1_28Suite : public TestCommand +class Test_TC_CADMIN_1_28Suite : public TestCommand { public: - Test_TC_MF_1_28Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_28", 8, credsIssuerConfig) + Test_TC_CADMIN_1_28Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_28", 8, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); AddArgument("endpoint", 0, UINT16_MAX, &mEndpoint); } - ~Test_TC_MF_1_28Suite() {} + ~Test_TC_CADMIN_1_28Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(330)); } @@ -73133,10 +73203,10 @@ class Test_TC_MF_1_28Suite : public TestCommand } }; -class Test_TC_MF_1_5Suite : public TestCommand +class Test_TC_CADMIN_1_5Suite : public TestCommand { public: - Test_TC_MF_1_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_5", 13, credsIssuerConfig) + Test_TC_CADMIN_1_5Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_5", 13, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); @@ -73148,7 +73218,7 @@ class Test_TC_MF_1_5Suite : public TestCommand AddArgument("payload", &mPayload); } - ~Test_TC_MF_1_5Suite() {} + ~Test_TC_CADMIN_1_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(300)); } @@ -73384,10 +73454,10 @@ class Test_TC_MF_1_5Suite : public TestCommand } }; -class Test_TC_MF_1_6Suite : public TestCommand +class Test_TC_CADMIN_1_6Suite : public TestCommand { public: - Test_TC_MF_1_6Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_6", 14, credsIssuerConfig) + Test_TC_CADMIN_1_6Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_6", 14, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); @@ -73399,7 +73469,7 @@ class Test_TC_MF_1_6Suite : public TestCommand AddArgument("payload", &mPayload); } - ~Test_TC_MF_1_6Suite() {} + ~Test_TC_CADMIN_1_6Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(300)); } @@ -73618,10 +73688,10 @@ class Test_TC_MF_1_6Suite : public TestCommand } }; -class Test_TC_MF_1_9Suite : public TestCommand +class Test_TC_CADMIN_1_9Suite : public TestCommand { public: - Test_TC_MF_1_9Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_9", 24, credsIssuerConfig) + Test_TC_CADMIN_1_9Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_CADMIN_1_9", 24, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); @@ -73634,7 +73704,7 @@ class Test_TC_MF_1_9Suite : public TestCommand AddArgument("payload2", &mPayload2); } - ~Test_TC_MF_1_9Suite() {} + ~Test_TC_CADMIN_1_9Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(700)); } @@ -73979,10 +74049,11 @@ class Test_TC_MF_1_9Suite : public TestCommand } }; -class Test_TC_MF_1_10Suite : public TestCommand +class Test_TC_CADMIN_1_10Suite : public TestCommand { public: - Test_TC_MF_1_10Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_10", 24, credsIssuerConfig) + Test_TC_CADMIN_1_10Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_10", 24, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); @@ -73995,7 +74066,7 @@ class Test_TC_MF_1_10Suite : public TestCommand AddArgument("payload2", &mPayload2); } - ~Test_TC_MF_1_10Suite() {} + ~Test_TC_CADMIN_1_10Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(700)); } @@ -74331,10 +74402,11 @@ class Test_TC_MF_1_10Suite : public TestCommand } }; -class Test_TC_MF_1_15Suite : public TestCommand +class Test_TC_CADMIN_1_15Suite : public TestCommand { public: - Test_TC_MF_1_15Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_MF_1_15", 17, credsIssuerConfig) + Test_TC_CADMIN_1_15Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_CADMIN_1_15", 17, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("timeout", 0, UINT16_MAX, &mTimeout); @@ -74346,7 +74418,7 @@ class Test_TC_MF_1_15Suite : public TestCommand AddArgument("payload", &mPayload); } - ~Test_TC_MF_1_15Suite() {} + ~Test_TC_CADMIN_1_15Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(500)); } @@ -84326,10 +84398,10 @@ class Test_TC_SWTCH_3_2Suite : public TestCommand } }; -class Test_TC_TM_2_2Suite : public TestCommand +class Test_TC_TMP_2_2Suite : public TestCommand { public: - Test_TC_TM_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TM_2_2", 6, credsIssuerConfig) + Test_TC_TMP_2_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TMP_2_2", 6, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84337,7 +84409,7 @@ class Test_TC_TM_2_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TM_2_2Suite() {} + ~Test_TC_TMP_2_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84471,10 +84543,10 @@ class Test_TC_TM_2_2Suite : public TestCommand } }; -class Test_TC_TM_3_1Suite : public TestCommand +class Test_TC_TMP_3_1Suite : public TestCommand { public: - Test_TC_TM_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TM_3_1", 0, credsIssuerConfig) + Test_TC_TMP_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TMP_3_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84482,7 +84554,7 @@ class Test_TC_TM_3_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TM_3_1Suite() {} + ~Test_TC_TMP_3_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84695,11 +84767,11 @@ class Test_TC_TSUIC_3_1Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_1_1Suite : public TestCommand +class Test_TC_DGTHREAD_1_1Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_1_1", 0, credsIssuerConfig) + Test_TC_DGTHREAD_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_1_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84707,7 +84779,7 @@ class Test_TC_DIAG_TH_NW_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_1_1Suite() {} + ~Test_TC_DGTHREAD_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84752,11 +84824,11 @@ class Test_TC_DIAG_TH_NW_1_1Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_2_5Suite : public TestCommand +class Test_TC_DGTHREAD_2_5Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_2_5Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_2_5", 0, credsIssuerConfig) + Test_TC_DGTHREAD_2_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_2_5", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84764,7 +84836,7 @@ class Test_TC_DIAG_TH_NW_2_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_2_5Suite() {} + ~Test_TC_DGTHREAD_2_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84809,11 +84881,11 @@ class Test_TC_DIAG_TH_NW_2_5Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_3_1Suite : public TestCommand +class Test_TC_DGTHREAD_3_1Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_3_1", 0, credsIssuerConfig) + Test_TC_DGTHREAD_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_3_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84821,7 +84893,7 @@ class Test_TC_DIAG_TH_NW_3_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_3_1Suite() {} + ~Test_TC_DGTHREAD_3_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84866,11 +84938,11 @@ class Test_TC_DIAG_TH_NW_3_1Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_3_2Suite : public TestCommand +class Test_TC_DGTHREAD_3_2Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_3_2Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_3_2", 0, credsIssuerConfig) + Test_TC_DGTHREAD_3_2Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_3_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84878,7 +84950,7 @@ class Test_TC_DIAG_TH_NW_3_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_3_2Suite() {} + ~Test_TC_DGTHREAD_3_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84923,11 +84995,11 @@ class Test_TC_DIAG_TH_NW_3_2Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_3_3Suite : public TestCommand +class Test_TC_DGTHREAD_3_3Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_3_3Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_3_3", 0, credsIssuerConfig) + Test_TC_DGTHREAD_3_3Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_3_3", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84935,7 +85007,7 @@ class Test_TC_DIAG_TH_NW_3_3Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_3_3Suite() {} + ~Test_TC_DGTHREAD_3_3Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -84980,11 +85052,11 @@ class Test_TC_DIAG_TH_NW_3_3Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_3_4Suite : public TestCommand +class Test_TC_DGTHREAD_3_4Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_3_4Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_3_4", 0, credsIssuerConfig) + Test_TC_DGTHREAD_3_4Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_3_4", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -84992,7 +85064,7 @@ class Test_TC_DIAG_TH_NW_3_4Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_3_4Suite() {} + ~Test_TC_DGTHREAD_3_4Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85037,11 +85109,11 @@ class Test_TC_DIAG_TH_NW_3_4Suite : public TestCommand } }; -class Test_TC_DIAG_TH_NW_3_5Suite : public TestCommand +class Test_TC_DGTHREAD_3_5Suite : public TestCommand { public: - Test_TC_DIAG_TH_NW_3_5Suite(CredentialIssuerCommands * credsIssuerConfig) : - TestCommand("Test_TC_DIAG_TH_NW_3_5", 0, credsIssuerConfig) + Test_TC_DGTHREAD_3_5Suite(CredentialIssuerCommands * credsIssuerConfig) : + TestCommand("Test_TC_DGTHREAD_3_5", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85049,7 +85121,7 @@ class Test_TC_DIAG_TH_NW_3_5Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_DIAG_TH_NW_3_5Suite() {} + ~Test_TC_DGTHREAD_3_5Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85318,10 +85390,10 @@ class Test_TC_ACT_3_2Suite : public TestCommand } }; -class Test_TC_TFL_1_1Suite : public TestCommand +class Test_TC_LTIME_1_1Suite : public TestCommand { public: - Test_TC_TFL_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TFL_1_1", 0, credsIssuerConfig) + Test_TC_LTIME_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LTIME_1_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85329,7 +85401,7 @@ class Test_TC_TFL_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TFL_1_1Suite() {} + ~Test_TC_LTIME_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85374,10 +85446,10 @@ class Test_TC_TFL_1_1Suite : public TestCommand } }; -class Test_TC_TFL_1_2Suite : public TestCommand +class Test_TC_LTIME_1_2Suite : public TestCommand { public: - Test_TC_TFL_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TFL_1_2", 0, credsIssuerConfig) + Test_TC_LTIME_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LTIME_1_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85385,7 +85457,7 @@ class Test_TC_TFL_1_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TFL_1_2Suite() {} + ~Test_TC_LTIME_1_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85430,10 +85502,10 @@ class Test_TC_TFL_1_2Suite : public TestCommand } }; -class Test_TC_TFL_2_1Suite : public TestCommand +class Test_TC_LTIME_2_1Suite : public TestCommand { public: - Test_TC_TFL_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TFL_2_1", 0, credsIssuerConfig) + Test_TC_LTIME_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LTIME_2_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85441,7 +85513,7 @@ class Test_TC_TFL_2_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TFL_2_1Suite() {} + ~Test_TC_LTIME_2_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85486,10 +85558,10 @@ class Test_TC_TFL_2_1Suite : public TestCommand } }; -class Test_TC_TFL_3_1Suite : public TestCommand +class Test_TC_LTIME_3_1Suite : public TestCommand { public: - Test_TC_TFL_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_TFL_3_1", 0, credsIssuerConfig) + Test_TC_LTIME_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LTIME_3_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85497,7 +85569,7 @@ class Test_TC_TFL_3_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_TFL_3_1Suite() {} + ~Test_TC_LTIME_3_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85542,10 +85614,10 @@ class Test_TC_TFL_3_1Suite : public TestCommand } }; -class Test_TC_UL_1_1Suite : public TestCommand +class Test_TC_LUNIT_1_1Suite : public TestCommand { public: - Test_TC_UL_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_UL_1_1", 0, credsIssuerConfig) + Test_TC_LUNIT_1_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LUNIT_1_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85553,7 +85625,7 @@ class Test_TC_UL_1_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_UL_1_1Suite() {} + ~Test_TC_LUNIT_1_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85598,10 +85670,10 @@ class Test_TC_UL_1_1Suite : public TestCommand } }; -class Test_TC_UL_1_2Suite : public TestCommand +class Test_TC_LUNIT_1_2Suite : public TestCommand { public: - Test_TC_UL_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_UL_1_2", 0, credsIssuerConfig) + Test_TC_LUNIT_1_2Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LUNIT_1_2", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85609,7 +85681,7 @@ class Test_TC_UL_1_2Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_UL_1_2Suite() {} + ~Test_TC_LUNIT_1_2Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85654,10 +85726,10 @@ class Test_TC_UL_1_2Suite : public TestCommand } }; -class Test_TC_UL_2_1Suite : public TestCommand +class Test_TC_LUNIT_2_1Suite : public TestCommand { public: - Test_TC_UL_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_UL_2_1", 0, credsIssuerConfig) + Test_TC_LUNIT_2_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LUNIT_2_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85665,7 +85737,7 @@ class Test_TC_UL_2_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_UL_2_1Suite() {} + ~Test_TC_LUNIT_2_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -85710,10 +85782,10 @@ class Test_TC_UL_2_1Suite : public TestCommand } }; -class Test_TC_UL_3_1Suite : public TestCommand +class Test_TC_LUNIT_3_1Suite : public TestCommand { public: - Test_TC_UL_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_UL_3_1", 0, credsIssuerConfig) + Test_TC_LUNIT_3_1Suite(CredentialIssuerCommands * credsIssuerConfig) : TestCommand("Test_TC_LUNIT_3_1", 0, credsIssuerConfig) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); AddArgument("cluster", &mCluster); @@ -85721,7 +85793,7 @@ class Test_TC_UL_3_1Suite : public TestCommand AddArgument("timeout", 0, UINT16_MAX, &mTimeout); } - ~Test_TC_UL_3_1Suite() {} + ~Test_TC_LUNIT_3_1Suite() {} chip::System::Clock::Timeout GetWaitDuration() const override { @@ -86551,45 +86623,45 @@ void registerCommandsTests(Commands & commands, CredentialIssuerCommands * creds make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), @@ -86611,18 +86683,18 @@ void registerCommandsTests(Commands & commands, CredentialIssuerCommands * creds make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), @@ -86826,55 +86898,55 @@ void registerCommandsTests(Commands & commands, CredentialIssuerCommands * creds make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), @@ -86977,30 +87049,30 @@ void registerCommandsTests(Commands & commands, CredentialIssuerCommands * creds make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), + make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), diff --git a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h index 299ebf69ea0910..ac06048e8659bb 100644 --- a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h +++ b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h @@ -80,42 +80,42 @@ class TestList : public Command { printf("Test_TC_LVL_4_1\n"); printf("Test_TC_LVL_5_1\n"); printf("Test_TC_LVL_6_1\n"); - printf("Test_TC_MC_1_1\n"); - printf("Test_TC_MC_1_2\n"); - printf("Test_TC_MC_1_3\n"); - printf("Test_TC_MC_1_4\n"); - printf("Test_TC_MC_1_5\n"); - printf("Test_TC_MC_1_6\n"); - printf("Test_TC_MC_1_7\n"); - printf("Test_TC_MC_1_8\n"); - printf("Test_TC_MC_1_9\n"); - printf("Test_TC_MC_1_10\n"); - printf("Test_TC_MC_1_11\n"); - printf("Test_TC_MC_1_12\n"); - printf("Test_TC_MC_2_1\n"); - printf("Test_TC_MC_3_2\n"); - printf("Test_TC_MC_3_3\n"); - printf("Test_TC_MC_3_5\n"); - printf("Test_TC_MC_3_6\n"); - printf("Test_TC_MC_3_10\n"); - printf("Test_TC_MC_3_11\n"); - printf("Test_TC_MC_3_12\n"); - printf("Test_TC_MC_3_13\n"); - printf("Test_TC_MC_5_1\n"); - printf("Test_TC_MC_5_2\n"); - printf("Test_TC_MC_5_3\n"); - printf("Test_TC_MC_6_1\n"); - printf("Test_TC_MC_6_2\n"); - printf("Test_TC_MC_6_3\n"); - printf("Test_TC_MC_6_4\n"); - printf("Test_TC_MC_7_1\n"); - printf("Test_TC_MC_7_2\n"); - printf("Test_TC_MC_8_1\n"); - printf("Test_TC_MC_9_1\n"); - printf("Test_TC_MC_10_1\n"); + printf("Test_TC_LOWPOWER_1_1\n"); + printf("Test_TC_KEYPADINPUT_1_2\n"); + printf("Test_TC_APPLAUNCHER_1_3\n"); + printf("Test_TC_MEDIAINPUT_1_4\n"); + printf("Test_TC_WAKEONLAN_1_5\n"); + printf("Test_TC_CHANNEL_1_6\n"); + printf("Test_TC_MEDIAPLAYBACK_1_7\n"); + printf("Test_TC_AUDIOOUTPUT_1_8\n"); + printf("Test_TC_TGTNAV_1_9\n"); + printf("Test_TC_APBSC_1_10\n"); + printf("Test_TC_CONTENTLAUNCHER_1_11\n"); + printf("Test_TC_ALOGIN_1_12\n"); + printf("Test_TC_LOWPOWER_2_1\n"); + printf("Test_TC_KEYPADINPUT_3_2\n"); + printf("Test_TC_KEYPADINPUT_3_3\n"); + printf("Test_TC_APPLAUNCHER_3_5\n"); + printf("Test_TC_APPLAUNCHER_3_6\n"); + printf("Test_TC_MEDIAINPUT_3_10\n"); + printf("Test_TC_MEDIAINPUT_3_11\n"); + printf("Test_TC_MEDIAINPUT_3_12\n"); + printf("Test_TC_MEDIAINPUT_3_13\n"); + printf("Test_TC_CHANNEL_5_1\n"); + printf("Test_TC_CHANNEL_5_2\n"); + printf("Test_TC_CHANNEL_5_3\n"); + printf("Test_TC_MEDIAPLAYBACK_6_1\n"); + printf("Test_TC_MEDIAPLAYBACK_6_2\n"); + printf("Test_TC_MEDIAPLAYBACK_6_3\n"); + printf("Test_TC_MEDIAPLAYBACK_6_4\n"); + printf("Test_TC_AUDIOOUTPUT_7_1\n"); + printf("Test_TC_AUDIOOUTPUT_7_2\n"); + printf("Test_TC_TGTNAV_8_1\n"); + printf("Test_TC_APBSC_9_1\n"); + printf("Test_TC_CONTENTLAUNCHER_10_1\n"); printf("Test_TC_MOD_1_1\n"); - printf("Test_TC_MF_1_3\n"); - printf("Test_TC_MF_1_4\n"); + printf("Test_TC_CADMIN_1_3\n"); + printf("Test_TC_CADMIN_1_4\n"); printf("OTA_SuccessfulTransfer\n"); printf("Test_TC_OCC_1_1\n"); printf("Test_TC_OCC_2_1\n"); @@ -136,8 +136,8 @@ class TestList : public Command { printf("Test_TC_RH_1_1\n"); printf("Test_TC_RH_2_1\n"); printf("Test_TC_SWTCH_2_1\n"); - printf("Test_TC_TM_1_1\n"); - printf("Test_TC_TM_2_1\n"); + printf("Test_TC_TMP_1_1\n"); + printf("Test_TC_TMP_2_1\n"); printf("Test_TC_TSTAT_1_1\n"); printf("Test_TC_TSTAT_2_1\n"); printf("Test_TC_TSTAT_2_2\n"); @@ -26273,11 +26273,11 @@ class Test_TC_LVL_6_1 : public TestCommandBridge { } }; -class Test_TC_MC_1_1 : public TestCommandBridge { +class Test_TC_LOWPOWER_1_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_1() - : TestCommandBridge("Test_TC_MC_1_1") + Test_TC_LOWPOWER_1_1() + : TestCommandBridge("Test_TC_LOWPOWER_1_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -26287,7 +26287,7 @@ class Test_TC_MC_1_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_1() {} + ~Test_TC_LOWPOWER_1_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -26295,11 +26295,11 @@ class Test_TC_MC_1_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_LOWPOWER_1_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_LOWPOWER_1_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -26535,11 +26535,11 @@ class Test_TC_MC_1_1 : public TestCommandBridge { } }; -class Test_TC_MC_1_2 : public TestCommandBridge { +class Test_TC_KEYPADINPUT_1_2 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_2() - : TestCommandBridge("Test_TC_MC_1_2") + Test_TC_KEYPADINPUT_1_2() + : TestCommandBridge("Test_TC_KEYPADINPUT_1_2") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -26549,7 +26549,7 @@ class Test_TC_MC_1_2 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_2() {} + ~Test_TC_KEYPADINPUT_1_2() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -26557,11 +26557,11 @@ class Test_TC_MC_1_2 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_2\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_KEYPADINPUT_1_2\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_2\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_KEYPADINPUT_1_2\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -26810,11 +26810,11 @@ class Test_TC_MC_1_2 : public TestCommandBridge { } }; -class Test_TC_MC_1_3 : public TestCommandBridge { +class Test_TC_APPLAUNCHER_1_3 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_3() - : TestCommandBridge("Test_TC_MC_1_3") + Test_TC_APPLAUNCHER_1_3() + : TestCommandBridge("Test_TC_APPLAUNCHER_1_3") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -26824,7 +26824,7 @@ class Test_TC_MC_1_3 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_3() {} + ~Test_TC_APPLAUNCHER_1_3() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -26832,11 +26832,11 @@ class Test_TC_MC_1_3 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_3\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_APPLAUNCHER_1_3\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_3\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_APPLAUNCHER_1_3\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -27089,11 +27089,11 @@ class Test_TC_MC_1_3 : public TestCommandBridge { } }; -class Test_TC_MC_1_4 : public TestCommandBridge { +class Test_TC_MEDIAINPUT_1_4 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_4() - : TestCommandBridge("Test_TC_MC_1_4") + Test_TC_MEDIAINPUT_1_4() + : TestCommandBridge("Test_TC_MEDIAINPUT_1_4") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -27103,7 +27103,7 @@ class Test_TC_MC_1_4 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_4() {} + ~Test_TC_MEDIAINPUT_1_4() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -27111,11 +27111,11 @@ class Test_TC_MC_1_4 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_4\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAINPUT_1_4\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_4\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAINPUT_1_4\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -27368,11 +27368,11 @@ class Test_TC_MC_1_4 : public TestCommandBridge { } }; -class Test_TC_MC_1_5 : public TestCommandBridge { +class Test_TC_WAKEONLAN_1_5 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_5() - : TestCommandBridge("Test_TC_MC_1_5") + Test_TC_WAKEONLAN_1_5() + : TestCommandBridge("Test_TC_WAKEONLAN_1_5") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -27382,7 +27382,7 @@ class Test_TC_MC_1_5 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_5() {} + ~Test_TC_WAKEONLAN_1_5() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -27390,11 +27390,11 @@ class Test_TC_MC_1_5 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_5\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_WAKEONLAN_1_5\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_5\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_WAKEONLAN_1_5\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -27625,11 +27625,11 @@ class Test_TC_MC_1_5 : public TestCommandBridge { } }; -class Test_TC_MC_1_6 : public TestCommandBridge { +class Test_TC_CHANNEL_1_6 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_6() - : TestCommandBridge("Test_TC_MC_1_6") + Test_TC_CHANNEL_1_6() + : TestCommandBridge("Test_TC_CHANNEL_1_6") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -27639,7 +27639,7 @@ class Test_TC_MC_1_6 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_6() {} + ~Test_TC_CHANNEL_1_6() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -27647,11 +27647,11 @@ class Test_TC_MC_1_6 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_6\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CHANNEL_1_6\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_6\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CHANNEL_1_6\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -27886,11 +27886,11 @@ class Test_TC_MC_1_6 : public TestCommandBridge { } }; -class Test_TC_MC_1_7 : public TestCommandBridge { +class Test_TC_MEDIAPLAYBACK_1_7 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_7() - : TestCommandBridge("Test_TC_MC_1_7") + Test_TC_MEDIAPLAYBACK_1_7() + : TestCommandBridge("Test_TC_MEDIAPLAYBACK_1_7") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -27900,7 +27900,7 @@ class Test_TC_MC_1_7 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_7() {} + ~Test_TC_MEDIAPLAYBACK_1_7() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -27908,11 +27908,11 @@ class Test_TC_MC_1_7 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_7\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAPLAYBACK_1_7\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_7\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAPLAYBACK_1_7\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -28156,11 +28156,11 @@ class Test_TC_MC_1_7 : public TestCommandBridge { } }; -class Test_TC_MC_1_8 : public TestCommandBridge { +class Test_TC_AUDIOOUTPUT_1_8 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_8() - : TestCommandBridge("Test_TC_MC_1_8") + Test_TC_AUDIOOUTPUT_1_8() + : TestCommandBridge("Test_TC_AUDIOOUTPUT_1_8") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -28170,7 +28170,7 @@ class Test_TC_MC_1_8 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_8() {} + ~Test_TC_AUDIOOUTPUT_1_8() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -28178,11 +28178,11 @@ class Test_TC_MC_1_8 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_8\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_AUDIOOUTPUT_1_8\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_8\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_AUDIOOUTPUT_1_8\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -28422,11 +28422,11 @@ class Test_TC_MC_1_8 : public TestCommandBridge { } }; -class Test_TC_MC_1_9 : public TestCommandBridge { +class Test_TC_TGTNAV_1_9 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_9() - : TestCommandBridge("Test_TC_MC_1_9") + Test_TC_TGTNAV_1_9() + : TestCommandBridge("Test_TC_TGTNAV_1_9") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -28436,7 +28436,7 @@ class Test_TC_MC_1_9 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_9() {} + ~Test_TC_TGTNAV_1_9() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -28444,11 +28444,11 @@ class Test_TC_MC_1_9 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_9\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_TGTNAV_1_9\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_9\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TGTNAV_1_9\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -28743,11 +28743,11 @@ class Test_TC_MC_1_9 : public TestCommandBridge { } }; -class Test_TC_MC_1_10 : public TestCommandBridge { +class Test_TC_APBSC_1_10 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_10() - : TestCommandBridge("Test_TC_MC_1_10") + Test_TC_APBSC_1_10() + : TestCommandBridge("Test_TC_APBSC_1_10") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -28757,7 +28757,7 @@ class Test_TC_MC_1_10 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_10() {} + ~Test_TC_APBSC_1_10() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -28765,11 +28765,11 @@ class Test_TC_MC_1_10 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_10\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_APBSC_1_10\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_10\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_APBSC_1_10\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -29019,11 +29019,11 @@ class Test_TC_MC_1_10 : public TestCommandBridge { } }; -class Test_TC_MC_1_11 : public TestCommandBridge { +class Test_TC_CONTENTLAUNCHER_1_11 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_11() - : TestCommandBridge("Test_TC_MC_1_11") + Test_TC_CONTENTLAUNCHER_1_11() + : TestCommandBridge("Test_TC_CONTENTLAUNCHER_1_11") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -29033,7 +29033,7 @@ class Test_TC_MC_1_11 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_11() {} + ~Test_TC_CONTENTLAUNCHER_1_11() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -29041,11 +29041,11 @@ class Test_TC_MC_1_11 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_11\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CONTENTLAUNCHER_1_11\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_11\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CONTENTLAUNCHER_1_11\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -29291,11 +29291,11 @@ class Test_TC_MC_1_11 : public TestCommandBridge { } }; -class Test_TC_MC_1_12 : public TestCommandBridge { +class Test_TC_ALOGIN_1_12 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_1_12() - : TestCommandBridge("Test_TC_MC_1_12") + Test_TC_ALOGIN_1_12() + : TestCommandBridge("Test_TC_ALOGIN_1_12") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -29305,7 +29305,7 @@ class Test_TC_MC_1_12 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_1_12() {} + ~Test_TC_ALOGIN_1_12() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -29313,11 +29313,11 @@ class Test_TC_MC_1_12 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_1_12\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_ALOGIN_1_12\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_1_12\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_ALOGIN_1_12\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -29566,11 +29566,11 @@ class Test_TC_MC_1_12 : public TestCommandBridge { } }; -class Test_TC_MC_2_1 : public TestCommandBridge { +class Test_TC_LOWPOWER_2_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_2_1() - : TestCommandBridge("Test_TC_MC_2_1") + Test_TC_LOWPOWER_2_1() + : TestCommandBridge("Test_TC_LOWPOWER_2_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -29580,7 +29580,7 @@ class Test_TC_MC_2_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_2_1() {} + ~Test_TC_LOWPOWER_2_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -29588,11 +29588,11 @@ class Test_TC_MC_2_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_2_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_LOWPOWER_2_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_2_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_LOWPOWER_2_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -29678,11 +29678,11 @@ class Test_TC_MC_2_1 : public TestCommandBridge { } }; -class Test_TC_MC_3_2 : public TestCommandBridge { +class Test_TC_KEYPADINPUT_3_2 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_2() - : TestCommandBridge("Test_TC_MC_3_2") + Test_TC_KEYPADINPUT_3_2() + : TestCommandBridge("Test_TC_KEYPADINPUT_3_2") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -29692,7 +29692,7 @@ class Test_TC_MC_3_2 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_2() {} + ~Test_TC_KEYPADINPUT_3_2() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -29700,11 +29700,11 @@ class Test_TC_MC_3_2 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_2\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_KEYPADINPUT_3_2\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_2\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_KEYPADINPUT_3_2\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -29828,11 +29828,11 @@ class Test_TC_MC_3_2 : public TestCommandBridge { } }; -class Test_TC_MC_3_3 : public TestCommandBridge { +class Test_TC_KEYPADINPUT_3_3 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_3() - : TestCommandBridge("Test_TC_MC_3_3") + Test_TC_KEYPADINPUT_3_3() + : TestCommandBridge("Test_TC_KEYPADINPUT_3_3") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -29842,7 +29842,7 @@ class Test_TC_MC_3_3 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_3() {} + ~Test_TC_KEYPADINPUT_3_3() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -29850,11 +29850,11 @@ class Test_TC_MC_3_3 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_3\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_KEYPADINPUT_3_3\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_3\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_KEYPADINPUT_3_3\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30209,11 +30209,11 @@ class Test_TC_MC_3_3 : public TestCommandBridge { } }; -class Test_TC_MC_3_5 : public TestCommandBridge { +class Test_TC_APPLAUNCHER_3_5 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_5() - : TestCommandBridge("Test_TC_MC_3_5") + Test_TC_APPLAUNCHER_3_5() + : TestCommandBridge("Test_TC_APPLAUNCHER_3_5") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30223,7 +30223,7 @@ class Test_TC_MC_3_5 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_5() {} + ~Test_TC_APPLAUNCHER_3_5() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30231,11 +30231,11 @@ class Test_TC_MC_3_5 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_5\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_APPLAUNCHER_3_5\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_5\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_APPLAUNCHER_3_5\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30316,11 +30316,11 @@ class Test_TC_MC_3_5 : public TestCommandBridge { } }; -class Test_TC_MC_3_6 : public TestCommandBridge { +class Test_TC_APPLAUNCHER_3_6 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_6() - : TestCommandBridge("Test_TC_MC_3_6") + Test_TC_APPLAUNCHER_3_6() + : TestCommandBridge("Test_TC_APPLAUNCHER_3_6") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30330,7 +30330,7 @@ class Test_TC_MC_3_6 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_6() {} + ~Test_TC_APPLAUNCHER_3_6() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30338,11 +30338,11 @@ class Test_TC_MC_3_6 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_6\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_APPLAUNCHER_3_6\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_6\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_APPLAUNCHER_3_6\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30424,11 +30424,11 @@ class Test_TC_MC_3_6 : public TestCommandBridge { } }; -class Test_TC_MC_3_10 : public TestCommandBridge { +class Test_TC_MEDIAINPUT_3_10 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_10() - : TestCommandBridge("Test_TC_MC_3_10") + Test_TC_MEDIAINPUT_3_10() + : TestCommandBridge("Test_TC_MEDIAINPUT_3_10") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30438,7 +30438,7 @@ class Test_TC_MC_3_10 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_10() {} + ~Test_TC_MEDIAINPUT_3_10() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30446,11 +30446,11 @@ class Test_TC_MC_3_10 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_10\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAINPUT_3_10\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_10\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAINPUT_3_10\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30529,11 +30529,11 @@ class Test_TC_MC_3_10 : public TestCommandBridge { } }; -class Test_TC_MC_3_11 : public TestCommandBridge { +class Test_TC_MEDIAINPUT_3_11 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_11() - : TestCommandBridge("Test_TC_MC_3_11") + Test_TC_MEDIAINPUT_3_11() + : TestCommandBridge("Test_TC_MEDIAINPUT_3_11") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30543,7 +30543,7 @@ class Test_TC_MC_3_11 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_11() {} + ~Test_TC_MEDIAINPUT_3_11() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30551,11 +30551,11 @@ class Test_TC_MC_3_11 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_11\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAINPUT_3_11\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_11\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAINPUT_3_11\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30702,11 +30702,11 @@ class Test_TC_MC_3_11 : public TestCommandBridge { } }; -class Test_TC_MC_3_12 : public TestCommandBridge { +class Test_TC_MEDIAINPUT_3_12 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_12() - : TestCommandBridge("Test_TC_MC_3_12") + Test_TC_MEDIAINPUT_3_12() + : TestCommandBridge("Test_TC_MEDIAINPUT_3_12") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30716,7 +30716,7 @@ class Test_TC_MC_3_12 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_12() {} + ~Test_TC_MEDIAINPUT_3_12() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30724,11 +30724,11 @@ class Test_TC_MC_3_12 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_12\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAINPUT_3_12\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_12\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAINPUT_3_12\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -30877,11 +30877,11 @@ class Test_TC_MC_3_12 : public TestCommandBridge { } }; -class Test_TC_MC_3_13 : public TestCommandBridge { +class Test_TC_MEDIAINPUT_3_13 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_3_13() - : TestCommandBridge("Test_TC_MC_3_13") + Test_TC_MEDIAINPUT_3_13() + : TestCommandBridge("Test_TC_MEDIAINPUT_3_13") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -30891,7 +30891,7 @@ class Test_TC_MC_3_13 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_3_13() {} + ~Test_TC_MEDIAINPUT_3_13() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -30899,11 +30899,11 @@ class Test_TC_MC_3_13 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_3_13\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAINPUT_3_13\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_3_13\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAINPUT_3_13\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -31037,11 +31037,11 @@ class Test_TC_MC_3_13 : public TestCommandBridge { } }; -class Test_TC_MC_5_1 : public TestCommandBridge { +class Test_TC_CHANNEL_5_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_5_1() - : TestCommandBridge("Test_TC_MC_5_1") + Test_TC_CHANNEL_5_1() + : TestCommandBridge("Test_TC_CHANNEL_5_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -31051,7 +31051,7 @@ class Test_TC_MC_5_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_5_1() {} + ~Test_TC_CHANNEL_5_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -31059,11 +31059,11 @@ class Test_TC_MC_5_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_5_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CHANNEL_5_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_5_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CHANNEL_5_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -31143,11 +31143,11 @@ class Test_TC_MC_5_1 : public TestCommandBridge { } }; -class Test_TC_MC_5_2 : public TestCommandBridge { +class Test_TC_CHANNEL_5_2 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_5_2() - : TestCommandBridge("Test_TC_MC_5_2") + Test_TC_CHANNEL_5_2() + : TestCommandBridge("Test_TC_CHANNEL_5_2") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -31159,7 +31159,7 @@ class Test_TC_MC_5_2 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_5_2() {} + ~Test_TC_CHANNEL_5_2() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -31167,11 +31167,11 @@ class Test_TC_MC_5_2 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_5_2\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CHANNEL_5_2\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_5_2\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CHANNEL_5_2\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -31349,11 +31349,11 @@ class Test_TC_MC_5_2 : public TestCommandBridge { } }; -class Test_TC_MC_5_3 : public TestCommandBridge { +class Test_TC_CHANNEL_5_3 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_5_3() - : TestCommandBridge("Test_TC_MC_5_3") + Test_TC_CHANNEL_5_3() + : TestCommandBridge("Test_TC_CHANNEL_5_3") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -31365,7 +31365,7 @@ class Test_TC_MC_5_3 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_5_3() {} + ~Test_TC_CHANNEL_5_3() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -31373,11 +31373,11 @@ class Test_TC_MC_5_3 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_5_3\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CHANNEL_5_3\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_5_3\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CHANNEL_5_3\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -31612,11 +31612,11 @@ class Test_TC_MC_5_3 : public TestCommandBridge { } }; -class Test_TC_MC_6_1 : public TestCommandBridge { +class Test_TC_MEDIAPLAYBACK_6_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_6_1() - : TestCommandBridge("Test_TC_MC_6_1") + Test_TC_MEDIAPLAYBACK_6_1() + : TestCommandBridge("Test_TC_MEDIAPLAYBACK_6_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -31626,7 +31626,7 @@ class Test_TC_MC_6_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_6_1() {} + ~Test_TC_MEDIAPLAYBACK_6_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -31634,11 +31634,11 @@ class Test_TC_MC_6_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_6_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAPLAYBACK_6_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_6_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAPLAYBACK_6_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -32037,11 +32037,11 @@ class Test_TC_MC_6_1 : public TestCommandBridge { } }; -class Test_TC_MC_6_2 : public TestCommandBridge { +class Test_TC_MEDIAPLAYBACK_6_2 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_6_2() - : TestCommandBridge("Test_TC_MC_6_2") + Test_TC_MEDIAPLAYBACK_6_2() + : TestCommandBridge("Test_TC_MEDIAPLAYBACK_6_2") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -32051,7 +32051,7 @@ class Test_TC_MC_6_2 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_6_2() {} + ~Test_TC_MEDIAPLAYBACK_6_2() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -32059,11 +32059,11 @@ class Test_TC_MC_6_2 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_6_2\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAPLAYBACK_6_2\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_6_2\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAPLAYBACK_6_2\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -32646,11 +32646,11 @@ class Test_TC_MC_6_2 : public TestCommandBridge { } }; -class Test_TC_MC_6_3 : public TestCommandBridge { +class Test_TC_MEDIAPLAYBACK_6_3 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_6_3() - : TestCommandBridge("Test_TC_MC_6_3") + Test_TC_MEDIAPLAYBACK_6_3() + : TestCommandBridge("Test_TC_MEDIAPLAYBACK_6_3") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -32661,7 +32661,7 @@ class Test_TC_MC_6_3 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_6_3() {} + ~Test_TC_MEDIAPLAYBACK_6_3() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -32669,11 +32669,11 @@ class Test_TC_MC_6_3 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_6_3\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAPLAYBACK_6_3\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_6_3\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAPLAYBACK_6_3\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -32985,11 +32985,11 @@ class Test_TC_MC_6_3 : public TestCommandBridge { } }; -class Test_TC_MC_6_4 : public TestCommandBridge { +class Test_TC_MEDIAPLAYBACK_6_4 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_6_4() - : TestCommandBridge("Test_TC_MC_6_4") + Test_TC_MEDIAPLAYBACK_6_4() + : TestCommandBridge("Test_TC_MEDIAPLAYBACK_6_4") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -32999,7 +32999,7 @@ class Test_TC_MC_6_4 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_6_4() {} + ~Test_TC_MEDIAPLAYBACK_6_4() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -33007,11 +33007,11 @@ class Test_TC_MC_6_4 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_6_4\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_MEDIAPLAYBACK_6_4\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_6_4\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MEDIAPLAYBACK_6_4\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -33613,11 +33613,11 @@ class Test_TC_MC_6_4 : public TestCommandBridge { } }; -class Test_TC_MC_7_1 : public TestCommandBridge { +class Test_TC_AUDIOOUTPUT_7_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_7_1() - : TestCommandBridge("Test_TC_MC_7_1") + Test_TC_AUDIOOUTPUT_7_1() + : TestCommandBridge("Test_TC_AUDIOOUTPUT_7_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -33627,7 +33627,7 @@ class Test_TC_MC_7_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_7_1() {} + ~Test_TC_AUDIOOUTPUT_7_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -33635,11 +33635,11 @@ class Test_TC_MC_7_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_7_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_AUDIOOUTPUT_7_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_7_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_AUDIOOUTPUT_7_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -33796,11 +33796,11 @@ class Test_TC_MC_7_1 : public TestCommandBridge { } }; -class Test_TC_MC_7_2 : public TestCommandBridge { +class Test_TC_AUDIOOUTPUT_7_2 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_7_2() - : TestCommandBridge("Test_TC_MC_7_2") + Test_TC_AUDIOOUTPUT_7_2() + : TestCommandBridge("Test_TC_AUDIOOUTPUT_7_2") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -33810,7 +33810,7 @@ class Test_TC_MC_7_2 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_7_2() {} + ~Test_TC_AUDIOOUTPUT_7_2() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -33818,11 +33818,11 @@ class Test_TC_MC_7_2 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_7_2\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_AUDIOOUTPUT_7_2\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_7_2\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_AUDIOOUTPUT_7_2\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -33972,11 +33972,11 @@ class Test_TC_MC_7_2 : public TestCommandBridge { } }; -class Test_TC_MC_8_1 : public TestCommandBridge { +class Test_TC_TGTNAV_8_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_8_1() - : TestCommandBridge("Test_TC_MC_8_1") + Test_TC_TGTNAV_8_1() + : TestCommandBridge("Test_TC_TGTNAV_8_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -33988,7 +33988,7 @@ class Test_TC_MC_8_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_8_1() {} + ~Test_TC_TGTNAV_8_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -33996,11 +33996,11 @@ class Test_TC_MC_8_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_8_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_TGTNAV_8_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_8_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TGTNAV_8_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -34197,11 +34197,11 @@ class Test_TC_MC_8_1 : public TestCommandBridge { } }; -class Test_TC_MC_9_1 : public TestCommandBridge { +class Test_TC_APBSC_9_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_9_1() - : TestCommandBridge("Test_TC_MC_9_1") + Test_TC_APBSC_9_1() + : TestCommandBridge("Test_TC_APBSC_9_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -34211,7 +34211,7 @@ class Test_TC_MC_9_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_9_1() {} + ~Test_TC_APBSC_9_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -34219,11 +34219,11 @@ class Test_TC_MC_9_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_9_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_APBSC_9_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_9_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_APBSC_9_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -34535,11 +34535,11 @@ class Test_TC_MC_9_1 : public TestCommandBridge { } }; -class Test_TC_MC_10_1 : public TestCommandBridge { +class Test_TC_CONTENTLAUNCHER_10_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MC_10_1() - : TestCommandBridge("Test_TC_MC_10_1") + Test_TC_CONTENTLAUNCHER_10_1() + : TestCommandBridge("Test_TC_CONTENTLAUNCHER_10_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -34549,7 +34549,7 @@ class Test_TC_MC_10_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MC_10_1() {} + ~Test_TC_CONTENTLAUNCHER_10_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -34557,11 +34557,11 @@ class Test_TC_MC_10_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MC_10_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CONTENTLAUNCHER_10_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MC_10_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CONTENTLAUNCHER_10_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -34954,11 +34954,11 @@ class Test_TC_MOD_1_1 : public TestCommandBridge { } }; -class Test_TC_MF_1_3 : public TestCommandBridge { +class Test_TC_CADMIN_1_3 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MF_1_3() - : TestCommandBridge("Test_TC_MF_1_3") + Test_TC_CADMIN_1_3() + : TestCommandBridge("Test_TC_CADMIN_1_3") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -34970,7 +34970,7 @@ class Test_TC_MF_1_3 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MF_1_3() {} + ~Test_TC_CADMIN_1_3() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -34978,11 +34978,11 @@ class Test_TC_MF_1_3 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MF_1_3\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CADMIN_1_3\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MF_1_3\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CADMIN_1_3\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -35369,11 +35369,11 @@ class Test_TC_MF_1_3 : public TestCommandBridge { } }; -class Test_TC_MF_1_4 : public TestCommandBridge { +class Test_TC_CADMIN_1_4 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_MF_1_4() - : TestCommandBridge("Test_TC_MF_1_4") + Test_TC_CADMIN_1_4() + : TestCommandBridge("Test_TC_CADMIN_1_4") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -35385,7 +35385,7 @@ class Test_TC_MF_1_4 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_MF_1_4() {} + ~Test_TC_CADMIN_1_4() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -35393,11 +35393,11 @@ class Test_TC_MF_1_4 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_MF_1_4\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_CADMIN_1_4\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_MF_1_4\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_CADMIN_1_4\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -44397,11 +44397,11 @@ class Test_TC_SWTCH_2_1 : public TestCommandBridge { } }; -class Test_TC_TM_1_1 : public TestCommandBridge { +class Test_TC_TMP_1_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_TM_1_1() - : TestCommandBridge("Test_TC_TM_1_1") + Test_TC_TMP_1_1() + : TestCommandBridge("Test_TC_TMP_1_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -44411,7 +44411,7 @@ class Test_TC_TM_1_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_TM_1_1() {} + ~Test_TC_TMP_1_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -44419,11 +44419,11 @@ class Test_TC_TM_1_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_TM_1_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_TMP_1_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TM_1_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TMP_1_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -44661,11 +44661,11 @@ class Test_TC_TM_1_1 : public TestCommandBridge { } }; -class Test_TC_TM_2_1 : public TestCommandBridge { +class Test_TC_TMP_2_1 : public TestCommandBridge { public: // NOLINTBEGIN(clang-analyzer-nullability.NullPassedToNonnull): Test constructor nullability not enforced - Test_TC_TM_2_1() - : TestCommandBridge("Test_TC_TM_2_1") + Test_TC_TMP_2_1() + : TestCommandBridge("Test_TC_TMP_2_1") , mTestIndex(0) { AddArgument("nodeId", 0, UINT64_MAX, &mNodeId); @@ -44675,7 +44675,7 @@ class Test_TC_TM_2_1 : public TestCommandBridge { } // NOLINTEND(clang-analyzer-nullability.NullPassedToNonnull) - ~Test_TC_TM_2_1() {} + ~Test_TC_TMP_2_1() {} /////////// TestCommand Interface ///////// void NextTest() override @@ -44683,11 +44683,11 @@ class Test_TC_TM_2_1 : public TestCommandBridge { CHIP_ERROR err = CHIP_NO_ERROR; if (0 == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Start: Test_TC_TM_2_1\n"); + ChipLogProgress(chipTool, " **** Test Start: Test_TC_TMP_2_1\n"); } if (mTestCount == mTestIndex) { - ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TM_2_1\n"); + ChipLogProgress(chipTool, " **** Test Complete: Test_TC_TMP_2_1\n"); SetCommandExitStatus(CHIP_NO_ERROR); return; } @@ -108461,42 +108461,42 @@ void registerCommandsTests(Commands & commands) make_unique(), make_unique(), make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), - make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), + make_unique(), make_unique(), - make_unique(), - make_unique(), + make_unique(), + make_unique(), make_unique(), make_unique(), make_unique(), @@ -108517,8 +108517,8 @@ void registerCommandsTests(Commands & commands) make_unique(), make_unique(), make_unique(), - make_unique(), - make_unique(), + make_unique(), + make_unique(), make_unique(), make_unique(), make_unique(),