We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1150dce commit a1b740dCopy full SHA for a1b740d
src/python_testing/TC_RR_1_1.py
@@ -1,4 +1,3 @@
1
-#
2
# Copyright (c) 2022 Project CHIP Authors
3
# All rights reserved.
4
#
@@ -13,7 +12,12 @@
13
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
+
17
+# run arguments:
18
+# test-runner-runs: run1
19
+# test-runner-run/run1/app: app/all-clusters discriminator KVS trace-to-appjson
20
+# test-runner-run/run1/script: storage-path commissioning-method discriminator passcode trace-to-testjson trace-to-testperfetto
21
22
import asyncio
23
import logging
0 commit comments