Skip to content

Commit

Permalink
Merge branch 'test/fix_lp_core_config_mismatch_issue' into 'master'
Browse files Browse the repository at this point in the history
test: fix lp_core config file name mismatch issue

See merge request espressif/esp-idf!28217
  • Loading branch information
hfudev committed Jan 4, 2024
2 parents 22f2ecc + d1f5497 commit d76334d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/ulp/test_apps/lp_core/pytest_lp_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ def test_lp_core(dut: Dut) -> None:
@pytest.mark.esp32c6
@pytest.mark.generic_multi_device
@pytest.mark.parametrize(
'count, config',
[
(2, 'defaults',),
],
indirect=True
'count', [2], indirect=True
)
def test_lp_core_multi_device(case_tester) -> None: # type: ignore
for case in case_tester.test_menu:
Expand Down

0 comments on commit d76334d

Please sign in to comment.