Travis running tests on test servers (#272)
- README.md for adding test servers - Bash script for running tests on remote servers - Extend test_runner.py to flash using esptool.py - Python3.4 support. README.md update
This commit is contained in:
parent
1728ef3dfc
commit
6481f71ce0
8 changed files with 270 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue