ci: Migrateunit test for mqtt test to unit test app

- Split mqtt and mqtt5 tests
 - Move common test code to a common component
 - Add necessary python scripts
This commit is contained in:
Euripedes Rocha
2023-03-15 07:18:14 +01:00
parent 826c927c09
commit 1acfc9b5e0
29 changed files with 189 additions and 82 deletions

View File

@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Unlicense OR CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.esp32
@pytest.mark.esp32c2
@pytest.mark.ethernet
def test_mqtt_client(dut: Dut) -> None:
dut.expect_unity_test_output()