1 2 3 4 5 6 | --setup-commands ro-apt-update --setup-commands 'mount -o remount,rw /' --setup-commands 'apt-add-repository -y ppa:canonical-platform-qa/selenium' --setup-commands 'apt-get --no-list-cleanup update -o Dir::Etc::SourceList=/dev/null' --setup-commands 'apt-get install -y --no-install-recommends qttestability-autopilot' --setup-commands 'sync; sleep 2; mount -o remount,ro /' --- ssh -s adb -- -p 0000 -s JW010687 |