Skip to content
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

Start of python YAML test parsers and executer #23533

Merged
merged 11 commits into from
Nov 14, 2022
4 changes: 4 additions & 0 deletions src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ chip_python_wheel_action("chip-core") {
"chip/storage/__init__.py",
"chip/utils/CommissioningBuildingBlocks.py",
"chip/utils/__init__.py",
"chip/yaml/YamlParser.py",
"chip/yaml/YamlUtils.py",
"chip/yaml/__init__.py",
andy31415 marked this conversation as resolved.
Show resolved Hide resolved
]

if (chip_controller) {
Expand Down Expand Up @@ -269,6 +272,7 @@ chip_python_wheel_action("chip-core") {
"chip.internal",
"chip.interaction_model",
"chip.logging",
"chip.yaml",
"chip.native",
"chip.clusters",
"chip.setup_payload",
Expand Down
Loading