Travis running tests on remote servers.

Extend test_runner.py to flash using esptool.py
This commit is contained in:
sheinz 2016-11-01 00:02:35 +02:00
parent 290836509d
commit e443655e7f
4 changed files with 123 additions and 13 deletions

View file

@ -39,6 +39,12 @@ If not specified device `/dev/ttyUSB1` is used.
`--no-flash` or `-n` - Do not flash the test firmware before running tests.
`--flash` or `-f` - Flash device directly with esptool instead of using
`make flash` command. Can be used to flash binaries without esp-open-rtos
environment.
`--flash-cmd` or `-c` - Flash command for esptool. Used together with `--flash`.
`--list` or `-l` - Display list of the available test cases on the device.
### Example