8000 [Closure] - Enabled CI on Closure test scripts by AliTalebVelux · Pull Request #39881 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Closure] - Enabled CI on Closure test scripts #39881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions src/python_testing/test_metadata.yaml
5D5C
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ not_automated:
reason: Code/Test not being used or not shared code for any other tests
- name: TC_AVSMTestBase.py
reason: Shared code 8000 for TC_AVSM, not a standalone test
- name: TC_CLCTRL_3_1.py
- name: TC_CLCTRL_6_1.py
reason:
Closure app on the master branch does not support this test script yet
- name: TC_CLCTRL_4_1.py
reason:
Closure app on the master branch does not support this test script yet
- name: TC_CLCTRL_5_1.py
- name: TC_CLCTRL_3_1.py
reason:
Closure app on the master branch does not support this test script yet
- name: TC_CLCTRL_6_1.py
- name: TC_CLCTRL_5_1.py
reason:
Closure app on the master branch does not support this test script yet
- name: TC_CNET_4_2.py
Expand Down Expand Up @@ -116,21 +116,6 @@ not_automated:
- name: TC_AVSUMTestBase.py
reason:
Shared code for Camera AV Settings (TC_AVSUM*), not a standalone test.
- name: TC_CLDIM_3_1.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLDIM_3_2.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLDIM_3_3.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLDIM_4_1.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLDIM_4_2.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_WEBRTC_1_1.py
reason:
Depends on Python WebRTC bindings. Will be enabled once local tests
Expand All @@ -155,15 +140,6 @@ not_automated:
reason: Helper methods for WebRTC TCs, not a standalone test.
- name: TC_CHIMETestBase.py
reason: Shared code for the Chime Cluster, not a standalone test.
- name: TC_CLCTRL_4_2.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLCTRL_4_3.py
reason:
Closure app on master branch does not support this test script yet.
- name: TC_CLCTRL_4_4.py
reason:
Closure app on master branch does not support this test script yet.

# This is a list of slow tests (just arbitrarily picked around 20 seconds)
# used in some script reporting for "be patient" messages as well as potentially
Expand Down
Loading
0