Skip to content

Commit a1b740d

Browse files
Added run arguments comment header
1 parent 1150dce commit a1b740d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/python_testing/TC_RR_1_1.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Copyright (c) 2022 Project CHIP Authors
32
# All rights reserved.
43
#
@@ -13,7 +12,12 @@
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
#
15+
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
1721

1822
import asyncio
1923
import logging

0 commit comments

Comments
 (0)