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

Unified Diff: tools/swarming_load_test_bot.py

Issue 29783003: Fix config typo in load tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 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 | « no previous file | tools/swarming_load_test_client.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/swarming_load_test_bot.py
diff --git a/tools/swarming_load_test_bot.py b/tools/swarming_load_test_bot.py
index 12edae13ba16d69d731e8f7306deb8b2d5403e9d..a4013b00ed1e211f14b966f3891bf9b3320b4bc2 100755
--- a/tools/swarming_load_test_bot.py
+++ b/tools/swarming_load_test_bot.py
@@ -35,7 +35,7 @@ from utils import threading_utils
# Line too long (NN/80)
# pylint: disable=C0301
-
+OS_NAME = 'Comodore64'
TASK_OUTPUT = 'This task ran with great success'
@@ -117,7 +117,7 @@ class FakeSwarmBot(object):
# slaves.
'bits': '36',
'machine': os.uname()[4] + '-experimental',
- 'os': ['Comodore64'],
+ 'os': [OS_NAME],
},
'id': self._machine_id,
'try_count': 0,
« no previous file with comments | « no previous file | tools/swarming_load_test_client.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698