Skip to content

Commit

Permalink
remove CI arguments for manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khodya committed Feb 25, 2025
1 parent 83612cc commit 0982449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/python_testing/TC_CNET_4_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@
# limitations under the License.
#

# 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:
# app: ${ALL_CLUSTERS_APP}
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
# script-args: >
# --endpoint 0
# --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
# factory-reset: true
# quiet: true
# === END CI TEST ARGUMENTS ===

import chip.clusters as Clusters
import test_plan_support
from chip.clusters.Types import NullValue
Expand Down
2 changes: 2 additions & 0 deletions src/python_testing/test_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
not_automated:
- name: MinimalRepresentation.py
reason: Code/Test not being used or not shared code for any other tests
- name: TC_CNET_4_3.py
reason: CI is not configured for running CNET tests
- name: TC_CNET_4_4.py
reason: It has no CI execution block, is not executed in CI
- name: TC_DGGEN_3_2.py
Expand Down

0 comments on commit 0982449

Please sign in to comment.