Skip to content

Commit

Permalink
[Refactoring] Create SDKContainer class (#52)
Browse files Browse the repository at this point in the history
* Create SDKContainer class

* Update submodule

* Remove unnecessary import
  • Loading branch information
ccruzagralopes authored Jan 15, 2024
1 parent 6731709 commit d1e363c
Show file tree
Hide file tree
Showing 23 changed files with 733 additions and 862 deletions.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_emails_enabled(cls, v: bool, values: Dict[str, Any]) -> bool:

# Test Engine Config
CHIP_TOOL_TRACE: bool = True
CHIP_TOOL_CONTAINER_NAME: str = "th-chip-tool"
SDK_CONTAINER_NAME: str = "th-sdk"

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
Expand Down
2 changes: 1 addition & 1 deletion test_collections/python_tests
Loading

0 comments on commit d1e363c

Please sign in to comment.