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

Unified Diff: client/common_lib/control_data.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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
Index: client/common_lib/control_data.py
diff --git a/client/common_lib/control_data.py b/client/common_lib/control_data.py
index 5b8caf225882278fd790bd8b283a2ed1959ec13a..dcc49cd62d4a7ebe3105c877893c0dc5e05bbd56 100644
--- a/client/common_lib/control_data.py
+++ b/client/common_lib/control_data.py
@@ -19,6 +19,7 @@ class ControlData(object):
self.experimental = False
self.run_verify = True
self.sync_count = 1
+ self.test_parameters = set()
diff = REQUIRED_VARS - set(vars)
if len(diff) > 0:
@@ -134,6 +135,7 @@ class ControlData(object):
def set_test_type(self, val):
self._set_option('test_type', val, ['client', 'server'])
+
def set_test_parameters(self, val):
self._set_set('test_parameters', val)

Powered by Google App Engine
This is Rietveld 408576698