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

Unified Diff: appengine/swarming/handlers_endpoints_test.py

Issue 2836463002: Include Machine Provider machine_type in swarming_rpcs.BotInfo (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/message_conversion.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_endpoints_test.py
diff --git a/appengine/swarming/handlers_endpoints_test.py b/appengine/swarming/handlers_endpoints_test.py
index de77caba8b7027aadc8b582e938ac991c2a63b99..28aae44830d700b447cf5541c9f8b3eefd58dc5d 100755
--- a/appengine/swarming/handlers_endpoints_test.py
+++ b/appengine/swarming/handlers_endpoints_test.py
@@ -1677,6 +1677,7 @@ class BotsApiTest(BaseTest):
u'first_seen_ts': then_str,
u'is_dead': True,
u'last_seen_ts': then_str,
+ u'machine_type': u'mt',
u'quarantined': False,
u'state': u'{"ram":65}',
u'version': u'123456789',
« no previous file with comments | « no previous file | appengine/swarming/message_conversion.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698