forked from espressif/esp-idf
test: fix lp_core config file name mismatch issue
This commit is contained in:
@@ -14,11 +14,7 @@ def test_lp_core(dut: Dut) -> None:
|
|||||||
@pytest.mark.esp32c6
|
@pytest.mark.esp32c6
|
||||||
@pytest.mark.generic_multi_device
|
@pytest.mark.generic_multi_device
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'count, config',
|
'count', [2], indirect=True
|
||||||
[
|
|
||||||
(2, 'defaults',),
|
|
||||||
],
|
|
||||||
indirect=True
|
|
||||||
)
|
)
|
||||||
def test_lp_core_multi_device(case_tester) -> None: # type: ignore
|
def test_lp_core_multi_device(case_tester) -> None: # type: ignore
|
||||||
for case in case_tester.test_menu:
|
for case in case_tester.test_menu:
|
||||||
|
Reference in New Issue
Block a user