File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
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
+
18
31
import logging
19
32
import time
20
33
from dataclasses import dataclass
You can’t perform that action at this time.
0 commit comments