README.md update. Comments clean-up.
This commit is contained in:
parent
a5311af49a
commit
a11a30113b
2 changed files with 3 additions and 4 deletions
|
@ -31,8 +31,8 @@ Test server running on Raspberry PI:
|
||||||
* One or two ESP8266 modules connected to USB ports
|
* One or two ESP8266 modules connected to USB ports
|
||||||
* SSH access from the Internet (with public key from Travis CI)
|
* SSH access from the Internet (with public key from Travis CI)
|
||||||
* Python3
|
* Python3
|
||||||
* [esptool.py] installed
|
* [esptool.py] installed `pip install esptool`
|
||||||
* pySerial python module `pip install pyserial`
|
* pySerial python module `pip3 install pyserial`
|
||||||
|
|
||||||
### Create SSH keys for Travis
|
### Create SSH keys for Travis
|
||||||
|
|
||||||
|
|
|
@ -75,8 +75,7 @@ function run_tests {
|
||||||
echo "Running tests, server IP=${1}, type=${3}"
|
echo "Running tests, server IP=${1}, type=${3}"
|
||||||
echo "Flash cmd: ${FLASH_CMD}"
|
echo "Flash cmd: ${FLASH_CMD}"
|
||||||
# Run test runner on the remote server
|
# Run test runner on the remote server
|
||||||
# ssh ${2}@${1} "source /home/pi/.profile; cd /tmp/eor_test/; ./test_runner.py --type ${3} -f -c \"${FLASH_CMD}\""
|
ssh ${2}@${1} "source ~/.profile; /tmp/eor_test/test_runner.py --type ${3} -f -c \"${FLASH_CMD}\""
|
||||||
ssh ${2}@${1} "source /home/pi/.profile; /tmp/eor_test/test_runner.py --type ${3} -f -c \"${FLASH_CMD}\""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# First step is to build a firmware
|
# First step is to build a firmware
|
||||||
|
|
Loading…
Reference in a new issue