mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'bugfix/enable_s3_bootloader_example_test' into 'master'
CI: enable custom bootloader tests on S3 See merge request espressif/esp-idf!18339
This commit is contained in:
@@ -5,9 +5,7 @@ import pytest
|
||||
from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.supported_targets
|
||||
@pytest.mark.generic
|
||||
def test_custom_bootloader_hooks_example(dut: Dut) -> None:
|
||||
# Expect to read both hooks messages
|
||||
|
@@ -6,9 +6,7 @@ from pytest_embedded import Dut
|
||||
from pytest_embedded_idf.app import IdfApp
|
||||
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.supported_targets
|
||||
@pytest.mark.generic
|
||||
def test_custom_bootloader_impl_example(app: IdfApp, dut: Dut) -> None:
|
||||
# Expect to read a message from the custom bootloader
|
||||
|
Reference in New Issue
Block a user