This script copies over and flashes both CB\EC simultaneously on multiple devices.
You will need to execute this command in terminal.
$ pip install -r requirements.txt
This command will install all the modules needed to allow this script to run.
Create a folder called latest to store the bin files within the same directory as the script.
requirements.txt latest/ ChromeTestLib.py flashing_binaries.py IPs.txt
After that place the device ip addresses into IPs.txt and you are ready to run the script!
Please enter the e-mails that you would like the flash results sent to in this format.
test1@host.com, test2@host.com, test3@host.com, ...