OVMS3-idf/tools/tiny-test-fw
He Yin Ling fa9c836f02 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-28 15:00:41 +08:00
..
docs tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
IDF tiny-test-fw: filter examples with test level 2018-07-28 15:00:16 +08:00
Utility FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
App.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
CIAssignExampleTest.py CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00
CIAssignUnitTest.py CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00
DUT.py tiny-test-fw: save DUT log in different thread: 2018-07-28 15:00:41 +08:00
Env.py tiny-test-fw: print expect failure when test fails 2018-07-28 15:00:01 +08:00
EnvConfig.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
EnvConfigTemplate.yml test: add test fw for example test 2017-10-31 17:42:19 +08:00
example.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
Runner.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
TestCase.py test: add test fw for example test 2017-10-31 17:42:19 +08:00
TinyFW.py tiny-test-fw: print expect failure when test fails 2018-07-28 15:00:01 +08:00