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

Unified Diff: chrome/test/functional/perf.cfg

Issue 10834239: Configuration file for Chrome perf and endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Dennis comments Created 8 years, 4 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 | chrome/test/functional/perf.py » ('j') | chrome/test/functional/perf_endure.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.cfg
diff --git a/chrome/test/functional/perf.cfg b/chrome/test/functional/perf.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..fba518c806777b97663f050797ad980b60f8ea2c
--- /dev/null
+++ b/chrome/test/functional/perf.cfg
@@ -0,0 +1,27 @@
+#!/usr/bin/env python
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Configuration file for pyauto perf tests.
+# This file is used to specify google account credentials and
+# custom google account, gmail, docs, plus urls if you don't want to use
+# the public urls of these services. It is formatted as a python dictionary.
+
+{
+ # Set to custom username/password if desired.
+ # If you are external to Google, you must set username/password.
+ # If you are internal to Google, you can leave them as None
+ # and tests will try to use internal credential file.
+ 'username': None,
+ 'password': None,
+
+ # Set to custom Google account url if desired.
+ 'google_account_url': None,
dennis_jeffrey 2012/08/17 17:35:44 Add a comment here to let people know what the def
fdeng1 2012/08/17 23:19:37 Done.
+
+ # Set to custom Gmail/Plus/Docs urls if desired.
+ # Only effective for perf_endure.py
+ 'gmail_url': None,
+ 'plus_url': None,
+ 'docs_url': None,
dennis_jeffrey 2012/08/17 17:35:44 for each of the above 3 lines, do the same thing a
fdeng1 2012/08/17 23:19:37 Done.
+}
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | chrome/test/functional/perf_endure.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698