mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci: enable isp default tests
This commit is contained in:
@@ -8,6 +8,13 @@ from pytest_embedded_idf.utils import soc_filtered_targets
|
||||
|
||||
@pytest.mark.camera
|
||||
@pytest.mark.ov5647
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
[
|
||||
('default'),
|
||||
],
|
||||
indirect=True,
|
||||
)
|
||||
@idf_parametrize('target', soc_filtered_targets('SOC_ISP_SUPPORTED == 1'), indirect=['target'])
|
||||
def test_isp(dut: Dut) -> None:
|
||||
dut.run_all_single_board_cases()
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# For pytest to run default tests
|
||||
Reference in New Issue
Block a user