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

Unified Diff: appengine/swarming/handlers_bot_test.py

Issue 2453873002: Add --output option to Swarming client and pass it through to the bot (Closed)
Patch Set: Extra help text for examples Created 4 years, 2 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 | « appengine/swarming/handlers_bot.py ('k') | appengine/swarming/handlers_endpoints_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_bot_test.py
diff --git a/appengine/swarming/handlers_bot_test.py b/appengine/swarming/handlers_bot_test.py
index 538e5d0d5de3ee498fa88d444ea9cd27c70ac0a2..42bc80fea3a8a6b52df5b99f51d1dcac955e8f45 100755
--- a/appengine/swarming/handlers_bot_test.py
+++ b/appengine/swarming/handlers_bot_test.py
@@ -294,6 +294,7 @@ class BotApiTest(test_env_handlers.AppTestBase):
u'host': u'http://localhost:8080',
u'isolated': None,
u'io_timeout': 1200,
+ u'outputs': [u'foo', u'path/to/foobar'],
u'service_account': u'none',
u'task_id': task_id,
},
@@ -360,6 +361,7 @@ class BotApiTest(test_env_handlers.AppTestBase):
u'host': u'http://localhost:8080',
u'isolated': None,
u'io_timeout': 1200,
+ u'outputs': [u'foo', u'path/to/foobar'],
u'service_account': u'bot',
u'task_id': task_id,
},
@@ -412,6 +414,7 @@ class BotApiTest(test_env_handlers.AppTestBase):
u'host': u'http://localhost:8080',
u'isolated': None,
u'io_timeout': 1200,
+ u'outputs': [u'foo', u'path/to/foobar'],
u'service_account': u'none',
u'task_id': task_id,
},
@@ -502,6 +505,7 @@ class BotApiTest(test_env_handlers.AppTestBase):
u'namespace': u'default-gzip',
},
u'io_timeout': 1200,
+ u'outputs': [u'foo', u'path/to/foobar'],
u'service_account': u'none',
u'task_id': task_id,
},
@@ -655,6 +659,7 @@ class BotApiTest(test_env_handlers.AppTestBase):
u'namespace': u'default-gzip',
},
u'io_timeout': 1200,
+ u'outputs': [u'foo', u'path/to/foobar'],
u'service_account': u'none',
u'task_id': task_id,
},
« no previous file with comments | « appengine/swarming/handlers_bot.py ('k') | appengine/swarming/handlers_endpoints_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698