| # Copyright (c) 2024 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. |
| |
| # test environment argument definitions for metadata parser |
| discriminator: 1234 |
| KVS: kvs1 |
| trace-to-appjson: json:out/trace_data/app-{SCRIPT_BASE_NAME}.json |
| enable-key: 000102030405060708090a0b0c0d0e0f |
| |
| storage-path: admin_storage.json |
| commissioning-method: on-network |
| passcode: 20202021 |
| endpoint: 1 |
| trace-to-testjson: json:out/trace_data/test-{SCRIPT_BASE_NAME}.json |
| trace-to-testperfetto: perfetto:out/trace_data/test-{SCRIPT_BASE_NAME}.perfetto |
| manual-code: 10054912339 |
| PICS: src/app/tests/suites/certification/ci-pics-values |
| |
| app: |
| all-clusters: out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app |
| lock: out/linux-x64-lock-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-lock-app |