mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter/test: add jsontlv roundtrip and validation tests
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
This commit is contained in:
@@ -42,3 +42,10 @@ def test_get_val_type(dut: QemuDut) -> None:
|
||||
def test_update_report(dut: QemuDut) -> None:
|
||||
run_group(dut, 'report')
|
||||
run_group(dut, 'update')
|
||||
|
||||
|
||||
@pytest.mark.host_test
|
||||
@pytest.mark.qemu
|
||||
@pytest.mark.esp32c3
|
||||
def test_jsontlv(dut: QemuDut) -> None:
|
||||
run_group(dut, 'jsontlv')
|
||||
|
||||
Reference in New Issue
Block a user