Skip to content

Commit 1f8e5c2

Browse files
committed
Merge branch 'feature/response_time_handler_script_v2' into 'main'
Modify the pytest script to handle response time from the DUT log and multiple instances of Modbus objects. See merge request idf/esp-modbus!101
2 parents 232fb45 + e16758c commit 1f8e5c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2938
-320
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ build_idf_v5.1:
216216
before_script:
217217
# Install or upgrade pytest-embedded to perform test cases
218218
- pip install -r ${TEST_DIR}/tools/test_requirements.txt
219-
# Upgrade the packages (workaround for esp-idf v5.0)
220-
- pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf --upgrade
221219

222220
.test_cur_folder: &test_cur_folder |
223221
export IDF_VER=$(cat ${TEST_DIR}/idf_version_info.txt)
@@ -250,6 +248,7 @@ build_idf_v5.1:
250248
- "${TEST_DIR}/**/log.html" # robot framework related files
251249
- "${TEST_DIR}/**/report.html"
252250
- "${TEST_DIR}/**/*.pcap"
251+
- "${TEST_DIR}/**/*.png"
253252
when: always
254253
expire_in: 1 week
255254

0 commit comments

Comments
 (0)