Skip to content

Commit 962f5c4

Browse files
Add CI test arguments
1 parent 138a3a8 commit 962f5c4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/python_testing/TC_ICDM_3_2.py

+13
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
19+
# See https://github.com/project-chip/connectedhomeip/blob/master/docs/testing/python.md#defining-the-ci-test-arguments
20+
# for details about the block below.
21+
#
22+
# === BEGIN CI TEST ARGUMENTS ===
23+
# test-runner-runs: run1
24+
# test-runner-run/run1/app: ${LIT_ICD_APP}
25+
# test-runner-run/run1/factoryreset: True
26+
# test-runner-run/run1/quiet: True
27+
# test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
28+
# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --PICS src/app/tests/suites/certification/ci-pics-values --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
29+
# === END CI TEST ARGUMENTS ===
30+
1831
import logging
1932
import time
2033
from dataclasses import dataclass

0 commit comments

Comments
 (0)