Michael (XIAO Xufeng)
|
b9f37be868
|
ci: enable target tests for ESP32-C2
reduce parallel num of unused jobs
|
2022-06-02 11:10:29 +08:00 |
|
radim.karnis
|
3e08f355b6
|
tools: Use esptool v4
|
2022-05-26 13:59:50 +00:00 |
|
Fu Hanxi
|
91cb23d688
|
ci: build all when has env var NIGHTLY_RUN
|
2022-02-22 14:57:38 +08:00 |
|
Fu Hanxi
|
e761153cff
|
ci: adjust parallel count based on build item count
|
2022-02-07 10:55:54 +08:00 |
|
Fu Hanxi
|
30f098cd49
|
ci: add build_non_test_component_apps
|
2022-02-07 10:55:54 +08:00 |
|
Fu Hanxi
|
b91f8fb4eb
|
ci: skip building pytest apps in normal find_apps build_apps
|
2022-02-07 10:55:54 +08:00 |
|
KonstantinKondrashov
|
4cef1e2f8b
|
esptool/espefuse: execute_scripts can be run nested way
Added args for execute_scripts cmd
Cleaned up only_burn_at_end args, it does not need anymore
|
2021-12-16 22:32:20 +08:00 |
|
Chen Yudong
|
e4a86f203f
|
ci: preserve artifacts for local test apps
|
2021-11-30 17:39:00 +08:00 |
|
Fu Hanxi
|
636b311ec0
|
ci: support keyword nightly_run in decorator
The test case with keyword `nightly_run` would be skipped in normal CI
pipelines. only would be triggered when `NIGHTLY_RUN` in environment
variables.
|
2021-11-03 11:11:38 +08:00 |
|
Krzysztof
|
3247f66783
|
tools: update ttfw to support ESP32-H2 and ESP32-C6 chips
|
2021-10-22 16:29:46 +08:00 |
|
SalimTerryLi
|
4c7b31f6ff
|
ci: test_apps: add option to parse original unity output
|
2021-09-08 18:54:20 +08:00 |
|
Sachin Parekh
|
cfcb893289
|
ttfw_idf: Added ESP32-S3 FPGA support
Provision to burn and reset efuses of ESP32S3 on FPGA
test_app: Enabled automated test cases for ESP32S3
|
2021-08-27 10:41:31 +05:30 |
|
Sachin Parekh
|
65db2d3d80
|
ttfw_idf: Added IDFFPGADUT class
Provision to burn and reset efuses of ESP32C3 chip on FPGA
|
2021-08-27 09:58:26 +05:30 |
|
Lu Ai Jun
|
d29335710d
|
test: add ethernet iperf example test case
|
2021-07-28 09:39:02 +08:00 |
|
Angus Gratton
|
059353b0c2
|
Merge branch 'feature/refactor_common_secure_boot_code' into 'master'
secure_boot/flash_encryption: Refactoring
Closes IDF-2582 and IDF-2035
See merge request espressif/esp-idf!12963
|
2021-06-16 23:21:45 +00:00 |
|
Konstantin Kondrashov
|
f339b3fc96
|
efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key()
These functions were used only for esp32 in secure_boot and flash encryption.
Use idf efuse APIs instead of efuse regs.
|
2021-06-17 07:21:36 +08:00 |
|
Marius Vikhammer
|
d9f5126d24
|
CI: enable running unit tests in CI for S3
|
2021-06-15 11:13:50 +08:00 |
|
He Yin Ling
|
201018da43
|
Merge branch 'ci/shorter_performance_test_log' into 'master'
ci: optimize performance test log
See merge request espressif/esp-idf!13607
|
2021-05-21 06:48:16 +00:00 |
|
He Yin Ling
|
79cd45fdee
|
Merge branch 'test/support_multiple_targets_for_iperf_example_test' into 'master'
test: support multiple targets for iperf example test
Closes TCI-656
See merge request espressif/esp-idf!13527
|
2021-05-21 06:43:21 +00:00 |
|
He Yin Ling
|
016a37c8ad
|
ci: save built binaries could be tested locally:
we have some test cases not executed in CI. we need to save those
binaries as artifacts so we can test locally.
|
2021-05-20 16:58:39 +08:00 |
|
He Yin Ling
|
8434c0c731
|
ttfw: fix DUT exception not added to junit report
|
2021-05-20 16:28:20 +08:00 |
|
Fu Hanxi
|
4304866780
|
ci: shorter performance test log
|
2021-05-20 14:13:54 +08:00 |
|
KonstantinKondrashov
|
2e4b625f59
|
simple_ota_example: Adds sha256 check for app images
|
2021-05-05 22:18:40 +08:00 |
|
Cao Sen Miao
|
2059990c94
|
ci: Add more information for flash performance test
|
2021-04-25 17:59:10 +08:00 |
|
Fu Hanxi
|
7651e031cb
|
fix: running ttfw tests locally hang forever while detecting ports
|
2021-04-14 11:43:13 +08:00 |
|
Ivan Grokhotkov
|
9a20283485
|
Merge branch 'bugfix/scan_test_missing_build_apps_without_tests' into 'master'
ci: bugfix: scan_test missing build apps without tests
See merge request espressif/esp-idf!12138
|
2021-01-28 17:48:24 +08:00 |
|
Fu Hanxi
|
85d4bca81a
|
feat(tiny_test_fw): unify all junit report test case name
new format: <target>.<config>.<case_name>, the default value of
"config" is "default"
|
2021-01-28 12:25:14 +08:00 |
|
Fu Hanxi
|
be3d74efb2
|
fix(ci): scan_test missing build apps without tests
|
2021-01-27 12:35:49 +08:00 |
|
Fu Hanxi
|
0146f258d7
|
style: format python files with isort and double-quote-string-fixer
|
2021-01-26 10:49:01 +08:00 |
|
Aditya Patwardhan
|
b77c85c1e1
|
ttfw/IDFDUT: i) Added option to erase_flash in the IDFDUT class
ii) Renamed the method dump_flush to dump_flash
|
2021-01-20 11:12:14 +00:00 |
|
Angus Gratton
|
ec75f923ef
|
Merge branch 'ci/raise_esptool_errors' into 'master'
ci: Don't swallow exception details from flashing process
See merge request espressif/esp-idf!11803
|
2020-12-30 11:22:57 +08:00 |
|
Marius Vikhammer
|
7fe16bae25
|
tools: merge C3 changes into master
|
2020-12-30 07:04:12 +08:00 |
|
Angus Gratton
|
88d0d1fa02
|
ci: Don't swallow exception details from flashing process
If flashing fails, throw an exception that includes some information about the failure.
|
2020-12-29 15:41:22 +11:00 |
|
Omar Chebib
|
fcbc706a66
|
ci: fix flasher_args.json parser (iterate over dictionary)
Closes IDFCI-347
|
2020-12-29 12:27:51 +08:00 |
|
Ivan Grokhotkov
|
0b31f6a5fc
|
Merge branch 'feature/ci_flasher_args_json_encrypted_flag' into 'master'
ci: use "encrypted" information in flasher_args.json
Closes IDF-2231
See merge request espressif/esp-idf!11551
|
2020-12-28 06:37:05 +08:00 |
|
Omar Chebib
|
05f97542b8
|
ci: use "encrypted" information in flasher_args.json
Take into account the new field "encrypted" that is part of the
partition entries in flasher_args.json file
Closes IDF-2231
|
2020-12-23 18:16:17 +08:00 |
|
Fu Hanxi
|
eda42035d2
|
scan test: bugfix: now can build multi target for one app
|
2020-12-15 17:56:53 +08:00 |
|
Fu Hanxi
|
a5bcaea9cc
|
use "additional_duts" to overwrite dut class for different targets
|
2020-12-15 17:55:54 +08:00 |
|
Fu Hanxi
|
7281a5a0cc
|
Split component_ut tests based on targets
- add more label in CIScanTest.py
- fix the bug that will cause labels not iterate correctly
|
2020-11-30 14:08:54 +08:00 |
|
He Yin Ling
|
e568daf213
|
ttfw: fix idf performance check doesn't work
|
2020-11-12 09:49:44 +00:00 |
|
Fu Hanxi
|
5fa935e5ea
|
CI: fix the bug returns wrong artifact path when app_name is a subset of a longer one
|
2020-11-11 12:31:39 +08:00 |
|
Fu Hanxi
|
75ab9223f9
|
scan test when weekend test.
|
2020-10-26 10:25:21 +08:00 |
|
Ivan Grokhotkov
|
2218ac91c2
|
tools/ci: fix import error when running ttfw tests locally
|
2020-10-13 18:09:22 +02:00 |
|
morris
|
9fa06719fa
|
global: enable build uinit test for esp32-s3
|
2020-09-22 15:15:03 +08:00 |
|
Fu Hanxi
|
edc7cc9c00
|
add component_ut in assign-test and target-test stage.
Add one template_test python file to get test case
|
2020-09-07 12:12:11 +08:00 |
|
Fu Hanxi
|
e35328afd9
|
build component unit test apps
use idf_py_actions supported targets
|
2020-09-07 12:11:55 +08:00 |
|
Fu Hanxi
|
0478edc6ba
|
CI: download only required bin for unit-tests. Refactor AssignTest related code
|
2020-08-04 13:27:16 +08:00 |
|
He Yin Ling
|
4c32c71db9
|
Merge branch 'feature/support_python3_autotest' into 'master'
test: run IT jobs with python3
See merge request espressif/esp-idf!9673
|
2020-07-23 16:07:43 +08:00 |
|
Chen Yudong
|
4088702077
|
test: auto test script supports python3
|
2020-07-22 16:14:21 +08:00 |
|
Alexey Gerenkov
|
0e3c7918e4
|
examples: Fixes 'apptrace_to_host' to work with updated OpenOCD tracing command
|
2020-07-22 06:49:27 +00:00 |
|