Skip to content

Commit

Permalink
Fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Dec 17, 2024
1 parent 0bb4f89 commit 6ca0fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_collections/matter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ class MatterSettings(BaseSettings):
SDK_CONTAINER_NAME: str = "th-sdk"

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "f2e5de7_latest"
SDK_DOCKER_IMAGE: str = "ghcr.io/rquidute/chip-cert-bins"
SDK_DOCKER_TAG: str = "f99a2c3b16d3d26f91a0c5efb2770d1c488697d1"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "f2e5de7e7978dd0748ba014f7b6ce593dad2fc88"
SDK_SHA: str = "f99a2c3b16d3d26f91a0c5efb2770d1c488697d1"

class Config:
case_sensitive = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
get_test_info,
parse_matter_test_args,
run_tests,
TestStep
)

COMMISSION_ARGUMENT = "commission"
Expand Down

0 comments on commit 6ca0fb5

Please sign in to comment.