Skip to content

Commit 98cf50d

Browse files
committed
Merge branch 'fix/nvs_tool_false_duplicate_warning' into 'master'
fix(nvs): nvs_tool.py refactor, reduce false duplicate warnings, add a test Closes IDF-10684 See merge request espressif/esp-idf!32449
2 parents 85bc5ac + 05b356f commit 98cf50d

File tree

5 files changed

+719
-155
lines changed

5 files changed

+719
-155
lines changed

.gitlab/ci/host-test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,17 @@ test_idf_build_apps_load_soc_caps:
388388
extends: .host_test_template
389389
script:
390390
- python tools/ci/check_soc_headers_load_in_idf_build_apps.py
391+
392+
test_nvs_gen_check:
393+
extends: .host_test_template
394+
artifacts:
395+
paths:
396+
- XUNIT_RESULT.xml
397+
- components/nvs_flash/nvs_partition_tool
398+
reports:
399+
junit: XUNIT_RESULT.xml
400+
variables:
401+
LC_ALL: C.UTF-8
402+
script:
403+
- cd ${IDF_PATH}/components/nvs_flash/nvs_partition_tool
404+
- pytest --noconftest test_nvs_gen_check.py --junitxml=XUNIT_RESULT.xml

0 commit comments

Comments
 (0)