File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2025 Project CHIP Authors
2
+ # Copyright (c) 2024 Project CHIP Authors
3
3
# All rights reserved.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
15
15
# limitations under the License.
16
16
#
17
17
18
- # See https://github.com/project-chip/connectedhomeip/blob/master/docs/testing/python.md#defining-the-ci-test-arguments
19
- # for details about the block below.
20
- #
21
- # FIXME: https://github.com/project-chip/connectedhomeip/issues/36885
22
18
# === BEGIN CI TEST ARGUMENTS ===
23
19
# test-runner-runs:
24
20
# run1:
25
- # app: ${CHIP_MICROWAVE_OVEN_APP}
26
- # app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
21
+ # app: ${ALL_CLUSTERS_APP}
22
+ # app-args: >
23
+ # --discriminator 1234
24
+ # --KVS kvs1
25
+ # --trace-to json:${TRACE_APP}.json
27
26
# script-args: >
28
27
# --storage-path admin_storage.json
29
28
# --commissioning-method on-network
30
29
# --discriminator 1234
31
30
# --passcode 20202021
32
- # --PICS src/app/tests/suites/certification/ci-pics-values
33
31
# --endpoint 1
34
32
# --trace-to json:${TRACE_TEST_JSON}.json
35
33
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
You can’t perform that action at this time.
0 commit comments