Skip to content

Commit

Permalink
Added run arguments comment header
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Mar 27, 2024
1 parent 8f4f332 commit 1285191
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/python_testing/TC_RR_1_1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#
# Copyright (c) 2022 Project CHIP Authors
# All rights reserved.
#
Expand All @@ -13,7 +12,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


# run arguments:
# test-runner-runs: run1
# test-runner-run/run1/app: app/all-clusters discriminator KVS trace-to-appjson
# test-runner-run/run1/script: storage-path commissioning-method discriminator passcode trace-to-testjson trace-to-testperfetto

import asyncio
import logging
Expand Down

0 comments on commit 1285191

Please sign in to comment.