From 6ca0fb57a6b8a70b31d0b7d3b227a8307dcd00a2 Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Tue, 17 Dec 2024 14:24:01 +0000 Subject: [PATCH] Fixes after merge --- test_collections/matter/config.py | 6 +++--- .../python_testing/models/rpc_client/test_harness_client.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test_collections/matter/config.py b/test_collections/matter/config.py index 00a24c29..61850c12 100644 --- a/test_collections/matter/config.py +++ b/test_collections/matter/config.py @@ -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 diff --git a/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py b/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py index d3249e1c..0181f054 100644 --- a/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py +++ b/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py @@ -28,6 +28,7 @@ get_test_info, parse_matter_test_args, run_tests, + TestStep ) COMMISSION_ARGUMENT = "commission"