We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ebedec + ac23b46 commit d36422bCopy full SHA for d36422b
examples/pytest_esp_matter_light.py
@@ -119,7 +119,7 @@ def test_matter_commissioning_c2(dut:Dut) -> None:
119
def test_matter_commissioning_c6(dut:Dut, certification_tests: str) -> None:
120
light = dut
121
# BLE start advertising
122
- light.expect(r'chip\[DL\]\: Configuring CHIPoBLE advertising', timeout=20)
+ light.expect(r'Configuring CHIPoBLE advertising', timeout=20)
123
# Start commissioning
124
time.sleep(5)
125
command = CHIP_TOOL_EXE + f" pairing ble-wifi 1 {PYTEST_SSID} {PYTEST_PASSPHRASE} 20202021 3840"
0 commit comments