fix(ethernet_init): Update Ethernet Init Calls

Removed references to components/ethernet_init to use new managed component ethernet_init.
This commit is contained in:
glmfe
2025-09-15 20:30:42 -03:00
committed by Ondrej Kosta
parent 75619d8ef5
commit 0b330482a7
34 changed files with 181 additions and 146 deletions

View File

@@ -11,8 +11,8 @@ from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.parametrize(
'config',
[
pytest.param('default_ip101', marks=[pytest.mark.ethernet_router]),
pytest.param('default_generic', marks=[pytest.mark.ethernet_router]),
pytest.param('default_ip101', marks=[pytest.mark.eth_ip101]),
pytest.param('default_generic', marks=[pytest.mark.eth_ip101]),
pytest.param('default_dm9051', marks=[pytest.mark.eth_dm9051]),
],
indirect=True,