esp-idf/tools/tiny-test-fw
He Yin Ling 4f971619fa tiny-test-fw: save DUT log in different thread:
We found some SD card on Raspberry Pi could have very bad performance.
It could take seconds to save small amount of data.
If the DUT receives data and save it as log, then it stops receiving data until log is saved.
This could lead to expect timeout. As an workaround to this issue,
``BaseDUT`` class will create a thread to save logs.
Then data will be passed to ``expect`` as soon as received.
2018-07-13 07:04:05 +00:00
..
IDF tiny-test-fw: filter examples with test level 2018-07-13 07:04:05 +00:00
Utility CI: support test one case multiple times by @bot 2018-07-11 10:22:13 +08:00
docs tiny-test-fw: add class diagram to document 2018-07-02 10:40:23 +00:00
App.py
CIAssignExampleTest.py
CIAssignUnitTest.py CI: support test one case multiple times by @bot 2018-07-11 10:22:13 +08:00
DUT.py tiny-test-fw: save DUT log in different thread: 2018-07-13 07:04:05 +00:00
Env.py tiny-test-fw: print expect failure when test fails 2018-07-13 07:04:05 +00:00
EnvConfig.py
EnvConfigTemplate.yml
Runner.py
TestCase.py
TinyFW.py tiny-test-fw: print expect failure when test fails 2018-07-13 07:04:05 +00:00
example.py
requirements.txt