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

Unified Diff: client/common_lib/control_data.py

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: 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
« no previous file with comments | « client/common_lib/base_utils_unittest.py ('k') | client/common_lib/logging_manager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/control_data.py
diff --git a/client/common_lib/control_data.py b/client/common_lib/control_data.py
index dcc49cd62d4a7ebe3105c877893c0dc5e05bbd56..5b8caf225882278fd790bd8b283a2ed1959ec13a 100644
--- a/client/common_lib/control_data.py
+++ b/client/common_lib/control_data.py
@@ -19,7 +19,6 @@ 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:
@@ -135,7 +134,6 @@ 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)
« no previous file with comments | « client/common_lib/base_utils_unittest.py ('k') | client/common_lib/logging_manager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698