feat(storage): update config for app tests

This commit is contained in:
Tomáš Rohlínek
2023-10-06 11:35:44 +02:00
parent 9327274a7a
commit 53f4f19cc1
31 changed files with 92 additions and 158 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Unlicense OR CC0-1.0
import os
@@ -10,7 +10,6 @@ from pytest_embedded import Dut
@pytest.mark.esp32
@pytest.mark.esp32c3
def test_examples_parttool(dut: Dut) -> None:
# Verify factory firmware
dut.expect('Partitions Tool Example')