Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: server/hosts/site_host.py

Issue 651043: Enable chromeos reimage function from autoserv command line. Part I. (Closed)
Patch Set: patch 12 Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | server/site_autoserv_parser.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 from autotest_lib.server import autoserv_parser
2
3
4 parser = autoserv_parser.autoserv_parser
5
6
7 class SiteHost():
8 def machine_install(self):
9 image = parser.options.image
10 print "Install %s to host: %s" % (image, self.hostname)
11 # TODO(seano): implement the real os reimage method here.
12
OLDNEW
« no previous file with comments | « no previous file | server/site_autoserv_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698