Skip to content

Commit

Permalink
Merge branch 'fix/nvs_tool_false_duplicate_warning' into 'master'
Browse files Browse the repository at this point in the history
fix(nvs): nvs_tool.py refactor, reduce false duplicate warnings, add a test

Closes IDF-10684

See merge request espressif/esp-idf!32449
  • Loading branch information
adokitkat committed Sep 4, 2024
2 parents 85bc5ac + 05b356f commit 98cf50d
Show file tree
Hide file tree
Showing 5 changed files with 719 additions and 155 deletions.
14 changes: 14 additions & 0 deletions .gitlab/ci/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,17 @@ test_idf_build_apps_load_soc_caps:
extends: .host_test_template
script:
- python tools/ci/check_soc_headers_load_in_idf_build_apps.py

test_nvs_gen_check:
extends: .host_test_template
artifacts:
paths:
- XUNIT_RESULT.xml
- components/nvs_flash/nvs_partition_tool
reports:
junit: XUNIT_RESULT.xml
variables:
LC_ALL: C.UTF-8
script:
- cd ${IDF_PATH}/components/nvs_flash/nvs_partition_tool
- pytest --noconftest test_nvs_gen_check.py --junitxml=XUNIT_RESULT.xml
Loading

0 comments on commit 98cf50d

Please sign in to comment.