OVMS3-idf/tools/tiny-test-fw
He Yin Ling 1c54630eaa test: fix failed to download in example test:
1. example test uses auto detect flash size. we need to call
`detect_flash_size` before write flash
2. fix incorrect baudrate used: when using WROVER-Kits, it's likely that download with baudrate 921600
will fail. If we don't reset serial setting in decorator, 921600 will
become the default baudrate. This causes all the subsequent
communication fails
3. do hw reset after used esptool function
2019-01-02 20:49:03 +08:00
..
docs tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
IDF test: fix failed to download in example test: 2019-01-02 20:49:03 +08:00
Utility examples, tools: Fix Python3 deprecation warning for the imp module 2018-12-20 12:44:33 +01:00
App.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
CIAssignExampleTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
CIAssignUnitTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
DUT.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
Env.py tiny-test-fw: print expect failure when test fails 2018-07-13 07:04:05 +00:00
EnvConfig.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
EnvConfigTemplate.yml test: add test fw for example test 2017-10-31 17:42:19 +08:00
example.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
requirements.txt tiny-test-fw: enhanced junit test report support: 2018-11-22 20:49:15 +08:00
Runner.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
TestCase.py test: add test fw for example test 2017-10-31 17:42:19 +08:00
TinyFW.py tiny-test-fw: enhanced junit test report support: 2018-11-22 20:49:15 +08:00