mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'ci/skip_tc_idm_10_3_main' into 'main'
CI: skip TC_IDM_10_3 for main branch See merge request app-frameworks/esp-matter!1415
This commit is contained in:
@@ -116,7 +116,7 @@ def test_matter_commissioning_c2(dut:Dut) -> None:
|
||||
)
|
||||
|
||||
# Matter over wifi commissioning
|
||||
def test_matter_commissioning_c6(dut:Dut, certification_tests: str) -> None:
|
||||
def test_matter_commissioning_c6(dut:Dut, certification_tests: str, ci_branch: str) -> None:
|
||||
light = dut
|
||||
# BLE start advertising
|
||||
light.expect(r'Configuring CHIPoBLE advertising', timeout=20)
|
||||
@@ -144,7 +144,7 @@ def test_matter_commissioning_c6(dut:Dut, certification_tests: str) -> None:
|
||||
|
||||
light.write('matter esp factoryreset')
|
||||
time.sleep(10)
|
||||
run_python_certification_tests(light, certification_tests)
|
||||
run_python_certification_tests(light, certification_tests, ci_branch)
|
||||
|
||||
result = re.findall(r'Run command failure', str(out_str))
|
||||
if len(result) != 0:
|
||||
|
||||
Reference in New Issue
Block a user