commit | 6671372c4586b56d40671d866d3e2698d5bb2da2 | [log] [tgz] |
---|---|---|
author | cylan <cylan@google.com> | Sat Oct 06 01:38:26 2018 +0800 |
committer | Kevin Cheng <kevcheng@google.com> | Tue Oct 09 17:24:40 2018 -0700 |
tree | 031620ea7be466a01c0955ceba808a2bdd7bb2a7 | |
parent | 59d4143c8048a4ecba46525bad934b4736bc2c62 [diff] [blame] |
acloud: implement autoconnect for create commands. This involves setting up ssh tunnels for adb/vnc. Bug: 116681363 Test: atest acloud_test out/host/linux-x86/bin/acloud create Change-Id: I910b1ab92d0bd781816e03c01b4b698b875e9c8f
diff --git a/errors.py b/errors.py index 6a5cb54..ceaa015 100644 --- a/errors.py +++ b/errors.py
@@ -102,3 +102,7 @@ class LaunchCVDFail(CreateError): """Cuttlefish AVD launch failed.""" + + +class NoExecuteCmd(CreateError): + """Can't find execute bin command."""