Skip to content

Commit d6b9174

Browse files
committed
Fixed: Updated CI Test arguments
1 parent ab97fe3 commit d6b9174

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/python_testing/TC_DISHM_1_2.py

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2025 Project CHIP Authors
2+
# Copyright (c) 2024 Project CHIP Authors
33
# All rights reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,21 +15,19 @@
1515
# limitations under the License.
1616
#
1717

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
2218
# === BEGIN CI TEST ARGUMENTS ===
2319
# test-runner-runs:
2420
# 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
2726
# script-args: >
2827
# --storage-path admin_storage.json
2928
# --commissioning-method on-network
3029
# --discriminator 1234
3130
# --passcode 20202021
32-
# --PICS src/app/tests/suites/certification/ci-pics-values
3331
# --endpoint 1
3432
# --trace-to json:${TRACE_TEST_JSON}.json
3533
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto

0 commit comments

Comments
 (0)