components/esp_matter/test: add jsontlv roundtrip and validation tests

Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
This commit is contained in:
Zhibin (Ryan) Wen
2026-03-31 15:23:05 +08:00
parent 95e523db22
commit e48dc7139b
3 changed files with 157 additions and 0 deletions
@@ -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')