From 5e5b22c25240bb0300420a44bc4c1209c5918988 Mon Sep 17 00:00:00 2001 From: James Harrow Date: Wed, 31 Jul 2024 18:19:05 +0100 Subject: [PATCH] Corrected test-runner command linewrap issue --- src/python_testing/TC_EWATERHTR_2_1.py | 3 ++- src/python_testing/TC_EWATERHTR_2_2.py | 3 ++- src/python_testing/TC_EWATERHTR_2_3.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/python_testing/TC_EWATERHTR_2_1.py b/src/python_testing/TC_EWATERHTR_2_1.py index 1547bce9b55408..e490fdceb311f9 100644 --- a/src/python_testing/TC_EWATERHTR_2_1.py +++ b/src/python_testing/TC_EWATERHTR_2_1.py @@ -18,7 +18,8 @@ # See https://github.com/project-chip/connectedhomeip/blob/master/docs/testing/python.md#defining-the-ci-test-arguments # for details about the block below. # -# === BEGIN CI TEST ARGUMENTS ===# test-runner-runs: run1 +# === BEGIN CI TEST ARGUMENTS === +# test-runner-runs: run1 # test-runner-run/run1/app: ${ALL_CLUSTERS_APP} # test-runner-run/run1/factoryreset: True # test-runner-run/run1/quiet: True diff --git a/src/python_testing/TC_EWATERHTR_2_2.py b/src/python_testing/TC_EWATERHTR_2_2.py index 2565c8e3505b14..81eb746fada1f6 100644 --- a/src/python_testing/TC_EWATERHTR_2_2.py +++ b/src/python_testing/TC_EWATERHTR_2_2.py @@ -18,7 +18,8 @@ # See https://github.com/project-chip/connectedhomeip/blob/master/docs/testing/python.md#defining-the-ci-test-arguments # for details about the block below. # -# === BEGIN CI TEST ARGUMENTS ===# test-runner-runs: run1 +# === BEGIN CI TEST ARGUMENTS === +# test-runner-runs: run1 # test-runner-run/run1/app: ${ALL_CLUSTERS_APP} # test-runner-run/run1/factoryreset: True # test-runner-run/run1/quiet: True diff --git a/src/python_testing/TC_EWATERHTR_2_3.py b/src/python_testing/TC_EWATERHTR_2_3.py index b9572c9520d843..b3ed4bdc252cb4 100644 --- a/src/python_testing/TC_EWATERHTR_2_3.py +++ b/src/python_testing/TC_EWATERHTR_2_3.py @@ -17,7 +17,8 @@ # See https://github.com/project-chip/connectedhomeip/blob/master/docs/testing/python.md#defining-the-ci-test-arguments # for details about the block below. # -# === BEGIN CI TEST ARGUMENTS ===# test-runner-runs: run1 +# === BEGIN CI TEST ARGUMENTS === +# test-runner-runs: run1 # test-runner-run/run1/app: ${ALL_CLUSTERS_APP} # test-runner-run/run1/factoryreset: True # test-runner-run/run1/quiet: True