commit | 0ca40e28b664c76d62909b1a344738dfb6f7e936 | [log] [tgz] |
---|---|---|
author | Fang Deng <fdeng@chromium.org> | Tue Aug 27 17:47:44 2013 -0700 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Thu Sep 05 07:21:44 2013 +0000 |
tree | de3e84ffe4b4d7b7e7dbdf97a2fc79b7515b5683 | |
parent | 2bef8f1757544a8f9f302d6a30e80c16fc940d18 [diff] |
[autotest] Rename site_host.SiteHost to cros_host.CrosHost Rename site_host.SiteHost to cros_host.CrosHost. cros_host.CrosHost is the new chromeos specific host class. The concept 'SiteHost' is deprecated as we are dealing with multiple types of hosts (e.g. ServoHost). The concept of a single'SiteHost' doesn't meet our needs any more. All references are updated. SerialHost is now subclassing RemoteHost and mixes in CrosHost in hosts.factory.create_host(). BUG=chromium:273833 TEST=Trybot build passes; Repair/Verify pass; Dummy suite passes; Server side test platform_InstallTestImage which is affected by this CL passes. DEPLOY=scheduler Change-Id: I5e59194996c67c6b5d7fdcaf40d594ea08de1af5 Reviewed-on: https://chromium-review.googlesource.com/167182 Tested-by: Fang Deng <fdeng@chromium.org> Reviewed-by: Simran Basi <sbasi@chromium.org> Commit-Queue: Fang Deng <fdeng@chromium.org>