esp-idf/tools/ci/python_packages/tiny_test_fw
He Yin Ling 31773b8ed2 ttfw: fix DUT check functions are called after case finished:
DUT check functions are executed in receive thread. If we put data to
data cache before execute the check functions, the main thread could
handle the data cache first and mark test case finished. We will execute
check functions first to make sure it's executed before case finished.
2021-06-18 09:58:19 +08:00
..
bin ci: allow wildcard in known failure cases 2021-04-01 19:29:04 +08:00
docs style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
Utility feat(tiny_test_fw): unify all junit report test case name 2021-01-28 12:25:14 +08:00
__init__.py tiny-test-fw: move to tools/esp_python_packages: 2019-12-06 17:29:47 +08:00
App.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
DUT.py ttfw: fix DUT check functions are called after case finished: 2021-06-18 09:58:19 +08:00
Env.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
EnvConfig.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
EnvConfigTemplate.yml tiny-test-fw: move to tools/esp_python_packages: 2019-12-06 17:29:47 +08:00
requirements.txt test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
TinyFW.py Merge branch 'ci/shorter_performance_test_log' into 'master' 2021-05-21 06:48:16 +00:00